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 Fix a typo. Improve heading...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9b04f4e65c8
branches:  trunk
changeset: 530739:e9b04f4e65c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 07 13:54:36 2007 +0000

description:
Fix a typo. Improve heading for top ten.

diffstat:

 pkgtools/pbulk/files/pbulk/pbuild/jobs.c                  |  4 ++--
 pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r ce066c2beef8 -r e9b04f4e65c8 pkgtools/pbulk/files/pbulk/pbuild/jobs.c
--- a/pkgtools/pbulk/files/pbulk/pbuild/jobs.c  Sat Jul 07 13:07:56 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbuild/jobs.c  Sat Jul 07 13:54:36 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jobs.c,v 1.2 2007/06/25 21:38:44 joerg Exp $ */
+/* $NetBSD: jobs.c,v 1.3 2007/07/07 13:54:36 wiz Exp $ */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -312,7 +312,7 @@
                }
        }               
 
-       mark_initial_state(log_success, JOB_DONE, "succesful");
+       mark_initial_state(log_success, JOB_DONE, "successful");
        mark_initial_state(log_failed, JOB_FAILED, "failing");
 }
 
diff -r ce066c2beef8 -r e9b04f4e65c8 pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk
--- a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Sat Jul 07 13:07:56 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Sat Jul 07 13:54:36 2007 +0000
@@ -1,5 +1,5 @@
 #!@AWK@ -f
-# $NetBSD: create-report-html.awk,v 1.2 2007/06/29 22:43:26 joerg Exp $
+# $NetBSD: create-report-html.awk,v 1.3 2007/07/07 13:54:36 wiz Exp $
 #
 # Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
 # All rights reserved.
@@ -194,7 +194,7 @@
        }
        sort(top_count, sorted_top_count, "-rn")
        if (sorted_top_count[0]) {
-               print "    <h2> Most offending build failures </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
@@ -214,7 +214,7 @@
                print "    <hr />" > html_report
        }
 
-       print "    <h2> All unsuccesful builds </h2>" > html_report     
+       print "    <h2> All unsuccessful builds </h2>" > html_report    
 
        print "    <table>" > html_report
        print "      <tr>" > html_report



Home | Main Index | Thread Index | Old Index