summaryrefslogtreecommitdiff
path: root/.dput.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-11 16:14:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-11 16:14:48 -0700
commitd127abeea149f962f1a735d907595c11ed029657 (patch)
tree483998a204fdb261d042c18c640c2357fd521fff /.dput.d
parent78b0fdbc978cd05793c39a4ed827da6f76c50e5c (diff)
downloaddotfiles-d127abeea149f962f1a735d907595c11ed029657.tar.gz
tidy dput-ng config
Diffstat (limited to '.dput.d')
-rw-r--r--.dput.d/profiles/DEFAULT.json2
-rw-r--r--.dput.d/profiles/mentors.json11
2 files changed, 2 insertions, 11 deletions
diff --git a/.dput.d/profiles/DEFAULT.json b/.dput.d/profiles/DEFAULT.json
index 0848b67f..ef8e5aad 100644
--- a/.dput.d/profiles/DEFAULT.json
+++ b/.dput.d/profiles/DEFAULT.json
@@ -4,6 +4,7 @@
"check-debs"
],
+ "__comment": "always check checksums to avoid totally broken uploads",
"+hooks": [
"checksums"
],
@@ -11,6 +12,7 @@
"__comment": "require explicit selection of ftp-master",
"default_host_main": "debomatic-amd64",
+ "__comment": "verbose build logs can be useful",
"full_upload_log": true,
"__comment": "avoid any problems with dgit (#827879)",
diff --git a/.dput.d/profiles/mentors.json b/.dput.d/profiles/mentors.json
deleted file mode 100644
index 3533ac07..00000000
--- a/.dput.d/profiles/mentors.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "-hooks": [
- "check-debs",
- "allowed-distribution"
- ],
- "allowed_distributions": ".*",
- "fqdn": "mentors.debian.net",
- "incoming": "/upload",
- "meta": "debian",
- "method": "http"
-}