./pkgtools/pbulk, Modular bulk build framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.73, Package name: pbulk-0.73, Maintainer: pkgsrc-users

pbulk is the modular bulk build framework for pkgsrc.

This package contains the front end bulk build and the script logic
for full and limited bulk builds.


Required to run:
[net/rsync] [pkgtools/digest] [pkgtools/pbulk-base]

Required to build:
[pkgtools/cwrappers]

Package options: pbulk-rsync

Version history: (Expand)


CVS history: (Expand)


   2024-10-12 12:43:52 by Jonathan Perkin | Files touched by this commit (2)
Log message:
pbulk: Update to 0.73.

Ensure the digest command is correctly quoted.  Fixes config when digest
is "mktool digest".
   2024-07-17 16:32:53 by Jonathan Perkin | Files touched by this commit (1)
Log message:
pbulk: Include PRETTY_NAME on supported Linux.

Suggested to sjmulder.  Ride previous bump.
   2024-07-17 13:51:58 by Jonathan Perkin | Files touched by this commit (2)
Log message:
pbulk: Update to 0.72.

Add more fields to the meta/status file to improve support for bulk build
reporting tools.
   2023-09-29 10:22:48 by David Brownlee | Files touched by this commit (1)
Log message:
Fix "additinal" -> "additional" typo in manpage
   2023-05-16 14:12:19 by Taylor R Campbell | Files touched by this commit (2)
Log message:
pbulk-0.71: Report culprit in html report for indirect-prefailed too.
   2023-02-12 22:17:24 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
pbulk-0.57: switch to a binary heap for the build queue
   2023-02-12 05:23:38 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Explain PBULK_WEIGHT.
   2023-02-12 05:12:54 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
pbulk-base-0.56: Support for adjusting scheduling

Switch to a weighted scheduling algorithm. Before, build order was based
on number of reachable nodes in the dependency graph. This assumes that
heavy packages are required by other packages. Some big packages
nowadays violate that assumption and can result in long periods at the
end of a build where only a few builders are active. Annotating those
packages with PBULK_WEIGHT in the pbulk-index output can boost their
priority to let them be built earlier. The default weight is 100.

Note: the pbulk-build report has grown an extra field per line with the
computed effective weight of each package. This file is normally used
only internally.