summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-17 20:42:30 +0000
committerjoerg <joerg>2007-10-17 20:42:30 +0000
commit81e70917ef21cd22b3513d65bbe67842ee7482a9 (patch)
tree53437832a8af7d3e6bb8dbff083135d91f64f276 /pkgtools
parentee67267a1ab1a723d43af01e86f73ccf50f99552 (diff)
downloadpkgsrc-81e70917ef21cd22b3513d65bbe67842ee7482a9.tar.gz
Make language lawyers happy and rename report_recipient to plural.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pbulk/Makefile4
-rw-r--r--pkgtools/pbulk/files/pbulk/pbulk.conf4
-rwxr-xr-xpkgtools/pbulk/files/pbulk/scripts/report4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index 884b4a0eb86..db2a99a4287 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -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 --git a/pkgtools/pbulk/files/pbulk/pbulk.conf b/pkgtools/pbulk/files/pbulk/pbulk.conf
index 3416ad4cd20..dd923151c60 100644
--- a/pkgtools/pbulk/files/pbulk/pbulk.conf
+++ b/pkgtools/pbulk/files/pbulk/pbulk.conf
@@ -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 @@ pkg_rsync_target="pkgsrc@192.168.75.1:/public/packages/current/DragonFly-1.8"
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"
+report_recipients="pkgsrc-bulk@netbsd.org"
# An archive containing the pkgsrc binary tree after bootstrapping.
#
diff --git a/pkgtools/pbulk/files/pbulk/scripts/report b/pkgtools/pbulk/files/pbulk/scripts/report
index bd8b93800e5..002f04dbd89 100755
--- a/pkgtools/pbulk/files/pbulk/scripts/report
+++ b/pkgtools/pbulk/files/pbulk/scripts/report
@@ -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>.
# All rights reserved.
@@ -68,7 +68,7 @@ if [ -z "${build_start_iso}" ] || [ -z "${build_start_dir}" ]; then
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..."