mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Document garbage collection settings for Git
Add a note to the Git/SSH interface documentation that we recommend to disable automatic garbage collection and use a maintenance script to cleanup and optimize the Git repository instead. Also, add a reference to the Git/SSH interface documentation to the Git repository setup instructions in INSTALL. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
ecfa54e492
commit
087b539cbc
2 changed files with 12 additions and 2 deletions
3
INSTALL
3
INSTALL
|
@ -57,6 +57,9 @@ Setup on Arch Linux
|
|||
# ln -s /usr/local/bin/aurweb-git-update hooks/update
|
||||
# chown -R aur .
|
||||
|
||||
It is recommended to read doc/git-interface.txt for more information on the
|
||||
administration of the package Git repository.
|
||||
|
||||
8) Configure sshd(8) for the AUR. Add the following lines at the end of your
|
||||
sshd_config(5) and restart the sshd. Note that OpenSSH 6.9 or newer is
|
||||
needed!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue