Nicolas Mailhot wrote:
The same process that commits a new state of the changelog file in sources, commits the date that was written in the changelog in a separate key = value file (with the components of the build evr, the last packager id, etc).
Do you mean that the key/value file will be committed to Git from inside Koji? Do the Koji builders have write access to Git?
commit the new build event timestamp in the detached changelog file at %build time
%build is executed once per arch, on different builders, so which builder's timestamp gets committed to Git?
Björn Persson