From 0cca385f2a28a4cfa8826f7392079b11f0dde573 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 30 Jan 2006 20:06:51 +0000 Subject: 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. --- mk/bulk/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bulk') diff --git a/mk/bulk/build b/mk/bulk/build index 28b7e36bb82..4db703a6151 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -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 @@ -442,7 +442,7 @@ ${MKDIR} "${report_dir}" # 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! -- cgit v1.2.3