[arch-commits] Commit in gitlab-shell/trunk (gitlab-shell.install)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed May 4 02:44:10 UTC 2016
Date: Wednesday, May 4, 2016 @ 04:44:10
Author: svenstaro
Revision: 173635
upgpkg: gitlab-shell 2.7.2-8
I should go to bed
Modified:
gitlab-shell/trunk/gitlab-shell.install
----------------------+
gitlab-shell.install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: gitlab-shell.install
===================================================================
--- gitlab-shell.install 2016-05-04 02:38:14 UTC (rev 173634)
+++ gitlab-shell.install 2016-05-04 02:44:10 UTC (rev 173635)
@@ -1,6 +1,6 @@
post_install() {
- getent group gitlab > /dev/null || groupadd -g 105 git 1>/dev/null
- getent passwd gitlab > /dev/null || useradd -u 105 -d "/var/lib/gitlab" -g git -s "/usr/share/webapps/gitlab-shell/bin/gitlab-shell" git 1>/dev/null
+ getent group gitlab > /dev/null || groupadd -g 105 gitlab 1>/dev/null
+ getent passwd gitlab > /dev/null || useradd -u 105 -d "/var/lib/gitlab" -g gitlab -s "/usr/share/webapps/gitlab-shell/bin/gitlab-shell" git 1>/dev/null
echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
echo "Put a secret bytestring to /etc/webapps/gitlab-shell/secret"
More information about the arch-commits
mailing list