mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
update documentation
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
ce7c44758e
commit
3102736b13
2 changed files with 25 additions and 0 deletions
|
@ -111,3 +111,21 @@ receive.autogc to false. Remember to periodically run `git gc` manually or
|
|||
setup a maintenance script which initiates the garbage collection if you follow
|
||||
this advice. For gc.pruneExpire, we recommend "3.months.ago", such that commits
|
||||
that became unreachable by TU intervention are kept for a while.
|
||||
|
||||
Script Wrappers (poetry)
|
||||
------------------------
|
||||
|
||||
When aurweb is installed within a poetry virtualenv, commands need
|
||||
to be prefixed with `poetry run`. A few wrapper scripts are provided
|
||||
which automate this, as long as the executing user's `$HOME` is
|
||||
aurweb's project root.
|
||||
|
||||
- `examples/aurweb-git-auth.sh`
|
||||
- `examples/aurweb-git-serve.sh`
|
||||
- `examples/aurweb-git-update.sh`
|
||||
|
||||
These scripts should be installed somewhere on the aurweb host. The
|
||||
following options need to be updated to the installed wrappers:
|
||||
|
||||
- `[auth] git-serve-cmd`
|
||||
- `[serve] git-update-cmd`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue