#99 Update productmd-compose schema
Merged 4 years ago by ralph. Opened 4 years ago by lsedlar.
fedora-ci/ lsedlar/messages compose-type  into  master

@@ -23,11 +23,20 @@ 

          description:

              Type of compose produced by engineering.

          examples:

-             - rel-eng

+             - production

              - nightly

              - testing

+             - ci

+         type: string

+     release_type:

+         description:

+             What purpose the composed content is meant to server

+         examples:

+             - ga

              - updates

-             - released

+             - updates-testing

+             - eus

+             - aus

          type: string

  

  required:

Edit examples to match definitions in productmd and also add release_type field.

Relates: #97

Since the new field is not required, and the values are examples, this should be backwards compatible.

LGTM.

/cc @pholica @mvadkert can you have a look too, please?

Pull-Request has been merged by ralph

4 years ago

"What purpose the composed content is meant to server"

should be "serve", not "server".

Good catch Adam. Fixed in #101

Metadata