Merge tag 'debian/14.8.5+ds1-2' into bullseye-fasttrack
gitlab Debian release 14.8.5+ds1-2
This commit is contained in:
commit
d486e56b39
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
gitlab (14.8.5+ds1-2) experimental; urgency=medium
|
||||
|
||||
* Update minimum version of ruby-gitlab-experiment
|
||||
* Export GEM_HOME from gitlab-rake.sh (Closes: #1008932)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Fri, 08 Apr 2022 23:33:47 +0530
|
||||
|
||||
gitlab (14.8.5+ds1-1~fto11+2) bullseye-fasttrack; urgency=medium
|
||||
|
||||
* Update minimum version of ruby-gitlab-experiment
|
||||
|
|
2
debian/gitlab-rake.sh
vendored
2
debian/gitlab-rake.sh
vendored
|
@ -5,7 +5,7 @@ set -e
|
|||
# Read debian specific configuration
|
||||
. /etc/gitlab-common/gitlab-common.conf
|
||||
. /etc/gitlab/gitlab-debian.conf
|
||||
export DB RAILS_ENV
|
||||
export DB RAILS_ENV GEM_HOME
|
||||
|
||||
cd /usr/share/gitlab
|
||||
|
||||
|
|
Loading…
Reference in a new issue