summaryrefslogtreecommitdiff
path: root/.devscripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-06 17:14:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-06 17:14:52 -0700
commitec96e1eac86f0641a33cfc287362917d1376cfa4 (patch)
tree28e74293ffe4897ece322ca045c46fc4e712bce3 /.devscripts
parent8126a8232ee2e32c56e48d740249d1120e98d99a (diff)
downloaddotfiles-ec96e1eac86f0641a33cfc287362917d1376cfa4.tar.gz
pubring.gpg -> pubring.kbx
Avoid dscverify creating pubring.gpg, which makes gpg think I have no private keys.
Diffstat (limited to '.devscripts')
-rw-r--r--.devscripts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devscripts b/.devscripts
index 7a92d1f5..2d49184d 100644
--- a/.devscripts
+++ b/.devscripts
@@ -4,7 +4,7 @@ DEBSIGN_KEYID=0x0F56D0553B6D411B
DEB_SIGN_KEYID=0x0F56D0553B6D411B
DEBSIGN_PROGRAM=gpg
RMADISON_DEFAULT_URL=debian,ubuntu
-DSCVERIFY_KEYRINGS=~/.gnupg/pubring.gpg
+DSCVERIFY_KEYRINGS=~/.gnupg/pubring.kbx
# this ensures that both debuild and gbp-buildpackage don't sign anything.
# manually do it with debsign (or dgit push) before making an upload