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
04d71cc3
Commit
04d71cc3
authored
Oct 24, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b3af7f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
software/gitlab/software.cfg
software/gitlab/software.cfg
+22
-8
No files found.
software/gitlab/software.cfg
View file @
04d71cc3
...
...
@@ -23,7 +23,7 @@ parts =
gitlab-shell/vendor
gitlab/vendor/bundle
# TODO gitlab-git-http-server
# for instance
instance.cfg
...
...
@@ -51,8 +51,8 @@ eggs = ${ktest:egg}
# Software compilation #
############################
[rubygemsrecipe]
# rubygemsrecipe with fixed url and this way pinned rubygems version
[rubygemsrecipe]
recipe = rubygemsrecipe
url = https://rubygems.org/rubygems/rubygems-2.4.8.zip
...
...
@@ -87,21 +87,32 @@ environment =
# gitlab & gitlab shell checked out as git repositories pinned to exact commit
[gitlab-repository]
# gitlab, gitlab-shell & gitlab-git-http-server checked out as git repositories
# pinned to exact commit
[git-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
[gitlab-repository]
<= git-repository
repository = https://gitlab.com/gitlab-org/gitlab-ce.git
revision = v8.1.0-
7-g6721215fa9713a620af4d8e8c096db8e9322554
8
revision = v8.1.0-
15-gb5391284007bb9d404de2bdc560cdd82ddae968
8
location = ${buildout:parts-directory}/gitlab
git-executable = ${git:location}/bin/git
[gitlab-shell-repository]
recipe = slapos.recipe.build:gitclone
<= git-repository
repository = https://gitlab.com/gitlab-org/gitlab-shell.git
# FIXME pin gitlab-shell version properly (wrt gitlab) ?
revision = v2.6.5-8-g6add33352316af566cec5d827981f1783c59b7f4
location = ${buildout:parts-directory}/gitlab-shell
git-executable = ${git:location}/bin/git
[gitlab-git-http-server-repository]
<= git-repository
repository = https://gitlab.com/gitlab-org/gitlab-git-http-server.git
# FIXME pin properly to what gitlab-ce wants
revision = 0.3.0-2-g01f29889311a8ace8f795f55ca92aa08602ecad4
location = ${buildout:parts-directory}/gitlab-git-http-server
...
...
@@ -136,6 +147,9 @@ make-targets= cd ${:path} &&
# TODO build gitlab-git-http-server
###############################
# Trampoline for instance #
###############################
...
...
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