projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907e17a
)
config: Print correct default for postunpack hook
author
Guido Günther
<agx@sigxcpu.org>
Thu, 1 Sep 2022 10:36:42 +0000
(12:36 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Thu, 1 Sep 2022 11:00:13 +0000
(13:00 +0200)
gbp/config.py
patch
|
blob
|
history
diff --git
a/gbp/config.py
b/gbp/config.py
index 0a5a35e4fd785a6da26cd1226d9bbb2c3e1e9ee0..4f9e91d34742c4461d5670865634fd8bb1dcbdb7 100644
(file)
--- a/
gbp/config.py
+++ b/
gbp/config.py
@@
-340,7
+340,7
@@
class GbpOptionParser(OptionParser):
"default is '%(postimport)s'",
'postunpack':
"hook run after a unpacking the tarballs, "
- "default is '%(post
import
)s'",
+ "default is '%(post
unpack
)s'",
'hooks':
"Enable running all hooks, default is %(hooks)s",
'upstream-signatures':