[MERGED] libosmocore[master]: Relax branch restriction while making 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Aug 24 19:02:46 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Relax branch restriction while making release
......................................................................


Relax branch restriction while making release

Previously making release of non-library project from non-master branch
would fail. Relax this check to facilitate submission to gerrit via
topic branches.

Change-Id: Ie89b79a45033bee422e4ff898069ea6ac2c2f524
Related: OS#1861
---
M osmo-release.mk
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/osmo-release.mk b/osmo-release.mk
index 4407c86..3fe6803 100644
--- a/osmo-release.mk
+++ b/osmo-release.mk
@@ -10,7 +10,7 @@
 endif
 	@echo "Releasing" $(VERSION) "->" $(NEW_VERSION)"..."
 ifeq ($(LIBVERS),)
-	@gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge
+	@gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge --ignore-branch
 else
 	@echo "You should NOT be doing this unless you've read and understood following article:"
 	@echo "https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie89b79a45033bee422e4ff898069ea6ac2c2f524
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list