From 286c2bed13e5550ce236644beeeb5cc649ea6b36 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 22 Nov 2017 11:36:43 +0000 Subject: reproducible Arch Linux: dont abort if the build fails Signed-off-by: Holger Levsen --- bin/reproducible_build_archlinux_pkg.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 090e07b8..af860cf8 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -251,7 +251,9 @@ remote_build() { exec /srv/jenkins/bin/abort.sh else # FIXME: atm this is never reached… - handle_remote_error "with exit code $RESULT from $NODE for build #$BUILDNR for ${SRCPACKAGE} from $REPOSITORY" + #cleanup_all + #handle_remote_error "with exit code $RESULT from $NODE for build #$BUILDNR for ${SRCPACKAGE} from $REPOSITORY" + echo "remote build failed with exit code $RESULT from $NODE for build #$BUILDNR for ${SRCPACKAGE} from $REPOSITORY" fi fi rsync -e "ssh -o 'Batchmode = yes' -p $PORT" -r $FQDN:$TMPDIR/b$BUILDNR $TMPDIR/ -- cgit v1.2.3-54-g00ecf