Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
dd756b43
Commit
dd756b43
authored
Apr 02, 2024
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab sr: make sure gitlab-workhorse is built
parent
8d3e4b27
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3609 deletions
+4
-3609
software/gitlab/buildout.hash.cfg
software/gitlab/buildout.hash.cfg
+2
-2
software/gitlab/instance.cfg.in
software/gitlab/instance.cfg.in
+1
-1
software/gitlab/software.cfg
software/gitlab/software.cfg
+1
-0
software/gitlab/software.log
software/gitlab/software.log
+0
-3606
No files found.
software/gitlab/buildout.hash.cfg
View file @
dd756b43
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# not need these here).
# not need these here).
[instance.cfg]
[instance.cfg]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
41c09866811d714d48cd0f4a50039e0c
md5sum =
31b04cdc566bc7072a834c931a5c1305
[watcher]
[watcher]
_update_hash_filename_ = watcher.in
_update_hash_filename_ = watcher.in
...
@@ -54,7 +54,7 @@ md5sum = b0d37a41f280089f83afac0347ad5671
...
@@ -54,7 +54,7 @@ md5sum = b0d37a41f280089f83afac0347ad5671
[instance-gitlab.cfg.in]
[instance-gitlab.cfg.in]
_update_hash_filename_ = instance-gitlab.cfg.in
_update_hash_filename_ = instance-gitlab.cfg.in
md5sum =
6ff84acc8bcc1571ee5b5b380f73766c
md5sum =
33f6f505502722cf3203e7228c5b211e
[instance-gitlab-export.cfg.in]
[instance-gitlab-export.cfg.in]
_update_hash_filename_ = instance-gitlab-export.cfg.in
_update_hash_filename_ = instance-gitlab-export.cfg.in
...
...
software/gitlab/instance.cfg.in
View file @
dd756b43
...
@@ -65,7 +65,7 @@ context =
...
@@ -65,7 +65,7 @@ context =
raw git_location ${git:location}
raw git_location ${git:location}
raw gitaly_location ${gitaly-repository:location}
raw gitaly_location ${gitaly-repository:location}
raw gitlab_export ${gitlab-export:output}
raw gitlab_export ${gitlab-export:output}
raw gitlab_workhorse ${g
owork:bin}/gitlab-workhorse
raw gitlab_workhorse ${g
itlab-workhorse:binary}
raw gopath_bin ${gowork:bin}
raw gopath_bin ${gowork:bin}
raw gunzip_bin ${gzip:location}/bin/gunzip
raw gunzip_bin ${gzip:location}/bin/gunzip
raw grep_location ${grep:location}
raw grep_location ${grep:location}
...
...
software/gitlab/software.cfg
View file @
dd756b43
...
@@ -251,6 +251,7 @@ configure-command = :
...
@@ -251,6 +251,7 @@ configure-command = :
make-binary =
make-binary =
make-targets =
make-targets =
. ${gowork:env.sh} && make test && make install PREFIX=${gowork:directory}
. ${gowork:env.sh} && make test && make install PREFIX=${gowork:directory}
binary = ${gowork:bin}/${:_buildout_section_name_}
[gitlab-backup]
[gitlab-backup]
recipe = plone.recipe.command
recipe = plone.recipe.command
...
...
software/gitlab/software.log
deleted
100644 → 0
View file @
8d3e4b27
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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