Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
681ee4cd
Commit
681ee4cd
authored
Oct 15, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'kirrlab/x/gitlab' into x/gitlab
* kirrlab/x/gitlab: .
parents
d931435a
73f0845c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
software/gitlab/build.sh
software/gitlab/build.sh
+5
-2
software/gitlab/software.cfg
software/gitlab/software.cfg
+13
-4
No files found.
software/gitlab/build.sh
View file @
681ee4cd
...
...
@@ -7,8 +7,11 @@ partition_forinst() {
}
xslapos node software
-v
--only-sr
`
pwd
`
/software.cfg
--pidfile
$HOME
/var/run/slapgrid-sr.pid
&&
\
/bin/echo
-ne
'\n\n'
&&
\
xslapos node instance
-v
--only-cp
`
partition_forinst gitlab1
`
--pidfile
$HOME
/var/run/slapgrid-cp.pid
true
# /bin/echo -ne '\n\n' && \
# xslapos node instance -v --only-cp `partition_forinst gitlab1` --pidfile $HOME/var/run/slapgrid-cp.pid
#xslapos node software -v --only-sr `pwd`/../postgres/software.cfg --pidfile $HOME/var/run/slapgrid-sr.pid
...
...
software/gitlab/software.cfg
View file @
681ee4cd
...
...
@@ -34,7 +34,7 @@ parts =
database.yml.in
#
gems
gems
instance.cfg
# instance-gitlab.cfg
...
...
@@ -64,14 +64,21 @@ recipe = zc.recipe.egg:scripts
eggs = ${ktest:egg}
[gems]
[rubygemsrecipe]
# rubygemsrecipe with fixed url and pinned rubygems version
recipe = rubygemsrecipe
url = https://rubygems.org/rubygems/rubygems-2.4.8.zip
[gems]
<= rubygemsrecipe
ruby-executable = ${ruby2.1:location}/bin/ruby
# XXX vvv does not work
# location= ${buildout:gems-directory}
gems = fluentd fluent-plugin-wendelin
#gems = fluentd fluent-plugin-wendelin
gems = fluentd
...
...
@@ -81,14 +88,16 @@ gems = fluentd fluent-plugin-wendelin
#
# TODO say how this bundler/gitlab differ from usual slapos installation
[bundler-4gitlab]
recipe
= rubygemsrecipe
<
= rubygemsrecipe
ruby-location = ${ruby2.1:location}
ruby-executable = ${:ruby-location}/bin/ruby
# TODO pin bundler version
gems = bundler
# bin installed here
bundle = ${buildout:bin-directory}/bundle
# install together with dependencies of gitlab, which we cannot specify using
# --with-... gem option
# ( reason: rubygemsrecipe hardcodes PATH inside generated bin/* and it is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment