Merge tag 'debian/13.12.3+ds1-7' into buster-fasttrack
gitlab Debian release 13.12.3+ds1-7
This commit is contained in:
commit
d8c2b47392
2 changed files with 8 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
gitlab (13.12.3+ds1-7) experimental; urgency=medium
|
||||
|
||||
* Set GEM_HOME variable in gitlab-debian.conf (this is required for gems
|
||||
installed from rubygems.org)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Mon, 21 Jun 2021 15:14:42 +0530
|
||||
|
||||
gitlab (13.12.3+ds1-6~fto10+1) buster-fasttrack; urgency=medium
|
||||
|
||||
* Rebuild for buster-fasttrack.
|
||||
|
|
1
debian/conf/gitlab-debian.conf.example
vendored
1
debian/conf/gitlab-debian.conf.example
vendored
|
@ -2,6 +2,7 @@
|
|||
# Variables with all caps are passed to gitlab app
|
||||
RAILS_ENV=production
|
||||
DB=postgres
|
||||
GEM_HOME=/var/lib/gitlab/.gem
|
||||
# This will be replaced by debian/rules at the time of build.
|
||||
GITLAB_DEBIAN_VERSION="__NEW_VERSION__"
|
||||
SALSA_TAG_URL="https://salsa.debian.org/ruby-team/gitlab/tags/debian/"
|
||||
|
|
Loading…
Reference in a new issue