diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-22 11:36:43 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-22 11:36:43 +0000 |
commit | 286c2bed13e5550ce236644beeeb5cc649ea6b36 (patch) | |
tree | 8883e926044c1e5b88a8da4a47b0d769bbd2b0bf | |
parent | 7096ee2813bc6832a33483bcdde639b7aa007f35 (diff) | |
download | jenkins.debian.net-286c2bed13e5550ce236644beeeb5cc649ea6b36.tar.xz |
reproducible Arch Linux: dont abort if the build fails
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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/ |