From 46d25b85d31df6123db9b927519a53a08256cfe5 Mon Sep 17 00:00:00 2001 From: Nico Golde Date: Fri, 11 Jul 2008 08:55:49 +0000 Subject: 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 --- website/uploading.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'website') 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:
    +

    Preparing the package

  1. Contact the team first to avoid duplicate work.
  2. Only upload changes that have already been made in @@ -76,7 +77,8 @@ can do so.
  3. Upload to security-master.debian.org. - Here is a dput.cf snippet for that upload queue: +

    Public security issues

    + For security issues that are already public use the following dput.cf snippet to upload the package.
     		[testing-security]
     		fqdn = security-master.debian.org
    @@ -85,6 +87,15 @@
     		login = anonymous
     		
    Note that this is not the same queue as usually used for stable security. +

    Embargoed security issues

    + To upload fixed packages for embargoed (non-public) security issues use the following dput.cf snippet: +
    +		[testing-security-embargoed]
    +		fqdn = security-master.debian.org
    +		method = ftp
    +		incoming = /pub/SecurityUploadQueue/
    +		login = anonymous
    +		
-- cgit v1.2.3