[DRE-commits] [gitlab] 01/01: create system user

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 13 11:57:22 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 973653590e42fd482179ac5bc0c6da576966e96d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Aug 13 17:10:33 2016 +0530

    create system user
---
 debian/adduser.sh | 2 +-
 debian/changelog  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/adduser.sh b/debian/adduser.sh
index 44d2fa0..1312597 100755
--- a/debian/adduser.sh
+++ b/debian/adduser.sh
@@ -8,7 +8,7 @@ test -n "${gitlab_user}" || gitlab_user="gitlab"
 
 # Create gitlab user with home in /var/lib
 echo "Creating/updating ${gitlab_user} user account..."
-adduser --home /var/lib/${gitlab_user} --gecos "${gitlab_user} user" --shell /bin/sh \
+adduser --system --home /var/lib/${gitlab_user} --gecos "${gitlab_user} user" --shell /bin/sh \
 	--quiet --disabled-password ${gitlab_user} || {
 echo "Proceeding with existing ${gitlab_user} user..."
   }
diff --git a/debian/changelog b/debian/changelog
index 6a70c7a..dd1cb2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab (8.9.0+dfsg-9) UNRELEASED; urgency=medium
+
+  * Create gitlab user as system user (Closes: #834037) 
+
+ -- Pirate Praveen <praveen at debian.org>  Sat, 13 Aug 2016 17:09:52 +0530
+
 gitlab (8.9.0+dfsg-8) unstable; urgency=medium
 
   * Update ruby-unicorn-worker-killer dependency

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