index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/makechrootpkg.in | 5 |
diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in index 5378eb1..459f7ce 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -188,6 +188,11 @@ builduser ALL = NOPASSWD: /usr/bin/pacman EOF chmod 440 "$copydir/etc/sudoers.d/builduser-pacman" + cat > "$copydir/etc/gitconfig" <<EOF +[safe] + directory = * +EOF + # This is a little gross, but this way the script is recreated every time in the # working copy { |