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
853957e7
Commit
853957e7
authored
Jun 22, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X Fix gitlab-rails ("$@" being implicitly appended by generic_exec)
parent
a74a096e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
software/gitlab/TODO
software/gitlab/TODO
+4
-0
software/gitlab/instance.cfg.in
software/gitlab/instance.cfg.in
+4
-2
software/gitlab/software.cfg
software/gitlab/software.cfg
+1
-1
No files found.
software/gitlab/TODO
View file @
853957e7
...
...
@@ -39,6 +39,10 @@ gitlab:web_hook:{add,rm,list}
gitlab:test
db:create dev:setup
db:migrate
Useful to understand:
...
...
software/gitlab/instance.cfg.in
View file @
853957e7
...
...
@@ -52,11 +52,13 @@ environment =
[gitlab-rails]
<= gitlab-bin
command-line = ${bundler-4gitlab:bundle} exec rails "$@"
# NOTE sys.argv[1:] implicityly appended
command-line = ${bundler-4gitlab:bundle} exec rails
[gitlab-rake]
<= gitlab-bin
command-line = ${bundler-4gitlab:bundle} exec rake "$@"
# NOTE sys.argv[1:] implicityly appended
command-line = ${bundler-4gitlab:bundle} exec rake
# etc/
...
...
software/gitlab/software.cfg
View file @
853957e7
...
...
@@ -93,7 +93,7 @@ environment =
[gitlab-repository]
recipe = slapos.recipe.build:gitclone
repository = https://gitlab.com/gitlab-org/gitlab-ce.git
revision = v7.12.0.rc3-
0-gd5cbdcc7452e259f641dec0303a0a8bf61a62d18
revision = v7.12.0.rc3-
6-gbef405333c2527a78ef5c2f438000e822e39669d
location = ${buildout:parts-directory}/gitlab
git-executable = ${git:location}/bin/git
...
...
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