diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-09 12:32:27 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-09 12:32:27 +0200 |
commit | f4e5ea5f571fe67995a6ae9ac96548ad08d3b2db (patch) | |
tree | d019a35abcbb7acf4eed218026802b8e69d5fff5 | |
parent | dc86f6cc82f153514ce27f3579aa6f0bb48f471a (diff) | |
download | aurweb-f4e5ea5f571fe67995a6ae9ac96548ad08d3b2db.tar.xz |
INSTALL: Add note on disabling non-fast-forwards
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ Setup on Arch Linux # cd /srv/http/aurweb/aur.git/ # git init --bare # ln -s ../../git-interface/git-update.py hooks/update + # git config --local receive.denyNonFastForwards true # chown -R aur . 7) Install the git-auth wrapper script: |