summaryrefslogtreecommitdiff
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-06-19 15:55:28 +0200
committerGuido Günther <agx@sigxcpu.org>2010-06-19 16:05:46 +0200
commit5988e2087615a3eb218cbee7c6eb470b9df9be0c (patch)
tree59229dd3a4dfdd8cc8e8a426124ceafe26bdd151 /gbp.conf
parent7f0b81f1f8f132dbc6869613382a5455e8af3078 (diff)
Add 'ignore-branch' option
This disables the 'current branch' == 'debian-branch' check.
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index 765f6ca..9fe94e5 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -14,6 +14,8 @@
#debian-tag = debian/%(version)s
# use pristine-tar:
#pristine-tar = True
+# Don't check if debian-branch == current branch
+#ignore-branch = True
# Options only affecting git-buildpackage
[git-buildpackage]