pkg builders order of jobs

Tatsuki Makino tatsuki_makino at hotmail.com
Mon May 10 21:08:06 UTC 2021


Ronald Klop wrote on 2021/05/10 18:54:
> At home my Poudriere names the builds like "2021-05-09_20h49m55s". I don't remember configuring this by myself, so I think it is the default.

In poudriere.conf, there is a setting for BUILDNAME_FORMAT.
It will be set to the default value of %Y-%m-%d_%Hh%Mm%Ss in /usr/local/share/poudriere/common.sh

BUILDNAME_FORMAT is used as ${BUILDNAME:=$(date +${BUILDNAME_FORMAT})} and becomes the default value for BUILDNAME.
BUILDNAME can be set with the -B option of poudriere-bulk.

In other words, I want the official poudriere bulk to start with an option like -B 210511060619-53863351e3fbec0d89e941ee9f0f288bd2461e87 too :)



More information about the freebsd-ports mailing list