mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 23:12:55 +00:00
do not setup gen-acls user that was required for gitolite
This commit is contained in:
parent
39a6bb8996
commit
474a716264
1 changed files with 0 additions and 7 deletions
|
@ -84,13 +84,6 @@ cd -
|
|||
getent group packager > /dev/null || \
|
||||
groupadd -r packager
|
||||
|
||||
getent group gen-acls > /dev/null || \
|
||||
groupadd -r gen-acls
|
||||
|
||||
getent passwd gen-acls > /dev/null || \
|
||||
useradd -r -g gen-acls -G packager -s /bin/bash \
|
||||
-d /srv/git gen-acls # gid: 417
|
||||
|
||||
|
||||
%install
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue