summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
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