summaryrefslogtreecommitdiff
path: root/test/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.sh')
-rw-r--r--test/setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/setup.sh b/test/setup.sh
index 232b14d..85faba0 100644
--- a/test/setup.sh
+++ b/test/setup.sh
@@ -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