summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorNeil McGovern <neilm@debian.org>2006-05-28 16:22:16 +0000
committerNeil McGovern <neilm@debian.org>2006-05-28 16:22:16 +0000
commit7bda7797dbf092418c87dfa465ed2b2640b0626e (patch)
tree874f92857181e93ad4f17d5c93f2a2d14a506da5 /data/DTSA/dtsa
parent85d0fd33e051300029f5da8ac591fc0e7205d395 (diff)
Modified various bits and pieces to point at security.d.o instead of the old archive
(sorry it's taken so long, I blame DebConf) git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@4087 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa8
1 files changed, 2 insertions, 6 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 84b2dc27c0..aeceb8131d 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -237,12 +237,8 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
ascii.write("To use the Debian testing security archive, add the following lines to\n")
ascii.write("your /etc/apt/sources.list:\n")
ascii.write("\n")
- ascii.write("deb http://secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free\n")
- ascii.write("deb-src http://secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free\n")
- ascii.write("\n")
- ascii.write("Run the following command as root to make apt trust this repository:\n")
- ascii.write("\n")
- ascii.write("wget http://secure-testing-master.debian.net/ziyi-2005-7.asc -O - | sudo apt-key add -\n")
+ ascii.write("deb http://security.debian.org/ testing/updates main contrib non-free\n")
+ ascii.write("deb-src http://security.debian.org/ testing/updates main contrib non-free\n")
ascii.write("\n")
ascii.write("To install the update, run this command as root:\n")

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