[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: dont abort if the build fails
Holger Levsen
holger at layer-acht.org
Wed Nov 22 11:36:50 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 286c2bed13e5550ce236644beeeb5cc649ea6b36
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 22 11:36:43 2017 +0000
reproducible Arch Linux: dont abort if the build fails
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 090e07b..af860cf 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/
--
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