Re-added koji-devel.
On 04/24/2017 06:25 AM, Ralph Bean wrote:
On Mon, Apr 24, 2017 at 01:51:39PM +0200, Stanislav Ochotnicky wrote:
This is the first stab and what the mbs CG metadata output might look like: https://paste.fedoraproject.org/paste/5ix-EZVVRkmqpSvCQKOw715M1UNdIGYhyRLivL...
Just to clarify - in the "build" entry here, this is a build of the "nginx module". The "version" (which is 1) and the "release" (which is 2) are in koji terms, not MBS terms.
The mapping between MBS and koji terms should look something like:
MBS -> Koji --------------- name -> name stream -> version version -> release
The only kicker I can see at the moment is the datatype of stream(MBS) versus version(Koji). The MBS stream is a string (master, or f26, or whatever). The Koji version... does it have to be an integer?
No, the Koji version and release are also strings. However, because of the way NVRs are parsed, neither version nor release can contain a hyphen (-). Not sure if MBS has the same constraint, but if not, we may need some mapping between the two. Maybe a new build type (and associated metadata).
koji-devel@lists.stg.fedorahosted.org