]> git.donarmstrong.com Git - bugscan.git/commitdiff
Move testing.html from debian/ to other/.
authorSteinar H. Gunderson <sesse@rietz>
Sat, 10 Mar 2007 12:37:42 +0000 (12:37 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Sat, 10 Mar 2007 12:37:42 +0000 (12:37 +0000)
dohtml

diff --git a/dohtml b/dohtml
index 8b9b6f5a5ee36eaec9e6ba192596b1bb57b7240d..85c3b6e27f30c39a1e4c714c2b4d4a6dfac3a697 100755 (executable)
--- a/dohtml
+++ b/dohtml
@@ -144,7 +144,7 @@ EOF
        <a href="http://www.debian.org/Bugs/pseudo-packages">(?)</a>
   <li><a href="other/all.html">Everything in one page</a>
     <br>
        <a href="http://www.debian.org/Bugs/pseudo-packages">(?)</a>
   <li><a href="other/all.html">Everything in one page</a>
     <br>
-     + <a href="debian/testing.html">Only bugs relevant to testing</a>
+     + <a href="other/testing.html">Only bugs relevant to testing</a>
 </ul>
 <p clear=both>
 <hr>
 </ul>
 <p clear=both>
 <hr>
@@ -174,8 +174,6 @@ makepage "debian/contrib" "$title" $htmldir/debian/contrib.html "$time"
 makepage "debian/non-free" "$title" $htmldir/debian/non-free.html "$time"
 makepage "debian/source" "$title" $htmldir/debian/source.html "$time"
 
 makepage "debian/non-free" "$title" $htmldir/debian/non-free.html "$time"
 makepage "debian/source" "$title" $htmldir/debian/source.html "$time"
 
-makepage "" "$title" "$htmldir/debian/testing.html" "$time" "-t"
-
 makepage "non-US" "$title" "$htmldir/debian-non-US/all.html" "$time"
 makepage "non-US/main" "$title" $htmldir/debian-non-US/main.html "$time"
 makepage "non-US/contrib" "$title" $htmldir/debian-non-US/contrib.html "$time"
 makepage "non-US" "$title" "$htmldir/debian-non-US/all.html" "$time"
 makepage "non-US/main" "$title" $htmldir/debian-non-US/main.html "$time"
 makepage "non-US/contrib" "$title" $htmldir/debian-non-US/contrib.html "$time"
@@ -185,6 +183,7 @@ makepage "non-US/source" "$title" $htmldir/debian-non-US/source.html "$time"
 makepage "pseudo" "$title" $htmldir/other/pseudo.html "$time"
 
 makepage "" "$title" $htmldir/other/all.html "$time"
 makepage "pseudo" "$title" $htmldir/other/pseudo.html "$time"
 
 makepage "" "$title" $htmldir/other/all.html "$time"
+makepage "" "$title" "$htmldir/other/testing.html" "$time" "-t"
 
 makemainpage > $htmldir/index.html.new
 mv -f $htmldir/index.html.new $htmldir/index.html
 
 makemainpage > $htmldir/index.html.new
 mv -f $htmldir/index.html.new $htmldir/index.html