[DRE-commits] [gitlab] 03/05: fix variable assignment
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Feb 2 15:16:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit c9f1de6558210975bbb58e485c10344bdce27cef
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Feb 2 19:39:43 2016 +0530
fix variable assignment
---
debian/patches/source-init-functions.patch | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/patches/source-init-functions.patch b/debian/patches/source-init-functions.patch
index 041a687..675cc6f 100644
--- a/debian/patches/source-init-functions.patch
+++ b/debian/patches/source-init-functions.patch
@@ -1,4 +1,4 @@
-To fix lintian warning
+To fix lintian warning and init script error
Index: gitlab/lib/support/init.d/gitlab
===================================================================
@@ -14,3 +14,12 @@ Index: gitlab/lib/support/init.d/gitlab
### Environment variables
RAILS_ENV="production"
+@@ -38,7 +41,7 @@ web_server_pid_path="$pid_path/unicorn.p
+ sidekiq_pid_path="$pid_path/sidekiq.pid"
+ mail_room_enabled=false
+ mail_room_pid_path="$pid_path/mail_room.pid"
+-gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd)
++gitlab_workhorse_dir=$app_root/../gitlab-workhorse
+ gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid"
+ gitlab_workhorse_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket $rails_socket -documentRoot $app_root/public"
+ gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list