]> err.no Git - dotfiles/commitdiff
default to ftp-master
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 11 Jun 2005 07:21:45 +0000 (07:21 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 11 Jun 2005 07:21:45 +0000 (07:21 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@784 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

dput.cf

diff --git a/dput.cf b/dput.cf
index fda463864f25d38d8744e238a64ce217edf2f3d2..eb20405829dbc9def0103d7ce788cb39c56ae23e 100644 (file)
--- a/dput.cf
+++ b/dput.cf
@@ -1,5 +1,16 @@
 [DEFAULT]
-#method=scp
+default_host_main = ftp-master
+#method=ftp-master
+
+[ftp-master]
+fqdn = ftp-master.debian.org
+incoming = /pub/UploadQueue/
+login = anonymous
+# And if you want to override one of the defaults, add it here.
+# For example, comment out the next line
+# login = another_username
+# post_upload_command = /path/to/some/script
+# pre_upload_command = /path/to/some/script
 
 [ubuntu]
 fqdn = upload.ubuntu.com
@@ -21,20 +32,14 @@ method = scp
 fqdn = gluck.debian.org
 incoming = ~tfheen
 
-[alioth-i386]
-method = scp
-fqdn = alioth.debian.org
-incoming = ~tfheen/multiarch-ftproot/i386/incoming
-allow_unsigned_uploads = 1
-
-[alioth-amd64]
-method = scp
-fqdn = alioth.debian.org
-incoming = ~tfheen/multiarch-ftproot/amd64/incoming
-allow_unsigned_uploads = 1
-
 [chinstrap]
 method = scp
 fqdn = chinstrap.warthogs.hbd.com
 incoming = ~tfheen/UploadQueue
 
+[amd64]
+fqdn = amd64.debian.net
+method = scp
+incoming = /org/amd64.debian.net/queue/unchecked
+allow_unsigned_uploads = 0
+run_dinstall = 0