From 47cef4132b64d3538e1181411b7edf19143c884d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Feb 2016 17:14:10 -0700 Subject: ~/local/debuild -> /tmp/debuild for speed --- .gbp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gbp.conf') 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 -- cgit v1.2.3