pkg builders order of jobs

Ronald Klop ronald-lists at klop.ws
Sun May 9 10:22:38 UTC 2021


Hi,

On the pkg builders the list of builds is ordered on git hash.
http://beefy18.nyi.freebsd.org/jail.html?mastername=main-amd64-default
(NB: ipv6 only)

This ordering is totally random to me. With svn the list was naturally  
ordered because of the incremental commit id.

Is it possible to add the commit count to the job-name like  
sys/conf/newvers.sh in base?
git_cnt=$($git_cmd rev-list --first-parent --count HEAD 2>/dev/null)

Regards,
Ronald.


More information about the freebsd-ports mailing list