Timothée Ravier 2023-07-19 18:25:18 +02:00
parent 10d4449535
commit ae2c12886a
1 changed files with 8 additions and 0 deletions

View File

@ -752,6 +752,7 @@ ostree = {
"^Silverblue$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-silverblue.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",
@ -759,12 +760,14 @@ ostree = {
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/silverblue",
"runroot_packages": ["selinux-policy-targeted"],
"arches": ["x86_64", "ppc64le", "aarch64"],
"failable": ['*'],
},
"^Kinoite$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-kinoite.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",
@ -772,12 +775,14 @@ ostree = {
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/kinoite",
"runroot_packages": ["selinux-policy-targeted"],
"arches": ["x86_64", "ppc64le", "aarch64"],
"failable": ['*'],
},
"^Sericea$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-sericea.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",
@ -785,12 +790,14 @@ ostree = {
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/sericea",
"runroot_packages": ["selinux-policy-targeted"],
"arches": ["x86_64", "ppc64le", "aarch64"],
"failable": ['*'],
},
"^Onyx$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"unified_core": True,
"treefile": "fedora-onyx.yaml",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "main",
@ -798,6 +805,7 @@ ostree = {
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/onyx",
"runroot_packages": ["selinux-policy-targeted"],
"arches": ["x86_64"],
"failable": ['*'],
}