mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add tests for aurblup
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
cc66259d33
commit
c8c3747786
2 changed files with 59 additions and 0 deletions
|
@ -14,6 +14,7 @@ GIT_UPDATE="$TOPLEVEL/git-interface/git-update.py"
|
|||
MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py"
|
||||
TUVOTEREMINDER="$TOPLEVEL/scripts/tuvotereminder.py"
|
||||
PKGMAINT="$TOPLEVEL/scripts/pkgmaint.py"
|
||||
AURBLUP="$TOPLEVEL/scripts/aurblup.py"
|
||||
|
||||
# Create the configuration file and a dummy notification script.
|
||||
cat >config <<-EOF
|
||||
|
@ -44,6 +45,11 @@ ssh-cmdline = ssh aur@aur.archlinux.org
|
|||
[update]
|
||||
max-blob-size = 256000
|
||||
|
||||
[aurblup]
|
||||
db-path = $(pwd)/sync/
|
||||
sync-dbs = test
|
||||
server = file://$(pwd)/remote/
|
||||
|
||||
[mkpkglists]
|
||||
packagesfile = packages.gz
|
||||
pkgbasefile = pkgbase.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue