From c1bbbb89bcd65dbdd21929e8f5d3104327e603c9 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 11 Jun 2005 07:21:45 +0000 Subject: [PATCH] default to ftp-master git-svn-id: file:///svn/tfheen/trunk/dotfiles@784 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- dput.cf | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/dput.cf b/dput.cf index fda4638..eb20405 100644 --- 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 -- 2.39.5