X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dohtml;h=e06f9bb609fd473525c3fe29fe8d97bb01beb8f3;hb=65cf261c15c35f62bde5f234b5e92df8e8c98a07;hp=5e93730e581511787a8ac4a01ea1a7e9e3279f6d;hpb=a00cbd2ed63bad10e639c9b2d58d9a933b976e6e;p=bugscan.git diff --git a/dohtml b/dohtml index 5e93730..e06f9bb 100755 --- a/dohtml +++ b/dohtml @@ -1,6 +1,6 @@ #! /bin/sh -htmldir=/org/bugs.debian.org/www/bugscan +htmldir=/home/sesse/bugscan/www realmakepage() { local filter="$1" # Distributions to list @@ -34,10 +34,6 @@ realmakepage() {
-

Check out Steinar H. Gunderson's beta version-tracking aware release critical bug page. - -


-

EOF ./bugreport -H -s $filter @@ -116,7 +112,8 @@ 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 indicate that they don't apply to testing).

+whose tags and/or versioning information indicate that they don't apply to +testing).

Recent changes

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


@@ -177,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