summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorNico Golde <nion@debian.org>2008-07-11 08:55:49 +0000
committerNico Golde <nion@debian.org>2008-07-11 08:55:49 +0000
commit46d25b85d31df6123db9b927519a53a08256cfe5 (patch)
tree061b7aff6415c7cf6da4d77d37905710df55c5ce /website
parentf04628fb438cddd4f885c207713feebd03c70daf (diff)
document how to upload embargoed issues for testing-security
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@9301 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'website')
-rw-r--r--website/uploading.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/website/uploading.html b/website/uploading.html
index 14f7d1077d..b08398e999 100644
--- a/website/uploading.html
+++ b/website/uploading.html
@@ -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>

© 2014-2024 Faster IT GmbH | imprint | privacy policy