summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-22 20:58:01 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-22 22:15:54 +0100
commit69d348c3eb868f58efd769603f425bb88bb74f1d (patch)
treebdf9f5ae768c3dd5c465c4db192f1cdd9786539d /gbp/config.py
parent29b8b036102f3bb0cb4fa19d66bf8fae274d5537 (diff)
Support postexport hooks
Heavily based on a patch by Jan Čapek Closes: #640982
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 241fa1b..92ae1ae 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -82,6 +82,7 @@ class GbpOptionParser(OptionParser):
'posttag' : '',
'postbuild' : '',
'prebuild' : '',
+ 'postexport' : '',
'postimport' : '',
'debian-tag' : 'debian/%(version)s',
'upstream-tag' : 'upstream/%(version)s',