From 5b3e31d3f3c1aaeb2ce5e03cda021d1cbbc7b93a Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 22 Jan 2009 23:10:37 +0000 Subject: [PATCH] update instructions on the delayed queue (#512529) git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5792 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 5 ++++- pkgs.dbk | 35 +++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4181969..b0926e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,11 @@ developers-reference (3.4.1) UNRELEASED; urgency=low * Fixed typo and example in the blurb about debug packages. Thanks to Theppitak Karoonboonyanan for the patch. Closes: #487664. + * Update instructions on the delayed queue. + Thanks to Thijs Kinkhorst for the patch. + Closes: #512529. - -- Lucas Nussbaum Thu, 22 Jan 2009 23:50:08 +0100 + -- Lucas Nussbaum Fri, 23 Jan 2009 00:05:43 +0100 developers-reference (3.4.0) unstable; urgency=low diff --git a/pkgs.dbk b/pkgs.dbk index 2fb7609..5fdf04f 100644 --- a/pkgs.dbk +++ b/pkgs.dbk @@ -401,29 +401,28 @@ the Debian package .
Delayed uploads + -Delayed uploads are done for the moment via the delayed queue at gluck -. The upload-directory is -gluck:~tfheen/DELAYED/[012345678]-day. 0-day is uploaded -multiple times per day to &ftp-master-host;. - - -With a fairly recent dput, this section +It is sometimes useful to upload a package immediately, but to want this +package to arrive in the archive only a few days later. For example, +when preparing a Non-maintainer Upload, +you might want to give the maintainer a few days to react. - -[tfheen_delayed] -method = scp -fqdn = gluck.debian.org -incoming = ~tfheen - + -in ~/.dput.cf should work fine for uploading to the -DELAYED queue. +An upload to the delayed directory keeps the package in + +the deferred uploads queue". +When the specified waiting time is over, the package is moved into +the regular incoming directory for processing. +This is done through automatic uploading to +&ftp-master-host; in upload-directory +DELAYED/[012345678]-day. 0-day is uploaded +multiple times per day to &ftp-master-host;. -Note: Since this upload queue goes to -&ftp-master-host;, the prescription found in applies here as well. +With dput, you can use the --delayed DELAY +parameter to put the package into one of the queues.
-- 2.30.2