Hello.
I am building a python27 module and I wanted to do a full rebuild. To be sure that one package will be build before all others, I set a buildorder for that component to -10 and I left all other components without buildorder. Because the default buildorder is zero, I expected that the component with buildorder -10 will be built first but the opposite is the truth and it seems that the minus sign was truncated and the component was built as last.
As you can see in the build 1320 the component with buildorder -10 (python-rpm-macros) hasn't been build because there was a lot of failures in the previous stage (caused by missing python-rpm-macros) component.
Did I understand this line correctly? https://github.com/fedora-modularity/libmodulemd/blob/master/spec.v2.yaml#L295
Lumír
That's libmodulemd issue, filled here: https://github.com/fedora-modularity/libmodulemd/issues/77.
Metadata Update from @jkaluza: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/mbs/issues/980
Please continue any further discussion there.