[DRE-commits] [gitlab] 01/02: remove hard coded gitlab user in postinst

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu May 11 17:04:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 15d5a267903d3958e3987c1d1eaceeb3886cb466
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 11 22:27:11 2017 +0530

    remove hard coded gitlab user in postinst
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 19d453f..8a6cb3c 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -315,7 +315,7 @@ case "$1" in
         echo "Reloading nginx configuration..."
         invoke-rc.d nginx reload
       fi
-    dbc_go gitlab "$@"
+    dbc_go $gitlab_user "$@"
     db_stop
 
     # enable the pg_trgm extension

-- 
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