summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-11-20 20:38:38 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-11-20 20:38:38 +0100
commita7591f4be3f9e741f5d1e5aeadd3ab20b497a252 (patch)
tree66b0ca2fe3fa4511a53862d28182a6d9d54a0cdc /test
parentcb2dcc6ee207e9c5ba4b875d70e387e6347591ed (diff)
downloaddbscripts-a7591f4be3f9e741f5d1e5aeadd3ab20b497a252.tar.gz
dbscripts-a7591f4be3f9e741f5d1e5aeadd3ab20b497a252.tar.xz
Simplify sourceballs creation
* Read package lists directly from DB file * Make SVNREPO configurable
Diffstat (limited to 'test')
-rw-r--r--test/lib/common.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc
index 14dc000..e47ae2d 100644
--- a/test/lib/common.inc
+++ b/test/lib/common.inc
@@ -62,7 +62,6 @@ setUp() {
cat <<eot > "${curdir}/../config.local"
FTP_BASE="${TMP}/ftp"
SVNREPO="file://${TMP}/svn-packages-repo"
- SVNREPOCOMMUNITY="file://${TMP}/svn-community-repo"
PKGREPOS=(${PKGREPOS[@]})
PKGPOOL="${PKGPOOL}"
CLEANUP_DESTDIR="${TMP}/package-cleanup"