Change in libosmocore[master]: osmo-release.sh: Use set -e before applying changes to prepare release

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 3 19:12:31 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/16436 )

Change subject: osmo-release.sh: Use set -e before applying changes to prepare release
......................................................................

osmo-release.sh: Use set -e before applying changes to prepare release

Change-Id: I783c3645537258a75ae6f5a684489d629b852188
---
M osmo-release.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/osmo-release.sh b/osmo-release.sh
index 4450436..916af84 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -162,6 +162,7 @@
 	exit 0
 fi
 
+set -e
 if [ -f "TODO-RELEASE" ]; then
 	grep '#' TODO-RELEASE > TODO-RELEASE.clean
 	mv TODO-RELEASE.clean TODO-RELEASE

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16436
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I783c3645537258a75ae6f5a684489d629b852188
Gerrit-Change-Number: 16436
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/e6f3a542/attachment.htm>


More information about the gerrit-log mailing list