summaryrefslogtreecommitdiffstats
path: root/test/setup.sh
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-09-21 21:50:28 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2016-09-29 22:07:24 +0200
commitc8c37477864638ca37088433f0061e5b62f6986f (patch)
tree2d1545e17bf8ac1cf7056e362bae553db4918a86 /test/setup.sh
parentcc66259d339ec805265503662bf5da61f63512cc (diff)
downloadaur-c8c37477864638ca37088433f0061e5b62f6986f.tar.gz
aur-c8c37477864638ca37088433f0061e5b62f6986f.tar.xz
Add tests for aurblup
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'test/setup.sh')
-rw-r--r--test/setup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/setup.sh b/test/setup.sh
index 622aab03..e379adad 100644
--- a/test/setup.sh
+++ b/test/setup.sh
@@ -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