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 :) _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"