Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 May 2021 12:22:25 +0200
From:      "Ronald Klop" <ronald-lists@klop.ws>
To:        ports@freebsd.org
Subject:   pkg builders order of jobs
Message-ID:  <op.024e3ndmkndu52@joepie>

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



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