Learn more about these different git repos.
Other Git URLs
Kojira in version 1.34.0 floods the log with messages of the following type:
[WARNING] koji.repo.regen: Tag with external repo lacks arches: <TAG name>
Unfortunately, the message is not very informative. About 20 messages of this type appear every minute. The system itself runs inconspicuously
After looking in the source code I found the source of it. I think the message should be changed to:
Tag with external repo lacks arches: <Tag name>, please set the architecture(s)
On line 478 of util/kojira
Kojira has changed quite a bit recently and this message is no longer present. There is a similar warning, but it should not show up quite as readily. At most once every 15s, or whatever sleeptime is set to. It will only happen if the hub reports not arches at all. Simply having a tag with no arches will not trigger it.
Metadata Update from @mikem: - Custom field Size adjusted to None
That said, the new message could be a little more informative. I've filed #4167
Thanks.
Metadata Update from @tkopecek: - Issue set to the milestone: 1.35.1
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Metadata Update from @mikem: - Issue set to the milestone: 1.35.2 (was: 1.35.1)
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit 9acd993 relates to this ticket
Looks like #4167 was merged. Closing
Metadata Update from @mikem: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.