mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add tests for mkpkglists
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
ec5779c824
commit
a48f8ccb13
2 changed files with 52 additions and 0 deletions
|
@ -11,6 +11,7 @@ export PYTHONPATH
|
|||
GIT_AUTH="$TOPLEVEL/git-interface/git-auth.py"
|
||||
GIT_SERVE="$TOPLEVEL/git-interface/git-serve.py"
|
||||
GIT_UPDATE="$TOPLEVEL/git-interface/git-update.py"
|
||||
MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py"
|
||||
|
||||
# Create the configuration file and a dummy notification script.
|
||||
cat >config <<-EOF
|
||||
|
@ -40,6 +41,10 @@ ssh-cmdline = ssh aur@aur.archlinux.org
|
|||
|
||||
[update]
|
||||
max-blob-size = 256000
|
||||
|
||||
[mkpkglists]
|
||||
packagesfile = packages.gz
|
||||
pkgbasefile = pkgbase.gz
|
||||
EOF
|
||||
|
||||
cat >notify.sh <<-EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue