On Mon, Oct 17, 2005 at 02:56:57PM -0700, Thomas Bushnell BSG wrote:
> Paul TBBle Hampson <[EMAIL PROTECTED]> writes:
> > Didn't there used to be a delayed queue for NMUs to go into so that the
> > maintainer has time to nix it if neccessary? ^_^
>
> Sure, but at the moment, I only know one way to use dupload since the
> upload queues were changed.
This .dupload.conf fragment has been working for me for some time:
if (exists $ENV{DEB_NMU_DELAY}) {
$delayed = "/DELAYED/$ENV{DEB_NMU_DELAY}-day";
}
# Tollef Fog Heen's DELAYED queue
$cfg{'tfheen-delayed'} = {
fqdn => "gluck.debian.org",
login => $ENV{DEBUSER} || getlogin() || $ENV{USER} || $ENV{LOGNAME},
incoming => "~tfheen$delayed",
dinstall_runs => 1,
method => "scpb",
};
Then 'DEB_NMU_DELAY=3 dupload --to tfheen-delayed foo.changes' for a
3-day delay.
Cheers,
--
Colin Watson [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]