summaryrefslogtreecommitdiff
path: root/.dput.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-07 09:57:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-07 09:57:43 -0700
commita49ecf131ce9badf68f2eada9b75371af6d59e3d (patch)
treeecdd0d0c6d14e8e732665e9ecafaadfde97d2943 /.dput.d
parenta9a3c674538b9c973296ce7c1c8c3a4275593234 (diff)
downloaddotfiles-a49ecf131ce9badf68f2eada9b75371af6d59e3d.tar.gz
dput: attempt to disable allowed-distribution hook
Diffstat (limited to '.dput.d')
-rw-r--r--.dput.d/profiles/DEFAULT.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dput.d/profiles/DEFAULT.json b/.dput.d/profiles/DEFAULT.json
index 8678a2d7..f0a112b8 100644
--- a/.dput.d/profiles/DEFAULT.json
+++ b/.dput.d/profiles/DEFAULT.json
@@ -4,6 +4,11 @@
"check-debs"
],
+ "__comment": "permit uploads to stretch-backports with stable's dput-ng",
+ "-hooks": [
+ "allowed-distribution"
+ ],
+
"+hooks": [
"checksums",
],