[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fail gracefully (=dont fail) if debbindiff cannot be installed from unstable in testing

Holger Levsen holger at moszumanska.debian.org
Tue Aug 4 14:30:20 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 6f68bcc33594b780f2b0c5e4b9dfe3c5d665ca83
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 4 16:29:14 2015 +0200

    reproducible: fail gracefully (=dont fail) if debbindiff cannot be installed from unstable in testing
---
 TODO                  | 2 ++
 bin/schroot-create.sh | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index 0fd1b43..509e547 100644
--- a/TODO
+++ b/TODO
@@ -313,6 +313,8 @@ properties:
 ** http://munin-monitoring.org/wiki/Native_ssh
 ** http://guide.munin-monitoring.org/en/latest/example/transport/ssh.html
 * make systems send mail
+* change TZ on systems?
+* change date on 2nd build hosts
 
 === qa.debian.org*
 
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index bd04fbd..25e7fa4 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -137,10 +137,9 @@ bootstrap() {
 			echo "deb $MIRROR unstable main"        | sudo tee -a $CHROOT_TARGET/etc/apt/sources.list > /dev/null
 			sudo chroot $CHROOT_TARGET apt-get update
 			# install debbindiff from unstable without re-adding all recommends...
-			sudo chroot $CHROOT_TARGET apt-get install -y -t unstable --no-install-recommends debbindiff
+			sudo chroot $CHROOT_TARGET apt-get install -y -t unstable --no-install-recommends debbindiff || echo "Warning: debbindiff from unstable is uninstallable at the moment."
 		fi
 		if ! $DEBUG ; then set +x ; fi
-		# double check debbindiff version
 		if [ "$1" = "debbindiff" ] ; then
 			echo
 			sudo chroot $CHROOT_TARGET dpkg -l debbindiff

-- 
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