Re: Bits from the release team: the plans for etch
- To: debian-devel@lists.debian.org
- Subject: Re: Bits from the release team: the plans for etch
- From: Colin Watson <cjwatson@debian.org>
- Date: Tue, 18 Oct 2005 08:59:01 +0100
- Message-id: <[🔎] 20051018075901.GE29149@riva.ucam.org>
- Mail-followup-to: debian-devel@lists.debian.org
- In-reply-to: <87irvvvmc6.fsf@becket.becket.net>
- References: <20051014070217.GA6356@tennyson.dodds.net> <43520F31.9010200@antcom.de> <20051017020049.GB2290@tennyson.dodds.net> <435361C0.80506@hogyros.de> <877jccdqvg.fsf@becket.becket.net> <b2cc26e40510171027gf4a0d19u6727cc57276b4d4c@mail.gmail.com> <20051017173509.GD15426@keitarou.queanbeyan.bubblesworth.net> <87irvvvmc6.fsf@becket.becket.net>
On Mon, Oct 17, 2005 at 02:56:57PM -0700, Thomas Bushnell BSG wrote:
> Paul TBBle Hampson <Paul.Hampson@anu.edu.au> 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 [cjwatson@debian.org]
Reply to: