F42: drop tier-0 from the compose
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
67a5ddec24
commit
702da4a01d
2 changed files with 1 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ sigkeys = ['105ef944']
|
|||
tree_arches = ['aarch64', 'x86_64', "ppc64le", "s390x"]
|
||||
# limit tree variants
|
||||
# if undefined, all variants from variants.xml will be included
|
||||
tree_variants = ['IoT', 'bootc', 'bootc-tier0', 'bootc-base']
|
||||
tree_variants = ['IoT', 'bootc', 'bootc-base']
|
||||
hashed_directories = True
|
||||
|
||||
# RUNROOT settings
|
||||
|
|
@ -282,15 +282,6 @@ ostree_container = {
|
|||
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
||||
"failable": ['*'],
|
||||
},
|
||||
"^bootc-tier0$": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"config_url": "https://pagure.io/fedora-iot/base-images",
|
||||
"config_branch": "main",
|
||||
"treefile": "fedora-tier-0.yaml",
|
||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
||||
"failable": ['*'],
|
||||
},
|
||||
"^bootc-base$": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"config_url": "https://pagure.io/fedora-iot/ostree.git",
|
||||
|
|
|
|||
|
|
@ -21,12 +21,4 @@
|
|||
<arch>s390x</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="bootc-tier0" name="bootc-tier0" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
</variants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue