summaryrefslogtreecommitdiffstats
path: root/test/test.d
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-05-27 15:58:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:58:25 +0200
commit8ea4c7d1dac558d2d38493407de12b0af35012a6 (patch)
tree29048560dfae836cfae0ff3ce59b057d52c7c757 /test/test.d
parent99045844a41ab7e070d992bcf3baf944580978fd (diff)
downloaddbscripts-8ea4c7d1dac558d2d38493407de12b0af35012a6.tar.gz
dbscripts-8ea4c7d1dac558d2d38493407de12b0af35012a6.tar.xz
add some TODOsgitpkgsv2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/test.d')
-rwxr-xr-xtest/test.d/db-update.sh2
-rwxr-xr-xtest/test.d/testing2x.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/test.d/db-update.sh b/test/test.d/db-update.sh
index 6fe0321..bc7833e 100755
--- a/test/test.d/db-update.sh
+++ b/test/test.d/db-update.sh
@@ -82,6 +82,7 @@ testUpdateAnyPackage() {
pushd "${TMP}/svn-packages-copy/pkg-any-a/trunk/" >/dev/null
sed 's/pkgrel=1/pkgrel=2/g' -i PKGBUILD
arch_svn commit -q -m"update pkg to pkgrel=2" >/dev/null
+ # TODO: move this to the initial build phase
sudo chronic extra-i686-build
mv pkg-any-a-1-2-any.pkg.tar.xz "${pkgdir}/pkg-any-a/"
popd >/dev/null
@@ -100,6 +101,7 @@ testUpdateAnyPackageToDifferentRepositoriesAtOnce() {
pushd "${TMP}/svn-packages-copy/pkg-any-a/trunk/" >/dev/null
sed 's/pkgrel=1/pkgrel=2/g' -i PKGBUILD
arch_svn commit -q -m"update pkg to pkgrel=2" >/dev/null
+ # TODO: move this to the initial build phase
sudo chronic extra-i686-build
mv pkg-any-a-1-2-any.pkg.tar.xz "${pkgdir}/pkg-any-a/"
popd >/dev/null
diff --git a/test/test.d/testing2x.sh b/test/test.d/testing2x.sh
index 29c10e6..e8efb4e 100755
--- a/test/test.d/testing2x.sh
+++ b/test/test.d/testing2x.sh
@@ -10,6 +10,7 @@ testTesting2xAnyPackage() {
pushd "${TMP}/svn-packages-copy/pkg-any-a/trunk/" >/dev/null
sed 's/pkgrel=1/pkgrel=2/g' -i PKGBUILD
arch_svn commit -q -m"update pkg to pkgrel=2" >/dev/null
+ # TODO: move this to the initial build phase
sudo chronic extra-i686-build
mv pkg-any-a-1-2-any.pkg.tar.xz "${pkgdir}/pkg-any-a/"
popd >/dev/null
@@ -34,6 +35,7 @@ testTesting2xMultiArchPackage() {
pushd "${TMP}/svn-packages-copy/pkg-any-a/trunk/" >/dev/null
sed 's/pkgrel=1/pkgrel=2/g' -i PKGBUILD
arch_svn commit -q -m"update pkg to pkgrel=2" >/dev/null
+ # TODO: move this to the initial build phase
sudo chronic extra-i686-build
mv pkg-any-a-1-2-any.pkg.tar.xz "${pkgdir}/pkg-any-a/"
popd >/dev/null