[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: let's not fail the maintenance job just because the Arch Linux setup is broken since half a year

Holger Levsen holger at layer-acht.org
Wed Dec 21 13:52:46 UTC 2016


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 02ee8ed38f99a393548668de92e4e36b4fec2c21
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 21 14:52:40 2016 +0100

    reproducible Debian: let's not fail the maintenance job just because the Arch Linux setup is broken since half a year
---
 bin/reproducible_maintenance.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index c344947..dd08315 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -121,8 +121,9 @@ if [ "$HOSTNAME" = "${ARCHLINUX_BUILD_NODE}" ] ; then
 	schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root -- pacman -Syu --noconfirm
 	RESULT=$?
 	if [ $RESULT -eq 1 ] ; then
-		echo "Warning: failed to update Arch Linux schroot."
-		DIRTY=true
+		# FIXME: this should be a warning, not a shrugs - but Arch Linux will soon be build differently…
+		echo "shrugs: failed to update Arch Linux schroot."
+		#DIRTY=true
 	else
 		echo "$(date -u) - updating Arch Linux schroot done."
 	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