diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-20 20:38:38 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-20 20:38:38 +0100 |
commit | a7591f4be3f9e741f5d1e5aeadd3ab20b497a252 (patch) | |
tree | 66b0ca2fe3fa4511a53862d28182a6d9d54a0cdc /test/lib | |
parent | cb2dcc6ee207e9c5ba4b875d70e387e6347591ed (diff) |
Simplify sourceballs creation
* Read package lists directly from DB file
* Make SVNREPO configurable
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/common.inc | 1 |
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" |