Change in libosmocore[master]: osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment lines

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 Feb 23 13:31:26 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23041 )


Change subject: osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment lines
......................................................................

osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment lines

Change-Id: Iff09a090284a0f65fd798d99265cba51f3309923
---
M osmo-release.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/41/23041/1

diff --git a/osmo-release.sh b/osmo-release.sh
index b4db440..b63f981 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -164,7 +164,7 @@
 
 set -e
 if [ -f "TODO-RELEASE" ]; then
-	grep '#' TODO-RELEASE > TODO-RELEASE.clean
+	grep '#' TODO-RELEASE > TODO-RELEASE.clean || true
 	mv TODO-RELEASE.clean TODO-RELEASE
 	git add TODO-RELEASE
 fi

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iff09a090284a0f65fd798d99265cba51f3309923
Gerrit-Change-Number: 23041
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/20210223/c3f94e9f/attachment.htm>


More information about the gerrit-log mailing list