pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/distbb Update to 0.45.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ce3a6cd5340
branches: trunk
changeset: 608070:3ce3a6cd5340
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Sun Aug 26 17:03:55 2012 +0000
description:
Update to 0.45.0
Fix rare failures in "Clean" target. Thanks to David Holland!
New configuration variable SEND_REPORT_FIRST was introduced.
Boolean variables MASTER_MODE, CROSS_COMPILE, SEND_REPORT_FIRST
accepts values true|yes|1 for logical TRUE and false|no|0 for
logical FALSE. This may fix some hacks in single node setups.
During upload rsync may unexpectedly fail due to connection
failure. In order to resolve this problem, upload may be repeated
several times. The following variables were introduced for this
purpose: UPLOAD_PKGS_ATTEMPTS, UPLOAD_PKGS_PAUSE,
UPLOAD_LOGS_ATTEMPTS, UPLOAD_LOGS_PAUSE.
Progress messages now better illustrates internal structure of
the build process.
Option -a was added to distbb(1) in order to build updates for
quarter releases more efficiently.
stage_checks:
- double underline in "checks" filename means _ in the report
text, single underline means space.
- one more check for broken pkg_summary (REQUIRES field). It
checks for libraries under /tmp, /home, /srv and /work
directories.
stage_upload_logs:
- huge pkg_enriched_summary.txt is not uploaded
README was updated
Minor clean-ups
diffstat:
pkgtools/distbb/Makefile | 6 +++---
pkgtools/distbb/PLIST | 4 ++--
pkgtools/distbb/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (60 lines):
diff -r 187b3279c244 -r 3ce3a6cd5340 pkgtools/distbb/Makefile
--- a/pkgtools/distbb/Makefile Sun Aug 26 17:02:12 2012 +0000
+++ b/pkgtools/distbb/Makefile Sun Aug 26 17:03:55 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/03/09 19:08:16 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2012/08/26 17:03:55 cheusov Exp $
#
-DISTNAME= distbb-0.44.0
+DISTNAME= distbb-0.45.0
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/distbb/ \
http://mova.org/~cheusov/pub/distbb/
@@ -11,7 +11,7 @@
COMMENT= DISTributed Bulk Build tool for pkgsrc
LICENSE= 2-clause-bsd
-DEPENDS+= pkg_summary-utils>=0.57.0:../../pkgtools/pkg_summary-utils
+DEPENDS+= pkg_summary-utils>=0.58.2:../../pkgtools/pkg_summary-utils
DEPENDS+= paexec>=0.16.0:../../parallel/paexec
DEPENDS+= runawk>=1.1.0:../../lang/runawk
DEPENDS+= pipestatus>=0.6.0:../../devel/pipestatus
diff -r 187b3279c244 -r 3ce3a6cd5340 pkgtools/distbb/PLIST
--- a/pkgtools/distbb/PLIST Sun Aug 26 17:02:12 2012 +0000
+++ b/pkgtools/distbb/PLIST Sun Aug 26 17:03:55 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/02/26 17:39:21 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/08/26 17:03:55 cheusov Exp $
bin/distbb
bin/distbb_diff
libexec/distbb/common
@@ -10,6 +10,7 @@
libexec/distbb/pkg_summary2build_deps
libexec/distbb/slave
libexec/distbb/stage_build
+libexec/distbb/stage_checks
libexec/distbb/stage_checksum
libexec/distbb/stage_gen_report
libexec/distbb/stage_gen_report_data
@@ -17,7 +18,6 @@
libexec/distbb/stage_send_report
libexec/distbb/stage_summary
libexec/distbb/stage_update_best
-libexec/distbb/stage_upload
libexec/distbb/stage_upload_logs
libexec/distbb/stage_upload_pkgs
libexec/distbb/upload_pkgs_all_files
diff -r 187b3279c244 -r 3ce3a6cd5340 pkgtools/distbb/distinfo
--- a/pkgtools/distbb/distinfo Sun Aug 26 17:02:12 2012 +0000
+++ b/pkgtools/distbb/distinfo Sun Aug 26 17:03:55 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2012/02/26 17:39:21 cheusov Exp $
+$NetBSD: distinfo,v 1.9 2012/08/26 17:03:56 cheusov Exp $
-SHA1 (distbb-0.44.0.tar.gz) = f2f1c226abad904d8b506dd105128413f6380174
-RMD160 (distbb-0.44.0.tar.gz) = e45884dca5e9aba9f319541ab627c5265e7728fe
-Size (distbb-0.44.0.tar.gz) = 103814 bytes
+SHA1 (distbb-0.45.0.tar.gz) = 1b96d06bfb415e42edd6c6eb29c31a341748536e
+RMD160 (distbb-0.45.0.tar.gz) = 315fa90c9225dd9297dd3034376173238f12ceba
+Size (distbb-0.45.0.tar.gz) = 107096 bytes
Home |
Main Index |
Thread Index |
Old Index