| |
@@ -0,0 +1,30 @@
|
| |
+ {
|
| |
+ "properties": {
|
| |
+ "RELEASE_NAME": {"type": "string"},
|
| |
+ "RELEASE_SHORT": {"type": "string"},
|
| |
+ "RELEASE_VERSION": {"type": "string"},
|
| |
+ "RELEASE_VERSION_X": {"$ref": "#/definitions/optional_string"},
|
| |
+ "RELEASE_VERSION_Y": {"$ref": "#/definitions/optional_string"},
|
| |
+ "RELEASE_VERSION_Z": {"$ref": "#/definitions/optional_string"},
|
| |
+ "RELEASE_VERSION_XY": {"$ref": "#/definitions/optional_string"},
|
| |
+ "RELEASE_VERSION_XYZ": {"$ref": "#/definitions/optional_string"},
|
| |
+ "RUNROOT_CHANNEL": {"type": "string"},
|
| |
+ "RUNROOT_TAG": {"type": "string"},
|
| |
+ "PKGSET_KOJI_TAG": {"type": "string"},
|
| |
+ "COMPS_REPO": {"type": "url"},
|
| |
+ "COMPS_BRANCH": {"type": "string"},
|
| |
+ "COMPS_FILE": {"type": "string"},
|
| |
+ "COMPS_COMMAND": {"type": "string"},
|
| |
+ "VARIANTS_REPO": {"type": "url"},
|
| |
+ "VARIANTS_BRANCH": {"type": "string"},
|
| |
+ "VARIANTS_FILE": {"type": "string"},
|
| |
+ "GATHER_PREPOPULATE_REPO": {"type": "url"},
|
| |
+ "GATHER_PREPOPULATE_BRANCH": {"type": "string"},
|
| |
+ "GATHER_PREPOPULATE_COMMAND": {"type": "string"},
|
| |
+ "GATHER_PREPOPULATE_FILE": {"type": "string"},
|
| |
+ "EXTRA_FILES": {"$ref": "#/definitions/list_of_strings"},
|
| |
+ "EXTRA_ISOS_ARCHES": {"$ref": "#/definitions/list_of_strings"},
|
| |
+ "EXTRA_BUILDINSTALL_SKIP": {"type": "array"},
|
| |
+ "IMAGE_BUILD_SCRATCH": {"type": "boolean"}
|
| |
+ }
|
| |
+ }
|
| |