X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=bd83bf802bb9a768fb62d80036c18dc40481d9f1;hp=afc81fe7687752c61b8bd4e76bee0252ed06fc18;hb=HEAD;hpb=5015cf540dc7e666ac543b46862b886ad59eab01 diff --git a/dohtml b/dohtml index afc81fe..bd83bf8 100755 --- a/dohtml +++ b/dohtml @@ -11,18 +11,52 @@ html_header() { + + $title, $date -

$title

- -

$date

+ +
+

$title

+ +

$date

EOF } -html_page_creation_notice() { +html_end_of_content() { cat <
This page is automatically generated.
Please contact @@ -57,9 +91,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,8 +101,8 @@ EOF ./bugreport -H -s $filter cat < -Explanation for bug +

+Explanation for bug tags:
    @@ -79,20 +113,19 @@ tags:
  • R: unreproducible
  • S: security
  • U: upstream
  • -
  • I: wheezy-ignore or jessie-ignore
  • +
  • I: stretch-ignore or buster-ignore

-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 (jessie), S for stable (stretch), T for testing (buster), + U for unstable (sid) or E for experimental. +

EOF ./bugreport -H -l $filter - html_page_creation_notice + html_end_of_content html_closing_tags } @@ -101,11 +134,11 @@ makemainpage() { local title="$1" # Title of page local date_time="$2" # Date - header "$title" "$date_time" + html_header "$title" "$date_time" cat < +

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

Graph of RC bugs
+
Graph of RC bugs

Other graphs:

    @@ -122,12 +155,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 dark-violet line graphs all bugs with release-critical severities; + the dark 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 cyan line graphs the number of bugs that are a concern + for the current stable release. +

Recent changes

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

    +

    EOF - html_page_creation_notice + html_end_of_content cat <debian-bugs-rc +debian-bugs-rc mailing list. EOF