2020-01-13 00:35:02 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: pbulk-0.67: Support both $NetBSD$ style RCS IDs and digests in +BUILD_INFO. Bump configuration version for the new pkg_admin field. |
2020-01-08 16:12:01 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: pbulk-0.66: make it simpler to compute the duration of the scan phase This is handy when benchmarking whole system performance. |
2019-03-12 16:37:51 by Thomas Klausner | Files touched by this commit (2) |
Log message: pbulk-base: fix double free(). Debugged by dillo & myself. Bump version. |
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message: *: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed. |
2018-02-19 13:03:00 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix typo in status message. |
2017-02-25 22:21:53 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Deal with stupid GCC warnings on Linux due to glibc deciding that write's return value must be used at all times. |
2016-12-18 23:59:35 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: pbulk-0.65: Add basic support for specifying chroot'd clients by absolute path. Introduce hook for setting up the chroot (client_prepare_chroot) similar to client_prepare_action for ssh clients. |
2016-12-18 23:41:12 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: pbulk-0.64: Ensure to reset port after each loop, so that "client" and \ "client:port" notation can be mixed. |
2016-12-18 23:38:16 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: pbulk-0.63: Introduce a separate client-prepare script. The default configuration runs the renamed client_prepare_action for each scan/build client once, dropping duplicates in the list. Clients are prepared in parallel, but the master waits for all before starting the actual scan. Make bulkbuild-restart re-prepare the clients, i.e. in case they have a pkgsrc tree in a local tmpfs. |
2016-12-18 10:36:38 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: pbulk-0.62: cleanup if either the initial pkg_add round or the package upload failed. |