22
0
Fork 0

upgrade pour mise à jour

This commit is contained in:
Benoît S. 2016-11-29 14:43:17 +01:00
parent ed7c91c5ae
commit a2991c0be6
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ $ git fetch --all
$ git checkout -- Gemfile.lock db/schema.rb
$ git checkout v8.14.1 -b v8.14.1
$ sed -i -e s'/app_user="git"/app_user="gitlab-demo00"/' \
-e 's/# Provides: .*gitlab/# Provides: gitlab-demo00/' \
-e 's/# Provides: .*gitlab$/# Provides: gitlab-demo00/' \
lib/support/init.d/gitlab
$ sed -i 's#script_path = "/etc/init.d/gitlab"#script_path = "/etc/init.d/gitlab-demo00"#g' lib/tasks/gitlab/check.rake
$ git commit -a -m 'change default user'