summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 50568a38..ca64b620 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -581,6 +581,7 @@ class GbpOptionParserRpm(GbpOptionParser):
'cleaner' : '',
'packaging-dir' : '',
'packaging-tag' : 'packaging/%(version)s',
+ 'pq-branch' : 'development/%(branch)s',
'spec-file' : 'auto',
} )
@@ -590,6 +591,8 @@ class GbpOptionParserRpm(GbpOptionParser):
"subdir where packaging files are stored, default is '%(packaging-dir)s'",
'packaging-tag':
"format string for packaging tags, rpm counterpart of the 'debian-tag' option, default is '%(packaging-tag)s'",
+ 'pq-branch':
+ "format string for the patch-queue branch name, default is '%(pq-branch)s'",
'spec-file':
"Spec file to use, 'auto' makes gbp to guess, other values make the packaging-dir option to be ignored, default is '%(spec-file)s'",
} )