#773 add updates-testing as a valid release type
Closed 6 years ago by lsedlar. Opened 6 years ago by puiterwijk.
puiterwijk/pungi updatestesting  into  master

file modified
+1 -1
@@ -63,7 +63,7 @@ 

      (*str*) -- release version

  

  **release_type** = "ga"

-     (*str*) -- release type, "ga" or "updates"

+     (*str*) -- release type, "ga", "updates" or "updates-testing"

  

  **release_is_layered** = False

      (*bool*) -- typically False for an operating system, True otherwise

file modified
+1 -1
@@ -520,7 +520,7 @@ 

              "release_version": {"type": "string"},

              "release_type": {

                  "type": "string",

-                 "enum": ["fast", "ga", "updates", "eus", "aus", "els"],

+                 "enum": ["fast", "ga", "updates", "updates-testing", "eus", "aus", "els"],

                  "default": "ga",

              },

              "release_is_layered": {"type": "boolean"},

Fedora is moving to having bodhi use pungi to do composes for
pushing updates, in order to cover the use cases we need to have
a updates-testing release in addition to a updates release type.

Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org

Productmd PR is merged. Slightly better way to do this on Pungi side is in #775.

Pull-Request has been closed by lsedlar

6 years ago