X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=pkgs.dbk;h=5fdf04fa4ce89feefd46fbbdeb9139820100ae0e;hp=2fb760965e038b2cdeb3ef18b0821d700c78ea96;hb=5b3e31d3f3c1aaeb2ce5e03cda021d1cbbc7b93a;hpb=32fac0427eb91cb85f957e4b275a0bb16899df34 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.