summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
25d2b37)
svn path=/trunk/packages/invirt-dev/; revision=2580
if ! getent group repo >/dev/null 2>&1; then
addgroup --system repo
fi
if ! getent group repo >/dev/null 2>&1; then
addgroup --system repo
fi
+
+ if ! getent passwd git >/dev/null 2>&1; then
+ adduser --system --home /srv/git --shell /usr/bin/git-shell git
+ fi
cat >>/etc/sudoers <<EOF
### BEGIN invirt-dev
cat >>/etc/sudoers <<EOF
### BEGIN invirt-dev