aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-release.mk
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-08-24 13:24:04 +0200
committerMax <msuraev@sysmocom.de>2017-08-24 13:24:04 +0200
commitd5962a8ac750c39ab7a747e95f15093591845467 (patch)
tree9d42e583347140a23ee4b4d2be5083077c4bfbf6 /osmo-release.mk
parent733810c656fa9ec50a4223b0c15070ba1fd758cf (diff)
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
Diffstat (limited to 'osmo-release.mk')
-rw-r--r--osmo-release.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-release.mk b/osmo-release.mk
index 4407c861..3fe68035 100644
--- a/osmo-release.mk
+++ b/osmo-release.mk
@@ -10,7 +10,7 @@ ifeq ($(NEW_VERSION),)
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"