chiark / gitweb /
update instructions on the delayed queue (#512529)
authorlucas <lucas@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 22 Jan 2009 23:10:37 +0000 (23:10 +0000)
committerlucas <lucas@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 22 Jan 2009 23:10:37 +0000 (23:10 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5792 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
pkgs.dbk

index 41819695e72b50db51b7b37ba09d4ad7f55737eb..b0926e36c4e81a19d5c277a1dac6692e6313867c 100644 (file)
@@ -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 <lucas@lucas-nussbaum.net>  Thu, 22 Jan 2009 23:50:08 +0100
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Fri, 23 Jan 2009 00:05:43 +0100
 
 developers-reference (3.4.0) unstable; urgency=low
 
index 2fb760965e038b2cdeb3ef18b0821d700c78ea96..5fdf04fa4ce89feefd46fbbdeb9139820100ae0e 100644 (file)
--- a/pkgs.dbk
+++ b/pkgs.dbk
@@ -401,29 +401,28 @@ the Debian package <xref linkend="dcut"/> .
 
 <section id="delayed-incoming">
 <title>Delayed uploads</title>
+
 <para>
-Delayed uploads are done for the moment via the delayed queue at <literal>gluck
-</literal>. The upload-directory is 
-<literal>gluck:~tfheen/DELAYED/[012345678]-day</literal>. 0-day is uploaded
-multiple times per day to <literal>&ftp-master-host;</literal>.
-</para>
-<para>
-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 <link linkend="nmu">Non-maintainer Upload</link>,
+you might want to give the maintainer a few days to react.
 </para>
-<screen>
-[tfheen_delayed]
-method = scp
-fqdn = gluck.debian.org
-incoming = ~tfheen
-</screen>
+
 <para>
-in <filename>~/.dput.cf</filename> should work fine for uploading to the
-<literal>DELAYED</literal> queue.
+An upload to the delayed directory keeps the package in
+<ulink url="http://ftp-master.debian.org/deferred.html">
+the deferred uploads queue"</ulink>.
+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
+<literal>&ftp-master-host;</literal> in upload-directory
+<literal>DELAYED/[012345678]-day</literal>. 0-day is uploaded
+multiple times per day to <literal>&ftp-master-host;</literal>.
 </para>
 <para>
-<emphasis>Note:</emphasis> Since this upload queue goes to
-<literal>&ftp-master-host;</literal>, the prescription found in <xref
-linkend="upload-ftp-master"/> applies here as well.
+With dput, you can use the <literal>--delayed DELAY</literal>
+parameter to put the package into one of the queues.
 </para>
 </section>