pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pbulk
Module Name: pkgsrc
Committed By: joerg
Date: Sun Aug 9 23:18:31 UTC 2020
Modified Files:
pkgsrc/pkgtools/pbulk: Makefile
pkgsrc/pkgtools/pbulk/files/pbulk/scripts: build
Log Message:
pbulk-0.70: store end of build in epoche format too
This is nicer for using bulk builds as benchmark as it doesn't require
parsing dates.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/pkgtools/pbulk/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pbulk/Makefile
diff -u pkgsrc/pkgtools/pbulk/Makefile:1.87 pkgsrc/pkgtools/pbulk/Makefile:1.88
--- pkgsrc/pkgtools/pbulk/Makefile:1.87 Sat Apr 4 20:44:36 2020
+++ pkgsrc/pkgtools/pbulk/Makefile Sun Aug 9 23:18:30 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2020/04/04 20:44:36 riastradh Exp $
+# $NetBSD: Makefile,v 1.88 2020/08/09 23:18:30 joerg Exp $
-PKGNAME= pbulk-0.69
+PKGNAME= pbulk-0.70
COMMENT= Modular bulk build framework
.include "../../pkgtools/pbulk/Makefile.common"
Index: pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build:1.5 pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build:1.6
--- pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build:1.5 Tue Sep 16 18:21:30 2008
+++ pkgsrc/pkgtools/pbulk/files/pbulk/scripts/build Sun Aug 9 23:18:30 2020
@@ -1,5 +1,5 @@
#!@SH@
-# $NetBSD: build,v 1.5 2008/09/16 18:21:30 joerg Exp $
+# $NetBSD: build,v 1.6 2020/08/09 23:18:30 joerg Exp $
#
# Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
# All rights reserved.
@@ -54,7 +54,8 @@ case "${master_mode}" in
;;
esac
-date '+BUILD_END_ISO=%Y-%m-%d %H:%M' >> ${loc}/status
+date '+BUILD_END_ISO=%Y-%m-%d %H:%M
+BUILD_END_EPOCHE=%s' >> ${loc}/status
echo "Building pkg_summary..."
cd ${packages}/All
Home |
Main Index |
Thread Index |
Old Index