summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-25 17:02:48 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-05-25 17:02:55 +0900
commitba8ebf8a6eeb5ee314f155fd8268a7508c988c12 (patch)
tree3436b6ba9a1371a09263d216eb53eb18e3c288b3
parenta6f207a801be44adef42aa4af26ecfe8ed60f0ff (diff)
downloaddotfiles-ba8ebf8a6eeb5ee314f155fd8268a7508c988c12.tar.gz
stop using /tmp/debuild
-rw-r--r--.devscripts5
-rw-r--r--.gbp.conf6
2 files changed, 5 insertions, 6 deletions
diff --git a/.devscripts b/.devscripts
index 0ef53ec9..50354084 100644
--- a/.devscripts
+++ b/.devscripts
@@ -1,6 +1,5 @@
DEBCHANGE_FORCE_SAVE_ON_RELEASE=no
-DEBRELEASE_DEBS_DIR=/tmp/debuild
DEBRELEASE_UPLOADER=dput
-DEBSIGN_KEYID=0x3B6D411B
-DEB_SIGN_KEYID=0x3B6D411B
+DEBSIGN_KEYID=0x0F56D0553B6D411B
+DEB_SIGN_KEYID=0x0F56D0553B6D411B
DEBSIGN_PROGRAM=gpg
diff --git a/.gbp.conf b/.gbp.conf
index 2dff1f20..bcabcd38 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -6,10 +6,10 @@ pristine-tar = True
pristine-tar-commit = True
[buildpackage]
-export-dir = /tmp/debuild
+#export-dir = /tmp/debuild
# no-purge = True
-export = WC
-postbuild = chmod 700 /tmp/debuild
+#export = WC
+#postbuild = chmod 700 /tmp/debuild
# ensure debsign is invoked: when building with --git-pbuilder this
# doesn't get invoked automatically