This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. Change subject: jenkins: add missing set -e to catch build errors ...................................................................... jenkins: add missing set -e to catch build errors Change-Id: I9f6b015b09c60c18d213dde5bbdcfc527096a10f --- M contrib/jenkins.sh 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index d9901e3..d4f98f3 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash # jenkins build helper script for libasn1c. This is how we build on jenkins.osmocom.org +set -e + set +x echo echo -- To view, visit https://gerrit.osmocom.org/4471 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f6b015b09c60c18d213dde5bbdcfc527096a10f Gerrit-PatchSet: 4 Gerrit-Project: libasn1c Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de> Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org> Gerrit-Reviewer: Jenkins Builder