Author: nion Date: 2008-07-11 08:55:49 +0000 (Fri, 11 Jul 2008) New Revision: 9301 Modified: website/uploading.html Log: document how to upload embargoed issues for testing-security Modified: website/uploading.html ==================================================================--- website/uploading.html 2008-07-11 03:09:19 UTC (rev 9300) +++ website/uploading.html 2008-07-11 08:55:49 UTC (rev 9301) @@ -39,6 +39,7 @@ To upload a package to the secure-testing repository, any Debian developer may follow this checklist: <ol> + <h2>Preparing the package</h2> <li><a href="index.html#contact">Contact</a> the team first to avoid duplicate work.</li> <li>Only upload changes that have already been made in @@ -76,7 +77,8 @@ can do so.</li> <li>Upload to <tt>security-master.debian.org</tt>. - Here is a dput.cf snippet for that upload queue: + <h2>Public security issues</h2> + For security issues that are already public use the following dput.cf snippet to upload the package. <pre> [testing-security] fqdn = security-master.debian.org @@ -85,6 +87,15 @@ login = anonymous </pre> Note that this is <em>not</em> the same queue as usually used for stable security. + <h2>Embargoed security issues</h2> + To upload fixed packages for embargoed (non-public) security issues use the following dput.cf snippet: + <pre> + [testing-security-embargoed] + fqdn = security-master.debian.org + method = ftp + incoming = /pub/SecurityUploadQueue/ + login = anonymous + </pre> </li> </ol>