Author: pabs
Date: 2012-05-19 11:10:15 +0000 (Sat, 19 May 2012)
New Revision: 19273
Modified:
bin/checklist
bin/tracker_service.py
doc/narrative_introduction
website/helping.html
website/index.html
website/uploading.html
Log:
Fix or drop links that changed or broke with the alioth transition.
Thanks to Paul Gevers (Elbrus) for noticing.
Modified: bin/checklist
==================================================================---
bin/checklist 2012-05-19 10:41:23 UTC (rev 19272)
+++ bin/checklist 2012-05-19 11:10:15 UTC (rev 19273)
@@ -326,7 +326,7 @@
}
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";
Modified: bin/tracker_service.py
==================================================================---
bin/tracker_service.py 2012-05-19 10:41:23 UTC (rev 19272)
+++ bin/tracker_service.py 2012-05-19 11:10:15 UTC (rev 19273)
@@ -173,7 +173,7 @@
[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 """,
Modified: doc/narrative_introduction
==================================================================---
doc/narrative_introduction 2012-05-19 10:41:23 UTC (rev 19272)
+++ doc/narrative_introduction 2012-05-19 11:10:15 UTC (rev 19273)
@@ -89,8 +89,7 @@
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:
Modified: website/helping.html
==================================================================---
website/helping.html 2012-05-19 10:41:23 UTC (rev 19272)
+++ website/helping.html 2012-05-19 11:10:15 UTC (rev 19273)
@@ -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>
Modified: website/index.html
==================================================================---
website/index.html 2012-05-19 10:41:23 UTC (rev 19272)
+++ website/index.html 2012-05-19 11:10:15 UTC (rev 19273)
@@ -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
at lists.debian.org;exclude=tracked">Bugs
Modified: website/uploading.html
==================================================================---
website/uploading.html 2012-05-19 10:41:23 UTC (rev 19272)
+++ website/uploading.html 2012-05-19 11:10:15 UTC (rev 19273)
@@ -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.