[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Arch Linux: actually warn on failure to update the Arch schroot

Holger Levsen holger at layer-acht.org
Thu Nov 23 11:33:18 UTC 2017


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 36af6d811d4ac4c2abc4fe28705756b7b1dc8927
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Nov 23 11:33:03 2017 +0000

    reproducible Arch Linux: actually warn on failure to update the Arch schroot
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index d300fac..c6d4869 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -160,9 +160,8 @@ case $HOSTNAME in
 		schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root -- pacman -Syu --noconfirm
 		RESULT=$?
 		if [ $RESULT -eq 1 ] ; then
-			# 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
+			echo "Warning: 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