summaryrefslogtreecommitdiff
path: root/.dput.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-11 16:10:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-11 16:10:43 -0700
commit78b0fdbc978cd05793c39a4ed827da6f76c50e5c (patch)
tree1daa69140c4f0f3c8f58c3de9cf1ee0ec7a905d3 /.dput.d
parentcc11b8e8895b3655a97dafbbdaf3d054ade99cd7 (diff)
downloaddotfiles-78b0fdbc978cd05793c39a4ed827da6f76c50e5c.tar.gz
fix uploading to stretch-backports with dput-ng
Diffstat (limited to '.dput.d')
-rw-r--r--.dput.d/codenames/debian.json50
-rw-r--r--.dput.d/profiles/DEFAULT.json5
2 files changed, 50 insertions, 5 deletions
diff --git a/.dput.d/codenames/debian.json b/.dput.d/codenames/debian.json
new file mode 100644
index 00000000..194f0bd0
--- /dev/null
+++ b/.dput.d/codenames/debian.json
@@ -0,0 +1,50 @@
+{
+ "__comment": "debian.json copied from recent release of dput-ng so that",
+ "__comment": "I can upload to stretch-backports with stretch's dput-ng",
+ "backport": [
+ "stable-backports",
+ "oldstable-backports",
+ "stretch-backports",
+ "jessie-backports",
+ "jessie-backports-sloppy",
+ "wheezy-backports",
+ "wheezy-backports-sloppy",
+ "squeeze-backports",
+ "squeeze-backports-sloppy"
+ ],
+ "general": [
+ "unstable",
+ "experimental",
+ "squeeze-lts",
+ "rc-buggy",
+ "sid"
+ ],
+ "rm-managed": [
+ "stable",
+ "oldstable",
+ "bullseye",
+ "bullseye-proposed-updates",
+ "buster",
+ "buster-proposed-updates",
+ "stretch",
+ "stretch-proposed-updates",
+ "jessie",
+ "jessie-proposed-updates",
+ "wheezy",
+ "squeeze",
+ "testing-proposed-updates",
+ "stable-proposed-updates",
+ "oldstable-proposed-updates"
+ ],
+ "security": [
+ "testing-security",
+ "stable-security",
+ "oldstable-security",
+ "squeeze-security",
+ "wheezy-security",
+ "jessie-security",
+ "stretch-security",
+ "buster-security",
+ "bullseye-security"
+ ]
+}
diff --git a/.dput.d/profiles/DEFAULT.json b/.dput.d/profiles/DEFAULT.json
index a5f71e79..0848b67f 100644
--- a/.dput.d/profiles/DEFAULT.json
+++ b/.dput.d/profiles/DEFAULT.json
@@ -4,11 +4,6 @@
"check-debs"
],
- "__comment": "permit uploads to stretch-backports with stable's dput-ng",
- "-hooks": [
- "allowed-distribution"
- ],
-
"+hooks": [
"checksums"
],