summaryrefslogtreecommitdiff
path: root/pkgtools/distbb
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-08-26 17:03:55 +0000
committercheusov <cheusov@pkgsrc.org>2012-08-26 17:03:55 +0000
commitd197961e4a3817cf6df05b8cdb8ba5dd59aa0915 (patch)
tree5d451721a7e9f228af8b52219886cf777c15fb55 /pkgtools/distbb
parent2e5172bbb0bf8e8705a61b198fb6c30c0f191562 (diff)
downloadpkgsrc-d197961e4a3817cf6df05b8cdb8ba5dd59aa0915.tar.gz
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 (limited to 'pkgtools/distbb')
-rw-r--r--pkgtools/distbb/Makefile6
-rw-r--r--pkgtools/distbb/PLIST4
-rw-r--r--pkgtools/distbb/distinfo8
3 files changed, 9 insertions, 9 deletions
diff --git a/pkgtools/distbb/Makefile b/pkgtools/distbb/Makefile
index 30d3e3e138d..1aa793c0919 100644
--- a/pkgtools/distbb/Makefile
+++ b/pkgtools/distbb/Makefile
@@ -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 @@ HOMEPAGE= http://mova.org/~cheusov/pub/distbb/
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 --git a/pkgtools/distbb/PLIST b/pkgtools/distbb/PLIST
index 83d015dcfaa..781c0cf2f41 100644
--- a/pkgtools/distbb/PLIST
+++ b/pkgtools/distbb/PLIST
@@ -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/make-depends
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_init
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 --git a/pkgtools/distbb/distinfo b/pkgtools/distbb/distinfo
index 657bdb6743c..302a9ad8d22 100644
--- a/pkgtools/distbb/distinfo
+++ b/pkgtools/distbb/distinfo
@@ -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