summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-27 14:46:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-01-27 14:46:55 -0700
commitcc881b0e3b42307a28d597b6aa881556588d8431 (patch)
treecd2cbb00fde5472a6594d6a5d2d728f5fc006b8e /.gbp.conf
parente5f02a1b74f1775536b5c86aac5abaa7e48e455e (diff)
downloaddotfiles-cc881b0e3b42307a28d597b6aa881556588d8431.tar.gz
disable postbuild debsign
Means it always gets invoked despite -us -uc, which is not good for builds that are not ready to be released.
Diffstat (limited to '.gbp.conf')
-rw-r--r--.gbp.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gbp.conf b/.gbp.conf
index 56d53584..031e0ccf 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -8,4 +8,5 @@ export-dir = ~/local/debuild
# ensure debsign is invoked: when building with --git-pbuilder this
# doesn't get invoked automatically
-postbuild=debsign --no-re-sign
+# disable this -- means package is always signed despite -us -uc
+#postbuild=debsign --no-re-sign