X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=e06f9bb609fd473525c3fe29fe8d97bb01beb8f3;hp=7f809980e35a029cc35f0b708b9ba5ea88ec4a12;hb=65cf261c15c35f62bde5f234b5e92df8e8c98a07;hpb=2249e81fea23929da49f6b470ea2ec4d2416de6f diff --git a/dohtml b/dohtml index 7f80998..e06f9bb 100755 --- a/dohtml +++ b/dohtml @@ -112,7 +112,7 @@ EOF

The red line graphs all bugs with release-critical severities; the green line graphs the number of bugs that are actually a concern for the next release (excluding ignored bugs, bugs on packages not in testing, and bugs -whose tags and/or verisoning information indicate that they don't apply to +whose tags and/or versioning information indicate that they don't apply to testing).

Recent changes

@@ -126,25 +126,15 @@ EOF


@@ -174,17 +164,8 @@ 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" "$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/non-free" "$title" $htmldir/debian-non-US/non-free.html "$time" -makepage "non-US/source" "$title" $htmldir/debian-non-US/source.html "$time" - -makepage "other/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