pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk Make language lawyers happy and rename ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63c8df75e990
branches:  trunk
changeset: 534353:63c8df75e990
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 17 20:42:30 2007 +0000

description:
Make language lawyers happy and rename report_recipient to plural.

diffstat:

 pkgtools/pbulk/Makefile                   |  4 ++--
 pkgtools/pbulk/files/pbulk/pbulk.conf     |  4 ++--
 pkgtools/pbulk/files/pbulk/scripts/report |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 298d24bad41f -r 63c8df75e990 pkgtools/pbulk/Makefile
--- a/pkgtools/pbulk/Makefile   Wed Oct 17 14:08:02 2007 +0000
+++ b/pkgtools/pbulk/Makefile   Wed Oct 17 20:42:30 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2007/09/08 21:57:59 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/10/17 20:42:30 joerg Exp $
 
-DISTNAME=      pbulk-0.13
+DISTNAME=      pbulk-0.14
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 298d24bad41f -r 63c8df75e990 pkgtools/pbulk/files/pbulk/pbulk.conf
--- a/pkgtools/pbulk/files/pbulk/pbulk.conf     Wed Oct 17 14:08:02 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbulk.conf     Wed Oct 17 20:42:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk.conf,v 1.8 2007/09/07 15:51:53 rillig Exp $
+# $NetBSD: pbulk.conf,v 1.9 2007/10/17 20:42:30 joerg Exp $
 
 # The URL where the build report will be made available. This is only
 # used in the .txt version of the report.
@@ -26,7 +26,7 @@
 report_rsync_args="-av --delete-excluded -e ssh"
 report_rsync_target="pkgsrc@192.168.75.1:/public/reports/current/DragonFly-1.8"
 report_subject_prefix="pkgsrc"
-report_recipient="pkgsrc-bulk%netbsd.org@localhost"
+report_recipients="pkgsrc-bulk%netbsd.org@localhost"
 
 # An archive containing the pkgsrc binary tree after bootstrapping.
 #
diff -r 298d24bad41f -r 63c8df75e990 pkgtools/pbulk/files/pbulk/scripts/report
--- a/pkgtools/pbulk/files/pbulk/scripts/report Wed Oct 17 14:08:02 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/report Wed Oct 17 20:42:30 2007 +0000
@@ -1,5 +1,5 @@
 #!@SH@
-# $NetBSD: report,v 1.5 2007/09/21 09:08:08 rillig Exp $
+# $NetBSD: report,v 1.6 2007/10/17 20:42:30 joerg Exp $
 #
 # Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
 # All rights reserved.
@@ -68,7 +68,7 @@
 fi
 
 echo "Sending report mail..."
-cat ${loc}/report.txt | ${mail} -s "${report_subject_prefix} ${platform} ${build_start_iso}" ${report_recipient}
+cat ${loc}/report.txt | ${mail} -s "${report_subject_prefix} ${platform} ${build_start_iso}" ${report_recipients}
 
 cd ${bulklog}
 echo "Uploading report..."



Home | Main Index | Thread Index | Old Index