Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a738a8929 |
2 changed files with 14 additions and 14 deletions
|
|
@ -214,10 +214,10 @@ imagebuilder = {
|
||||||
"name": "%s-raw" % release_name,
|
"name": "%s-raw" % release_name,
|
||||||
"types": ["iot-raw-xz"],
|
"types": ["iot-raw-xz"],
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$arch/os/"],
|
||||||
"ostree": {
|
"ostree": {
|
||||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||||
"ref": "fedora/rawhide/$arch/iot",
|
"ref": "fedora/devel/$arch/iot",
|
||||||
},
|
},
|
||||||
"subvariant": "IoT",
|
"subvariant": "IoT",
|
||||||
"failable": ["*"],
|
"failable": ["*"],
|
||||||
|
|
@ -226,10 +226,10 @@ imagebuilder = {
|
||||||
"name": "%s-ostree" % release_name,
|
"name": "%s-ostree" % release_name,
|
||||||
"types": ["iot-installer"],
|
"types": ["iot-installer"],
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$arch/os/"],
|
||||||
"ostree": {
|
"ostree": {
|
||||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||||
"ref": "fedora/rawhide/$arch/iot",
|
"ref": "fedora/devel/$arch/iot",
|
||||||
},
|
},
|
||||||
"subvariant": "IoT",
|
"subvariant": "IoT",
|
||||||
"manifest_type": "dvd-ostree",
|
"manifest_type": "dvd-ostree",
|
||||||
|
|
@ -239,10 +239,10 @@ imagebuilder = {
|
||||||
"name": "%s-provisioner" % release_name,
|
"name": "%s-provisioner" % release_name,
|
||||||
"types": ["iot-simplified-installer"],
|
"types": ["iot-simplified-installer"],
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$arch/os/"],
|
||||||
"ostree": {
|
"ostree": {
|
||||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||||
"ref": "fedora/rawhide/$arch/iot",
|
"ref": "fedora/devel/$arch/iot",
|
||||||
},
|
},
|
||||||
"blueprint": {
|
"blueprint": {
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
|
@ -263,14 +263,14 @@ ostree = {
|
||||||
"unified_core": True,
|
"unified_core": True,
|
||||||
"treefile": "fedora-iot.yaml",
|
"treefile": "fedora-iot.yaml",
|
||||||
"config_url": "https://forge.fedoraproject.org/iot/ostree.git",
|
"config_url": "https://forge.fedoraproject.org/iot/ostree.git",
|
||||||
"config_branch": "main",
|
"config_branch": "f45",
|
||||||
"repo": [
|
"repo": [
|
||||||
"IoT",
|
"IoT",
|
||||||
"https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"
|
"https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$basearch/os/"
|
||||||
]
|
]
|
||||||
"tag_ref": False,
|
"tag_ref": False,
|
||||||
"ostree_repo": "/mnt/koji/compose/iot/repo/",
|
"ostree_repo": "/mnt/koji/compose/iot/repo/",
|
||||||
"ostree_ref": "fedora/rawhide/${basearch}/iot",
|
"ostree_ref": "fedora/devel/${basearch}/iot",
|
||||||
"runroot_packages": ["selinux-policy-targeted"],
|
"runroot_packages": ["selinux-policy-targeted"],
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"update_summary": True,
|
"update_summary": True,
|
||||||
|
|
@ -283,8 +283,8 @@ ostree_container = {
|
||||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||||
"config_url": "https://forge.fedoraproject.org/iot/base-images.git",
|
"config_url": "https://forge.fedoraproject.org/iot/base-images.git",
|
||||||
"config_branch": "main",
|
"config_branch": "main",
|
||||||
"treefile": "fedora-rawhide.yaml",
|
"treefile": "fedora-45.yaml",
|
||||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$basearch/os/"],
|
||||||
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
||||||
"failable": ['*'],
|
"failable": ['*'],
|
||||||
"subvariant": "base",
|
"subvariant": "base",
|
||||||
|
|
@ -294,8 +294,8 @@ ostree_container = {
|
||||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||||
"config_url": "https://forge.fedoraproject.org/iot/fedora-iot-bootc.git",
|
"config_url": "https://forge.fedoraproject.org/iot/fedora-iot-bootc.git",
|
||||||
"config_branch": "main",
|
"config_branch": "main",
|
||||||
"treefile": "fedora-iot-rawhide.yaml",
|
"treefile": "fedora-iot-45.yaml",
|
||||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-45/compose/Everything/$basearch/os/"],
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"failable": ['*'],
|
"failable": ['*'],
|
||||||
"name": "Fedora-IoT-bootc",
|
"name": "Fedora-IoT-bootc",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
|
||||||
TOMAIL="iot@lists.fedoraproject.org"
|
TOMAIL="iot@lists.fedoraproject.org"
|
||||||
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"
|
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"
|
||||||
RSYNCPREFIX="sudo -u ftpsync"
|
RSYNCPREFIX="sudo -u ftpsync"
|
||||||
RSYNCTARGET="/pub/alt/iot/rawhide/"
|
RSYNCTARGET="/pub/alt/iot/branched/"
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
||||||
|
|
||||||
# assume a releng dir is a git checkout of the releng repo
|
# assume a releng dir is a git checkout of the releng repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue