[DRE-commits] [gitlab] 01/02: add to gitlab group

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Aug 15 15:02:54 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 90248657ec819120115a2c58a00bcfe566d4e7ed
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Aug 15 14:29:01 2016 +0530

    add to gitlab group
---
 debian/adduser.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/adduser.sh b/debian/adduser.sh
index 1312597..2649fdc 100755
--- a/debian/adduser.sh
+++ b/debian/adduser.sh
@@ -9,6 +9,6 @@ test -n "${gitlab_user}" || gitlab_user="gitlab"
 # Create gitlab user with home in /var/lib
 echo "Creating/updating ${gitlab_user} user account..."
 adduser --system --home /var/lib/${gitlab_user} --gecos "${gitlab_user} user" --shell /bin/sh \
-	--quiet --disabled-password ${gitlab_user} || {
+	--quiet --disabled-password --group ${gitlab_user} || {
 echo "Proceeding with existing ${gitlab_user} user..."
   }

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