Bryan Drewery
Bryan Drewery
In https://cgit.freebsd.org/ports/commit/?id=eca58e3768122a0ef093f62ad91760e4341f5df1 the default ruby was changed to 3.0 but because lang/ruby30 conditionalizes installing /usr/local/bin/ruby, and it was not `PORTREVISION` bumped, it did not rebuild to get the new file....
We should make `bulk -S` the default and rely on `PORTREVISION` bumps. This will greatly reduce package rebuilds. It depends on https://github.com/freebsd/pkg/issues/1831 which has more details on what needs to...
Allow building with a jail that has an overlay from a `tar` or `directory`, allowing overwriting binaries for the build. Either this could be a "virtual jail" or just a...
The queue needs to support a `jail` parameter that specifies which jail to build in. This will allow building multiple arch/versions at once by starting up multiple jails at once...
Fixes #958 I just need a sanity review to make sure I didn't miss anything relevant here
> Here's an example of where the directory is not cleared: ``` $ sudo poudriere logclean -a -j 122amd64 -p default -z master-lis [00:00:00] Looking for all builds in /usr/local/poudriere/data/logs/bulk...
Need to keep a lock on the main jail as well as the MASTERNAME jail. Any work on the main jail needs to prevent a `bulk` from using the jail,...