[MERGED] libosmocore[master]: osmo-release.sh: Remove temporary file TODO-RELEASE.entries ...

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.org
Wed May 2 21:30:31 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: osmo-release.sh: Remove temporary file TODO-RELEASE.entries after use
......................................................................


osmo-release.sh: Remove temporary file TODO-RELEASE.entries after use

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/osmo-release.sh b/osmo-release.sh
index ed40d0b..fbaf63d 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -42,6 +42,7 @@
 		fi
 	fi
 	xargs -a TODO-RELEASE.entries -r -d'\n' -I entry dch -m -v $NEW_VER "entry"
+	rm TODO-RELEASE.entries
 fi
 dch -r -m --distribution "unstable" ""
 git add -u

-- 
To view, visit https://gerrit.osmocom.org/7968
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1cac39093d43910c2f5b969f5287cf3678110f4e
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list