summaryrefslogtreecommitdiff
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
parent672cba4db9a435fb1c0e1fa0ca64ca4810c910bb (diff)
downloaddotfiles-47cef4132b64d3538e1181411b7edf19143c884d.tar.gz
~/local/debuild -> /tmp/debuild for speed
-rw-r--r--.devscripts2
-rw-r--r--.gbp.conf4
2 files changed, 4 insertions, 2 deletions
diff --git a/.devscripts b/.devscripts
index 3f4b4c69..3592c960 100644
--- a/.devscripts
+++ b/.devscripts
@@ -1,5 +1,5 @@
DEBCHANGE_FORCE_SAVE_ON_RELEASE=no
-DEBRELEASE_DEBS_DIR=/home/swhitton/local/debuild
+DEBRELEASE_DEBS_DIR=/tmp/debuild
DEBRELEASE_UPLOADER=dput
DEBSIGN_KEYID=0x3B6D411B
DEB_SIGN_KEYID=0x3B6D411B
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