summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-08-23 16:46:15 +0200
committerGuido Günther <agx@sigxcpu.org>2009-08-23 18:40:14 +0200
commitee6c23824949baec5c7333a4933f64504d1a62d4 (patch)
tree81956c9da3fba84c78b2d5a8c390ef90a5f8c946 /gbp/config.py
parentdcbe091422807d7bd0aede336ab1d12dd65384e5 (diff)
add postimport hook for git-import-orig
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 9aec395..f670ad5 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -36,6 +36,7 @@ class GbpOptionParser(OptionParser):
'keyid' : '',
'posttag' : '',
'postbuild' : '',
+ 'postimport' : '',
'debian-tag' : 'debian/%(version)s',
'upstream-tag' : 'upstream/%(version)s',
'filter' : [],
@@ -50,7 +51,6 @@ class GbpOptionParser(OptionParser):
'meta-closes' : 'Closes|LP',
'full' : 'False',
'id-length' : '0',
- 'no-dch' : 'False',
'git-author' : 'False',
}
help = {