Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 06:07:59 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Ronald Klop <ronald-lists@klop.ws>
Cc:        ports@freebsd.org
Subject:   Re: pkg builders order of jobs
Message-ID:  <PSAPR03MB5639B72076062649D7624A11FA549@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <69606768.266.1620640487700@localhost>
References:  <op.024e3ndmkndu52@joepie> <b7dca038-1528-f89d-2ee1-f30c5480651b@freebsd.org> <69606768.266.1620640487700@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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 :)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB5639B72076062649D7624A11FA549>