summaryrefslogtreecommitdiff
path: root/.dput.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-08 12:55:12 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-08 12:55:12 +0100
commit611ca017aebfa1c5e21cab35c44d59b679104faa (patch)
tree100d5e31746db393d1c8f55ff171be3fdbd4d13d /.dput.d
parent695bb16da5d1172f57cbc881f28576392f662936 (diff)
downloaddotfiles-611ca017aebfa1c5e21cab35c44d59b679104faa.tar.gz
fix syntax in dput default config
Diffstat (limited to '.dput.d')
-rw-r--r--.dput.d/profiles/DEFAULT.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/.dput.d/profiles/DEFAULT.json b/.dput.d/profiles/DEFAULT.json
index 05e2be02..15dc88c0 100644
--- a/.dput.d/profiles/DEFAULT.json
+++ b/.dput.d/profiles/DEFAULT.json
@@ -1,19 +1,19 @@
{
+ "__comment": "permit source-only uploads",
"-hooks": [
- // permit source-only uploads
- "check-debs",
+ "check-debs"
],
"+hooks": [
"checksums",
- "impatient",
+ "impatient"
],
- // require explicit selection of ftp-master
+ "__comment": "require explicit selection of ftp-master",
"default_host_main": "debomatic-amd64",
"full_upload_log": true,
- // avoid any problems with dgit (see #827879)
- "run_lintian": false,
+ "__comment": "avoid any problems with dgit (#827879)",
+ "run_lintian": false
}