From 02ee8ed38f99a393548668de92e4e36b4fec2c21 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 21 Dec 2016 14:52:40 +0100 Subject: 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(-) (limited to 'bin/reproducible_maintenance.sh') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index c3449474..dd083159 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 -- cgit v1.2.3-70-g09d2