Learn more about these different git repos.
Other Git URLs
#1953 fixed #1932 nicely, but I noticed I'm missing an important field that is present in the web monitor/detailed view: the version of the package. It should be inexpensive to add, and it allows us to detect version mismatches across chroots.
Metadata Update from @praiskup: - Issue assigned to praiskup - Issue tagged with: API, RFE
I agree, thanks for the suggestion.
The only problem I see is that there's a misleading "dist" tag:
{ "build_id": 2846764, "chroot": "fedora-35-x86_64", "name": "R-CRAN-RClone", "pkg_version": "1.0.3-1.fc34", "state": "succeeded" }
The thing is that we store the "NVR" to Build, not BuildChroot ... so only one BuildChroot among all assigned to Build wins, and the NVR (including dist tag) is used. But the same happens for WebUI monitor (and I think there used to be an issue related to bus messages..).
Yeap, I know. Not an issue for me.
Commit e2f7884 fixes this issue
Log in to comment on this ticket.