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

pespin gerrit-no-reply at lists.osmocom.org
Tue Dec 3 16:37:22 UTC 2019


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/36/16436/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/5fef8f74/attachment.htm>


More information about the gerrit-log mailing list