pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk/scripts Removed trailing wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd04e587ac51
branches: trunk
changeset: 539208:fd04e587ac51
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Mar 01 19:04:37 2008 +0000
description:
Removed trailing white-space.
diffstat:
pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk | 8 ++++----
pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (56 lines):
diff -r 10584d28f53e -r fd04e587ac51 pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk
--- a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Sat Mar 01 18:58:52 2008 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Sat Mar 01 19:04:37 2008 +0000
@@ -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@localhost>.
# All rights reserved.
@@ -72,7 +72,7 @@
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 @@
}
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 @@
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 -r 10584d28f53e -r fd04e587ac51 pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk
--- a/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk Sat Mar 01 18:58:52 2008 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk Sat Mar 01 19:04:37 2008 +0000
@@ -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@localhost>.
# All rights reserved.
@@ -123,7 +123,7 @@
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
Home |
Main Index |
Thread Index |
Old Index