pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Added the bulk build ID to the subject line of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdc23279d4f0
branches:  trunk
changeset: 507318:cdc23279d4f0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 30 20:06:51 2006 +0000

description:
Added the bulk build ID to the subject line of the report mail. It had been
${BUILDDATE} before, which has disappeared with the REPORTS_* change.

diffstat:

 mk/bulk/build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2214419849f2 -r cdc23279d4f0 mk/bulk/build
--- a/mk/bulk/build     Mon Jan 30 19:21:41 2006 +0000
+++ b/mk/bulk/build     Mon Jan 30 20:06:51 2006 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: build,v 1.92 2006/01/21 11:29:32 rillig Exp $
+# $NetBSD: build,v 1.93 2006/01/30 20:06:51 rillig Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -442,7 +442,7 @@
 #
 case $noemail in
 no)    cat "${report_dir}/${REPORT_TXT_FILE}" \
-       | ${MAIL_CMD} -s "pkgsrc ${OPSYS} ${OS_VERSION}/${MACHINE_ARCH} bulk build results $BUILDDATE" "$ADMIN"
+       | ${MAIL_CMD} -s "pkgsrc ${OPSYS} ${OS_VERSION}/${MACHINE_ARCH} bulk build results ${bulk_build_id}" "$ADMIN"
 esac
 
 # Done!



Home | Main Index | Thread Index | Old Index