Path to this page:
./
pkgtools/distbb,
DISTributed Bulk Build tool for pkgsrc
Branch: CURRENT,
Version: 0.48.0,
Package name: distbb-0.48.0,
Maintainer: cheusovdistbb - 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
Required to run:[
pkgtools/digest] [
devel/pipestatus] [
lang/runawk] [
parallel/paexec] [
pkgtools/pkg_summary-utils]
Required to build:[
devel/mk-configure] [
pkgtools/cwrappers]
Master sites:
Filesize: 52.564 KB
Version history: (Expand)
- (2024-05-12) Updated to version: distbb-0.48.0
- (2017-11-23) Package has been reborn
- (2016-06-13) Updated to version: distbb-0.47.2
- (2014-08-30) Updated to version: distbb-0.47.1
- (2014-08-15) Updated to version: distbb-0.47.0
- (2013-05-16) Updated to version: distbb-0.46.0nb1
CVS history: (Expand)
2024-05-12 18:45:32 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update dictbb to 0.48.0
Fix distbb_chroot script.
Minor fix in stage_gen_report for better conformance to
HTML-4.01/strict
Update default config file distbb.conf.
Update README.
Use native targets "clean" and "package" in unprivileged \
mode (if
UNPRIV_USER is set) instead of home-made "Clean" and "Package".
Set LD_PRELOAD and LIBKVER_OSRELEASE only on slave hosts.
Introduce new configuration variables OS_VERSION and MACHINE_ARCH.
Add new target CleanupPkgdb to TARGETS.
Add new configuration variable SLAVE_CMD
Configuration variable PKGSRCVER defaults to unknown.
Add $PKGSRCVER to report.html.
Minor clean-ups in "distbb_chroot", "distbb.conf",
"distbb.default.conf", "slave" and "common" \
configs and scripts.
|
2023-11-27 21:28:35 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Update HOMEPAGE
|
2023-11-27 21:27:55 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Remove http://mova.org from -MASTER_SITES
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 13:11:08 by Nia Alarie | Files touched by this commit (12) |
Log message:
pkgtools: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:47:20 by Nia Alarie | Files touched by this commit (12) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-04 01:38:40 by Alistair G. Crooks | Files touched by this commit (10) |
Log message:
Add SHA512 digests for distfiles for pkgtools category
Existing SHA1 digests verified and found to be the same on the machine
holding the existing distfiles (morden). All existing SHA1 digests
retained for now as an audit trail.
|