From: Steinar H. Gunderson Date: Sat, 10 Mar 2007 12:37:42 +0000 (+0000) Subject: Move testing.html from debian/ to other/. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=054e5954e1a20fe374caf0f0874096065078271a;hp=6535c7957521d2d4f852c2a2772b53dd8a905e52 Move testing.html from debian/ to other/. --- diff --git a/dohtml b/dohtml index 8b9b6f5..85c3b6e 100755 --- a/dohtml +++ b/dohtml @@ -144,7 +144,7 @@ EOF (?)
  • Everything in one page
    - + Only bugs relevant to testing + + Only bugs relevant to testing


    @@ -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 "" "$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" @@ -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 "" "$title" "$htmldir/other/testing.html" "$time" "-t" makemainpage > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html