X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=72d73134a05992b674f05d7ea87133b651ec549a;hp=7f9bc10b87bea0ab3eb621e4d173f29f742cc9ac;hb=acab3645d0e22e44f935b014b59d7d3a2d16e5f5;hpb=c3c99124689b1a20764df482d2a925bf77a3ffe5 diff --git a/dohtml b/dohtml index 7f9bc10..72d7313 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 @@ -112,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 @@ -125,8 +126,6 @@ EOF


@@ -173,7 +174,7 @@ 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 "" "$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"