[Qa-jenkins-scm] [jenkins.debian.net] 01/01: WIP: reproducible debian: support testing multiple archs on one host

Holger Levsen holger at moszumanska.debian.org
Fri Mar 25 14:44:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch h01ger/WIP-multi-arch
in repository jenkins.debian.net.

commit febd8f57c16803b5811ad691ec5406b1ce0a01d6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 25 10:43:40 2016 -0400

    WIP: reproducible debian: support testing multiple archs on one host
---
 bin/reproducible_setup_pbuilder.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index 2f0ecbe..153da25 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -123,8 +123,8 @@ setup_pbuilder() {
 #
 # main
 #
-BASETGZ=/var/cache/pbuilder/$SUITE-reproducible-base.tgz
-STAMP=/var/log/jenkins/$SUITE-reproducible-base.tgz.stamp
+BASETGZ=/var/cache/pbuilder/$SUITE-$ARCH-reproducible-base.tgz
+STAMP=/var/log/jenkins/$SUITE-$ARCH-reproducible-base.tgz.stamp
 OLDSTAMP=$(find $STAMP -mtime +1 -exec ls -lad {} \; || echo "nostamp")
 if [ -n "$OLDSTAMP" ] || [ ! -f $BASETGZ ] || [ ! -f $STAMP ] ; then
 	if [ ! -f $BASETGZ ] ; then
@@ -132,7 +132,7 @@ if [ -n "$OLDSTAMP" ] || [ ! -f $BASETGZ ] || [ ! -f $STAMP ] ; then
 	else
 		echo "$BASETGZ outdated, creating a new one..."
 	fi
-	setup_pbuilder $SUITE $SUITE-reproducible-base dpkg dpkg-dev
+	setup_pbuilder $SUITE-$ARCH $SUITE-$ARCH-reproducible-base dpkg dpkg-dev
 else
 	echo "$BASETGZ not old enough, doing nothing..."
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list