summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-02-20 17:14:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-02-20 17:14:10 -0700
commit47cef4132b64d3538e1181411b7edf19143c884d (patch)
tree5820af2832718c54aa4fa6cabe5cb9da29a8b3ad /.gbp.conf
parent672cba4db9a435fb1c0e1fa0ca64ca4810c910bb (diff)
downloaddotfiles-47cef4132b64d3538e1181411b7edf19143c884d.tar.gz
~/local/debuild -> /tmp/debuild for speed
Diffstat (limited to '.gbp.conf')
-rw-r--r--.gbp.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gbp.conf b/.gbp.conf
index 031e0ccf..ddd578ce 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -4,7 +4,9 @@ debian-tag = debian/%(version)s
sign-tags = True
pristine-tar = True
pristine-tar-commit = True
-export-dir = ~/local/debuild
+
+export-dir = /tmp/debuild
+postbuild = chmod 700 /tmp/debuild
# ensure debsign is invoked: when building with --git-pbuilder this
# doesn't get invoked automatically