summaryrefslogtreecommitdiff
path: root/.dput.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-27 09:23:18 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-12-27 09:23:18 +0000
commitcce9221256185e403ffbaa352104d0fd1c025614 (patch)
treed7f1eedf470dae0ff5825a918a204fb804325f2a /.dput.d
parent918aa66046b39f5a22a4716953268bcfd26094ab (diff)
downloaddotfiles-cce9221256185e403ffbaa352104d0fd1c025614.tar.gz
dput -> dput-ng due to better dcut
Diffstat (limited to '.dput.d')
-rw-r--r--.dput.d/DEFAULT.json19
-rw-r--r--.dput.d/debomatic-amd64.json7
-rw-r--r--.dput.d/ftp-eu.json3
-rw-r--r--.dput.d/ftp-master.json3
-rw-r--r--.dput.d/mentors.json11
-rw-r--r--.dput.d/ssh-upload.json4
6 files changed, 47 insertions, 0 deletions
diff --git a/.dput.d/DEFAULT.json b/.dput.d/DEFAULT.json
new file mode 100644
index 00000000..05e2be02
--- /dev/null
+++ b/.dput.d/DEFAULT.json
@@ -0,0 +1,19 @@
+{
+ "-hooks": [
+ // permit source-only uploads
+ "check-debs",
+ ],
+
+ "+hooks": [
+ "checksums",
+ "impatient",
+ ],
+
+ // 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,
+}
diff --git a/.dput.d/debomatic-amd64.json b/.dput.d/debomatic-amd64.json
new file mode 100644
index 00000000..2eee9ad7
--- /dev/null
+++ b/.dput.d/debomatic-amd64.json
@@ -0,0 +1,7 @@
+{
+ "fqdn": "debomatic-amd64.debian.net",
+ "incoming": "/srv/debomatic-amd64",
+ "login": "debomatic",
+ "meta": "debian",
+ "method": "scp"
+}
diff --git a/.dput.d/ftp-eu.json b/.dput.d/ftp-eu.json
new file mode 100644
index 00000000..d21784d2
--- /dev/null
+++ b/.dput.d/ftp-eu.json
@@ -0,0 +1,3 @@
+{
+ "allow_dcut": "true",
+}
diff --git a/.dput.d/ftp-master.json b/.dput.d/ftp-master.json
new file mode 100644
index 00000000..d21784d2
--- /dev/null
+++ b/.dput.d/ftp-master.json
@@ -0,0 +1,3 @@
+{
+ "allow_dcut": "true",
+}
diff --git a/.dput.d/mentors.json b/.dput.d/mentors.json
new file mode 100644
index 00000000..3533ac07
--- /dev/null
+++ b/.dput.d/mentors.json
@@ -0,0 +1,11 @@
+{
+ "-hooks": [
+ "check-debs",
+ "allowed-distribution"
+ ],
+ "allowed_distributions": ".*",
+ "fqdn": "mentors.debian.net",
+ "incoming": "/upload",
+ "meta": "debian",
+ "method": "http"
+}
diff --git a/.dput.d/ssh-upload.json b/.dput.d/ssh-upload.json
new file mode 100644
index 00000000..52fc337a
--- /dev/null
+++ b/.dput.d/ssh-upload.json
@@ -0,0 +1,4 @@
+{
+ "login": "spwhitton",
+ "allow_dcut": "true",
+}