On Mon 2019-02-11 10:25:48 -0500, Daniel Kahn Gillmor wrote:
> The default dupload target for debian is described this way in
> /etc/dupload.conf:
>
> $cfg{'ftp-master'} = {
> fqdn => 'ssh.upload.debian.org',
> method => 'scpb',
> incoming => '/srv/upload.debian.org/UploadQueue/',
> distblacklist => qr/^(?:UNRELEASED|.*-security$)/,
> # Files pass on to dinstall on ftp-master which sends emails itself.
> dinstall_runs => 1,
> };
it also says:
# ----------------
# Global variables
# ----------------
# The host to use if no --to option is used.
our $default_host;
my $vendor = get_current_vendor();
if ($vendor eq 'Debian') {
$default_host = 'ftp-master';
} elsif ($vendor eq 'Ubuntu') {
$default_host = 'ubuntu';
}
So perhaps this bug report can be closed, since ssh.upload.debian.org
does appear to be the default target for dupload today? i don't know
when that changed.
Micah, can you verify that the defaults are fixed properly?
--dkg
signature.asc
Description: PGP signature

