X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=1cf69958489e85f0867606d1612fd9def72df96d;hp=95d786fabc3c9b95b7ee814da5a0319a51e3d2ea;hb=9a3fa776d45e852ed9042c874fa188720824f50e;hpb=62fac5ff5f87cd4844d2236dfa7c2a6d7f924e29 diff --git a/dohtml b/dohtml index 95d786f..1cf6995 100755 --- a/dohtml +++ b/dohtml @@ -14,15 +14,47 @@ html_header() { $title, $date -

$title

- -

$date

+ +
+

$title

+ +

$date

EOF } html_page_creation_notice() { cat <
This page is automatically generated.
Please contact @@ -57,9 +89,9 @@ realmakepage() { cat <for distribution(s): $descr

+

for distribution(s): $descr

-

You might also want to check out UDD instead of this page.

+

You might also want to check out UDD instead of this page.


@@ -67,7 +99,7 @@ EOF ./bugreport -H -s $filter cat < +

Explanation for bug tags: @@ -83,11 +115,10 @@ tags:

-The second set of tags indicate what releases a bug applies to: -O for oldstable (squeeze), S for stable (wheezy), T for testing (jessie), -U for unstable (sid) or E for experimental. - -

+ The second set of tags indicate what releases a bug applies to: + O for oldstable (squeeze), S for stable (wheezy), T for testing (jessie), + U for unstable (sid) or E for experimental. +

EOF ./bugreport -H -l $filter @@ -105,7 +136,7 @@ makemainpage() { cat < +

EOF ./bugreport -Hs @@ -113,7 +144,7 @@ EOF cat < -

Graph of RC bugs
+
Graph of RC bugs

Other graphs:

    @@ -122,12 +153,14 @@ 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 versioning information indicate that they don't apply to -testing), and the blue line graphs the number of bugs that are a concern -for the current stable release.

+

+ 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 versioning information indicate that they don't apply to + testing), and the blue line graphs the number of bugs that are a concern + for the current stable release. +

Recent changes

EOF @@ -144,15 +177,15 @@ EOF
  • source
  • contrib
  • non-free -
  • pseudo-packages +
  • pseudo-packages (?) -
  • Everything in one page +
  • Everything in one page
    + Only bugs relevant to stable
    + Only bugs relevant to testing -

    +

    EOF html_page_creation_notice @@ -177,17 +210,17 @@ date_time=$(date -u -d '@'$(($(stat -c '%Y' status) / 3600 * 3600))) olddate_time=$(date -u -d '@'$(($(stat -c '%Y' status-old) / 3600 * 3600))) title="Release-critical bugs status" -makepage "debian" "$title" "$htmldir/debian/all.html" "$date_time" -makepage "debian/main" "$title" $htmldir/debian/main.html "$date_time" -makepage "debian/contrib" "$title" $htmldir/debian/contrib.html "$date_time" -makepage "debian/non-free" "$title" $htmldir/debian/non-free.html "$date_time" -makepage "debian/source" "$title" $htmldir/debian/source.html "$date_time" +makepage "debian" "$title" "$htmldir/debian/all.html" "$date_time" +makepage "debian/main" "$title" "$htmldir/debian/main.html" "$date_time" +makepage "debian/contrib" "$title" "$htmldir/debian/contrib.html" "$date_time" +makepage "debian/non-free" "$title" "$htmldir/debian/non-free.html" "$date_time" +makepage "debian/source" "$title" "$htmldir/debian/source.html" "$date_time" -makepage "" "$title" $htmldir/other/all.html "$date_time" -makepage "" "$title" "$htmldir/other/stable.html" "$date_time" "-b" -makepage "" "$title" "$htmldir/other/testing.html" "$date_time" "-t" -makepage "" "$title" "$htmldir/other/pseudo.html" "$date_time" "pseudo" +makepage "" "$title" "$htmldir/other/all.html" "$date_time" +makepage "" "$title" "$htmldir/other/stable.html" "$date_time" "-b" +makepage "" "$title" "$htmldir/other/testing.html" "$date_time" "-t" +makepage "" "$title" "$htmldir/other/pseudo.html" "$date_time" "pseudo" -makemainpage "$title" "$date_time" > $htmldir/index.html.new +makemainpage "$title" "$date_time" > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html