summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2012-05-19 11:10:15 +0000
committerPaul Wise <pabs@debian.org>2012-05-19 11:10:15 +0000
commitbc6b692e8aa67d7dc1def55af0f85dbe70ade5d0 (patch)
tree2031a9708b96aba21bb1556bde20551c24a3da33
parent0c7227e5d4c22c99dd81e4c122e0ba5a53d67046 (diff)
Fix or drop links that changed or broke with the alioth transition.
Thanks to Paul Gevers (Elbrus) for noticing. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@19273 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rwxr-xr-xbin/checklist2
-rw-r--r--bin/tracker_service.py2
-rw-r--r--doc/narrative_introduction3
-rw-r--r--website/helping.html2
-rw-r--r--website/index.html4
-rw-r--r--website/uploading.html2
6 files changed, 7 insertions, 8 deletions
diff --git a/bin/checklist b/bin/checklist
index 4497867a18..1f2787e85e 100755
--- a/bin/checklist
+++ b/bin/checklist
@@ -326,7 +326,7 @@ if ($html) {
}
print OUT "<br>\n";
print OUT "Total number of kernel image packages not up to date: $need_rebuild<br>\n";
- print OUT "Number of TODO lines in <a href=\"http://svn.debian.org/wsvn/secure-testing/data/?rev=0&sc=0\">records</a>: $todos<br>\n";
+ print OUT "Number of TODO lines in <a href=\"http://anonscm.debian.org/viewvc/secure-testing/data/\">records</a>: $todos<br>\n";
print OUT "Maintained by the <a href=\"http://testing-security.debian.net/\">testing security team</a><br>\n";
print OUT "Last update: ".`date`."<br>\n";
print OUT "</html>\n";
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index f724bd09a4..3d29d1779b 100644
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -173,7 +173,7 @@ function onSearch(query) {
[P(
"""The data in this tracker comes solely from the bug database maintained
by Debian's security team located in the testing-security Subversion """,
- A("http://svn.debian.org/wsvn/secure-testing/data/", "repository"),
+ A("http://anonscm.debian.org/viewvc/secure-testing/data/", "repository"),
""". The data represented here is derived from: """,
A("http://www.debian.org/security/#DSAS", "DSAs"),
""" issued by the Security Team; issues tracked in the """,
diff --git a/doc/narrative_introduction b/doc/narrative_introduction
index 20c64325c6..b68d4b1af1 100644
--- a/doc/narrative_introduction
+++ b/doc/narrative_introduction
@@ -89,8 +89,7 @@ data/DTSA/list.
We get notified via either email
(http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits)
-of every SVN commit, by RSS feed
-(http://svn.debian.org/wsvn/secure-testing/?op=rss&rev=0&sc=0&isdir=1)
+of every SVN commit
or via the CIA bot on #debian-security on OFTC. For example, the bot
will say in the channel:
diff --git a/website/helping.html b/website/helping.html
index bbe4513aea..0f9ef314d5 100644
--- a/website/helping.html
+++ b/website/helping.html
@@ -39,7 +39,7 @@
<p>Sure you can also help improving Debian's security in testing/unstable without being an official developer.</p>
<ul>
<li>Work on the <a href="index.html#tracker">security tracker</a>, <a href="http://alioth.debian.org/project/request.php?group_id=30437">request</a> to get added
- to the secure-testing group an <a href="http://alioth.debian.org/">alioth</a> since we use subversion located on alioth to manipulate the tracker data. Make sure to read our <a href="http://svn.debian.org/wsvn/secure-testing/doc/narrative_introduction?revision=&view=co">narrative introduction</a> if you start with this.</li>
+ to the secure-testing group an <a href="http://alioth.debian.org/">alioth</a> since we use subversion located on alioth to manipulate the tracker data. Make sure to read our <a href="http://anonscm.debian.org/viewvc/secure-testing/doc/narrative_introduction?view=co">narrative introduction</a> if you start with this.</li>
<li>Track bugs reported to the <a href="http://bugs.debian.org">Debian BTS</a> for security flaws and help on fixing them and getting a <a href="http://cve.mitre.org">CVE</a>
id for it if none exists yet (please <a href="index.html#contact">contact the team</a> for this).
<li>Report vulnerabilities for software Debian includes in a package to the <a href="http://bugs.debian.org">Debian BTS</a>. Please use the tag <em>security</em> and include the CVE id there is already one available.</li>
diff --git a/website/index.html b/website/index.html
index cd1aec5428..b7db80c5a9 100644
--- a/website/index.html
+++ b/website/index.html
@@ -137,7 +137,7 @@
<li><a href="http://packages.debian.org/debsecan">Debian Security Analyzer</a> shows which
open issues affect your system</li>
- <li><a href="http://svn.debian.org/wsvn/secure-testing">Subversion repository</a>
+ <li><a href="http://anonscm.debian.org/viewvc/secure-testing">Subversion repository</a>
holding the data for the <a href="http://security-tracker.debian.org/">Debian
security tracker</a>. It may be checked out from
<tt>svn://svn.debian.org/secure-testing/</tt>. There is also a
@@ -151,7 +151,7 @@
<h3><a name="int-doc">Internal information</a></h3>
<ul>
- <li><a href="http://svn.debian.org/wsvn/secure-testing/doc/narrative_introduction-testing-security?revision=&view=co">Introduction
+ <li><a href="http://anonscm.debian.org/viewvc/secure-testing/doc/narrative_introduction-testing-security?view=co">Introduction
to our processes</a></li>
<li><a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=security;users=debian-security@lists.debian.org;exclude=tracked">Bugs
diff --git a/website/uploading.html b/website/uploading.html
index 2f4e659d7a..30220eb480 100644
--- a/website/uploading.html
+++ b/website/uploading.html
@@ -90,7 +90,7 @@
<p>Information about releasing the packages can be found in the
- <a href="http://svn.debian.org/wsvn/secure-testing/doc/how-to-DTSA?revision=&view=co">howto-DTSA
+ <a href="http://anonscm.debian.org/viewvc/secure-testing/doc/how-to-DTSA?view=co">howto-DTSA
file</a> in the SVN repository.

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