2012-01-26 15:14:28 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Fix PLIST
|
2012-01-09 22:18:10 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
update cksums
|
2012-01-09 21:57:37 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to distb-0.43.0
Version 0.43.0
Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT).
Fix in "Depends" stage.
Unnecessary dependencies are not install anymore.
Dependency graph. Latest available binary package is always used for
BUILD_DEPENDS if it satisfies dependencies.
Version 0.42.0
Support for cross-compilation. Build host dependencies are built on
demand. Patch for pkgsrc is needed.
http://mail-index.netbsd.org/tech-pkg/2011/11/19/msg008003.html
Support for libkver was added. In order to build packages for
different version of NetBSD you need to set LIBKVER_OSRELEASE and
LD_PRELOAD in distbb.conf.
New transport program distbb_chroot was added.
It is now the default for TRANSPORT.
|
2011-10-16 14:18:00 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.41.2
Fix partial bulk builds. Sometimes stage_summary fails when
multivariant packages are built.
stage_summary has been completely reimplemented.
|
2011-10-14 02:33:49 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.41.1
FIX: another problem with packages
having non-empty PKG_FAIL_REASON.
|
2011-10-09 12:02:48 by Aleksey Cheusov | Files touched by this commit (43) |
Log message:
Update my email
|
2011-09-12 16:51:03 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to 0.41.0
FIX: Do not use packages with non-empry PKG_FAIL_REASON for building
a dependency graph if there are ones without such marker. This
unbreaks rare failures of bulk builds.
Changes in dependency graph generation. Old algorithm leads to too
many failures caused by weak [BUILD_]DEPENDS in pkgsrc. Old
algorithm is available using "distbb -m1".
rmd160 and sha512 checksums are generated for packages in pkg_summary(5).
A number of sanity checks and tips for packagers have been
implemented which are a part of final report.
stage_report has been renamed to stage_send_report
New script pkg_summary2build_deps for building dependency graph
|
2011-09-04 20:21:27 by Aleksey Cheusov | Files touched by this commit (7) |
Log message:
For all packages based on mk-configure "configure" target is provided.
This fixes parallel builds.
|
2011-08-08 12:05:21 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.40.1
FIX: distbb may fail at stage_summary because not all packages
that need to be rebuilt are marked as such.
|
2011-05-18 21:36:39 by Aleksey Cheusov | Files touched by this commit (5) | |
Log message:
distbb - distributed bulk build tool for pkgsrc
Key features:
- several packages can be built at the same time on different
machines or chroots
- good design ;-)
- flexibility
- compactness
- no limit on a number of "slave" machines and/or chroots
- fault tolerance, e.g. failures of slave hosts is not a problem
- nice logging
|