summaryrefslogtreecommitdiffstats
path: root/website/index.html
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-08-26 13:30:47 +0000
committerJoey Hess <joeyh@debian.org>2005-08-26 13:30:47 +0000
commita058a7af6a8e112ed81a13c1cbb6b0be02f8ea8e (patch)
treed87741263d4aa54c142d71ef253544b8d5cbacf7 /website/index.html
parent705540b73c2dbfb2074fc36f06ba3f646efefe90 (diff)
explain how to upload to secure-testing-master
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1653 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html
index 942f2b37cf..bb69c5b1b3 100644
--- a/website/index.html
+++ b/website/index.html
@@ -60,6 +60,50 @@
and may be checked out from
<tt>svn://svn.debian.org/secure-testing/</tt>.
</p>
+
+ <h1>Uploads to the secure-testing repository</h1>
+
+ <p>
+ To upload a package to the secure-testing repository, follow this
+ checklist:
+ <ol>
+ <li>Only upload changes that have already been made in
+ unstable and are blocked by reaching testing by some other
+ issues. This is both to keep things in sync once the
+ new version from unstable reaches testing, and to avoid
+ breaking secure-testing too badly with fixes that have not
+ been tested first in unstable.</li>
+ <li>Only make uploads for issues that the testing security
+ team plans to issue a DTSA announcement for.</li>
+ <li>Use a version number that is less than the version
+ number of the fix in unstable, but greater than the version
+ number of the fix in testing. For example, if the fix is in
+ a new upstream version 1.0-1 in unstable, upload version
+ 1.0-0.1etch1 to secure-testing. If the fix is in version
+ 1.5-10 in unstable, use version 1.5-9etch1 in
+ secure-testing.</li>
+ <li>Use "testing" as the distribution in the
+ changelog.</li>
+ <li>Build the package in a testing chroot using pbuilder
+ so that all the dependencies are ok.</li>
+ <li>Test the package.</li>
+ <li>Upload to <tt>secure-testing-master.debian.net</tt>.
+ Here is a dput.cf snippet for that upload queue:
+ <pre>
+ [secure-testing]
+ fqdn = secure-testing-master.debian.net
+ method = ftp
+ incoming = /pub/UploadQueue/
+ login = anonymous
+ </pre>
+ </li>
+ </ol>
+ </p>
+
+ <p>
+ Note that the above instructions are provisional until we get
+ everything set up.
+ </p>
<h1>Members and contacting the team</h1>

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