diff options
author | rillig <rillig@pkgsrc.org> | 2008-03-01 19:04:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-03-01 19:04:37 +0000 |
commit | 6329c16a1649bd3aaeb49da8b6b9f3e57e59ef96 (patch) | |
tree | cbb4bf859d6901200ccc3221b31fd6b4cbeffd7a | |
parent | 60dcf607b79d456a930aa0d2686bc98c09114085 (diff) | |
download | pkgsrc-6329c16a1649bd3aaeb49da8b6b9f3e57e59ef96.tar.gz |
Removed trailing white-space.
-rwxr-xr-x | pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk | 8 | ||||
-rwxr-xr-x | pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk index bfd8504ca77..059ae0cbf9a 100755 --- a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk +++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk @@ -1,5 +1,5 @@ #!@AWK@ -f -# $NetBSD: create-report-html.awk,v 1.8 2008/01/17 19:25:34 joerg Exp $ +# $NetBSD: create-report-html.awk,v 1.9 2008/03/01 19:04:37 rillig Exp $ # # Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>. # All rights reserved. @@ -72,7 +72,7 @@ function print_failed(PKGNAME, cmd, has_pre_clean, has_depends, else if ($0 == "install.log") has_install = 1 else if ($0 == "package.log") - has_package = 1 + has_package = 1 else if ($0 == "clean.log") has_clean = 1 else if ($0 == "deinstall.log") @@ -187,7 +187,7 @@ BEGIN { } if (has_top_count) { sort(top_count, sorted_top_count, "-rn") - print " <h2>Packages causing the most breakage</h2>" > html_report + print " <h2>Packages causing the most breakage</h2>" > html_report print " <table>" > html_report print " <tr>" > html_report print " <th> Location </th>" > html_report @@ -207,7 +207,7 @@ BEGIN { print " <hr />" > html_report } - print " <h2> All unsuccessful builds </h2>" > html_report + print " <h2> All unsuccessful builds </h2>" > html_report print " <table>" > html_report print " <tr>" > html_report diff --git a/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk b/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk index 1c4ac8ad788..fccc1b20ca0 100755 --- a/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk +++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk @@ -1,5 +1,5 @@ #!@AWK@ -f -# $NetBSD: create-report-txt.awk,v 1.7 2008/01/17 19:25:34 joerg Exp $ +# $NetBSD: create-report-txt.awk,v 1.8 2008/03/01 19:04:37 rillig Exp $ # # Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>. # All rights reserved. @@ -123,7 +123,7 @@ BEGIN { print "" > txt_report print pkgsrc_platform > txt_report print "Compiler: " pkgsrc_compiler > txt_report - print "" > txt_report + print "" > txt_report print "Build start: " pkgsrc_build_start_iso > txt_report print "Build end: " pkgsrc_build_end_iso > txt_report print "" > txt_report |