pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk Remove an additional ) and correct the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83107307ec5a
branches: trunk
changeset: 531207:83107307ec5a
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jul 25 11:07:28 2007 +0000
description:
Remove an additional ) and correct the assignment of a variable.
Bump to 0.8.
diffstat:
pkgtools/pbulk/Makefile | 4 ++--
pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk | 4 ++--
pkgtools/pbulk/files/pbulk/scripts/report | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r 9bc6044e089c -r 83107307ec5a pkgtools/pbulk/Makefile
--- a/pkgtools/pbulk/Makefile Wed Jul 25 10:57:44 2007 +0000
+++ b/pkgtools/pbulk/Makefile Wed Jul 25 11:07:28 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2007/07/20 19:39:33 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2007/07/25 11:07:28 joerg Exp $
-DISTNAME= pbulk-0.7
+DISTNAME= pbulk-0.8
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 9bc6044e089c -r 83107307ec5a pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk
--- a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Wed Jul 25 10:57:44 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk Wed Jul 25 11:07:28 2007 +0000
@@ -1,5 +1,5 @@
#!@AWK@ -f
-# $NetBSD: create-report-html.awk,v 1.4 2007/07/20 19:39:34 joerg Exp $
+# $NetBSD: create-report-html.awk,v 1.5 2007/07/25 11:07:28 joerg Exp $
#
# Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
# All rights reserved.
@@ -165,7 +165,7 @@
print " <body>" > html_report
printf(" <h1> pkgsrc bulk build for %s</h1>\n", pkgsrc_platform) > html_report
printf(" <h2> Build start: %s</h2>\n", pkgsrc_build_start_iso) > html_report
- printf(" <h2> Build end: %s</h2>\n", pkgsrc_build_end_iso)) > html_report
+ printf(" <h2> Build end: %s</h2>\n", pkgsrc_build_end_iso) > html_report
print " <hr />" > html_report
all_pkgs = pkgs_done + pkgs_failed + pkgs_prefailed + pkgs_indirect_failed + pkgs_indirect_prefailed
diff -r 9bc6044e089c -r 83107307ec5a pkgtools/pbulk/files/pbulk/scripts/report
--- a/pkgtools/pbulk/files/pbulk/scripts/report Wed Jul 25 10:57:44 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/report Wed Jul 25 11:07:28 2007 +0000
@@ -1,5 +1,5 @@
#!@SH@
-# $NetBSD: report,v 1.3 2007/07/20 19:39:34 joerg Exp $
+# $NetBSD: report,v 1.4 2007/07/25 11:07:28 joerg Exp $
#
# Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
# All rights reserved.
@@ -55,7 +55,7 @@
build_start_iso=${line#BUILD_START_ISO=}
;;
BUILD_START_DIR=*)
- build_start_iso=${line#BUILD_START_DIR=}
+ build_start_dir=${line#BUILD_START_DIR=}
;;
PLATFORM=*)
platform=${line#PLATFORM=}
Home |
Main Index |
Thread Index |
Old Index