[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Archive is moving to auric / Incoming disabled



On Mon, May 08, 2000 at 09:42:29PM -0700, Joey Hess wrote:
> Also, is everyone going to eventually have modify their dupload settings
> or whatever so they start uploading to ftp-master.debian.org?

BTW, for anyone who wondered how to do that,

% cat ~/.dupload.conf
package config;
$default_host = "master";

$cfg{"master"}{"fqdn"} = "ftp-master.debian.org";
$cfg{"master"}{"incoming"} = "/org/ftp.debian.org/incoming";
$cfg{"master"}{"login"} = "yourdebianacc";
$cfg{"master"}{"visibleuser"} = "youremailacc";
$cfg{"master"}{"visiblename"} = "some.place";
$cfg{"master"}{"fullname"} = "Your Full Name";

$cfg{"non-us"}{"login"} = "yourdebianacc";
$cfg{"non-us"}{"visibleuser"} = "youremailacc";
$cfg{"non-us"}{"visiblename"} = "some.place";
$cfg{"non-us"}{"fullname"} = "Your Full Name";

1;

(the fqdn and incoming lines are the important change from what's in
/etc/dupload.conf right now)

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: