mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Restructure scripts
* Move scripts/git-integration/ to git-interface/. * Move scripts/aurblup/aurblup.py to scripts/aurblup.py. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
451e60d91d
commit
10ecd3982d
9 changed files with 12 additions and 12 deletions
4
INSTALL
4
INSTALL
|
@ -28,12 +28,12 @@ Setup on Arch Linux
|
|||
# mkdir /srv/http/aurweb/aur.git/
|
||||
# cd /srv/http/aurweb/aur.git/
|
||||
# git init --bare
|
||||
# ln -s ../../scripts/git-integration/git-update.py hooks/update
|
||||
# ln -s ../../git-interface/git-update.py hooks/update
|
||||
# chown -R aur .
|
||||
|
||||
7) Install the git-auth wrapper script:
|
||||
|
||||
# cd /srv/http/aurweb/scripts/git-integration/
|
||||
# cd /srv/http/aurweb/git-interface/
|
||||
# cp git-auth.sh /usr/local/bin/aur-git-auth
|
||||
# chmod 755 /usr/local/bin/aur-git-auth
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue