#451 Showing platform information for multi platform builds
Opened by jkaluza. Modified

The situation is

I changed below elements from [f29] to [].
/data/dependencies/buildrequires/platform
/data/dependencies/requires/platform

https://src.fedoraproject.org/modules/ruby/c/f21efbfb93151c222277b6f7ba8f515f591a0a80?branch=master

 5 -             platform: [f29]
 6 +             platform: []
 7             requires:
 8 -             platform: [f29]
 9 +             platform: []

Then when running the build, the output is like this.

$ fedpkg module-build
The builds 2186, 2187 and 2188 were submitted to the MBS

The challenging is it's hard to recognize which build_id connects to the platform.
Maybe build_id 2186 = f28, 2187 = f29, 2188 = f30

But I want to know the information from the output of the fedpkg module-build.

And from the output of the fedpkg module-build-info build_id.

$ fedpkg module-build-info 2186
$ fedpkg module-build-info 2187
$ fedpkg module-build-info 2188

Currently is there good way to check the information?

CC @jaruga


Oh this looks the ticket I reported in the past time on somewhere.
Thanks for opening the ticket here.

Metadata