summaryrefslogtreecommitdiffstats
path: root/test/lib/common.inc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-07 12:42:01 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:05 +0200
commit1a57633f1d8e15f4b0ca48f2acacf6b67f74b573 (patch)
tree0c1f6ba175f7ee4bdcb52d9bd7b9473e456d105a /test/lib/common.inc
parent81023f6318b0257fd266585b34817dee46c37e35 (diff)
downloaddbscripts-1a57633f1d8e15f4b0ca48f2acacf6b67f74b573.tar.gz
dbscripts-1a57633f1d8e15f4b0ca48f2acacf6b67f74b573.tar.xz
INCOMPLETE: make tests.d/db-update.sh work
This depends on my setup so it can call an adjusted archrelease. Needs to be fixed properly. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/lib/common.inc')
-rw-r--r--test/lib/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc
index 554fb9a..4f5a5b4 100644
--- a/test/lib/common.inc
+++ b/test/lib/common.inc
@@ -138,7 +138,8 @@ releasePackage() {
local pkgname
pushd "${TMP}/svn-packages-copy"/${pkgbase}/trunk/ >/dev/null
- archrelease ${repo}-${arch} >/dev/null 2>&1
+ ~/git/arch/devtools/archrelease ${repo}-${arch} >/dev/null 2>&1
+ # TODO: pull archrelease and commitpkg in dbscripts so this can be done cleaner?
pkgver=$(. PKGBUILD; echo $(get_full_version ${epoch:-0} ${pkgver} ${pkgrel}))
pkgname=($(. PKGBUILD; echo ${pkgname[@]}))