aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2018-01-18 13:41:48 +0200
committerGuido Günther <agx@sigxcpu.org>2018-01-20 12:47:16 +0100
commit30114904ff7c06f1cc9e6a47fa4b329a243fa704 (patch)
treeadbf9f9add1ecdd43c3040db406bcba7df319a0f /gbp/config.py
parent690323271b642e9479fde942e2a362b3d43f6573 (diff)
dch: implement postedit hooks
Add new --postedit command line option for defining a custom hook that will be run after changes to the changelog file has been finalized. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
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 afd11408..d63754ea 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -156,6 +156,7 @@ class GbpOptionParser(OptionParser):
'pbuilder-options': '',
'postbuild': '',
'postclone': '',
+ 'postedit': '',
'postexport': '',
'postimport': '',
'posttag': '',