Rawhide is now Fedora 43

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2025-02-04 15:51:46 -05:00
commit 2b7d52ea42
5 changed files with 23 additions and 23 deletions

View file

@ -1,9 +1,9 @@
# PRODUCT INFO
release_name = 'Fedora-IoT'
release_short = 'Fedora-IoT'
release_version = '42'
release_version = '43'
# Let's not build install media during this run. For the image builds
# and OSTree installer we'll use inputs from other f42 runs.
# and OSTree installer we'll use inputs from other f43 runs.
skip_phases = ["buildinstall", "createrepo", "extra_files"]
# GENERAL SETTINGS
@ -11,11 +11,11 @@ comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'main',
'file': 'comps-f42.xml',
'command': 'make comps-f42.xml'
'file': 'comps-f43.xml',
'command': 'make comps-f43.xml'
}
variants_file='variants-fedora.xml'
sigkeys = ['105ef944']
sigkeys = ['31645531']
# limit tree architectures
# if undefined, all architectures from variants.xml will be included
@ -27,7 +27,7 @@ hashed_directories = True
# RUNROOT settings
runroot_channel = 'compose'
runroot_tag = 'f42-build'
runroot_tag = 'f43-build'
# PKGSET
pkgset_source = 'koji' # koji, repos
@ -37,7 +37,7 @@ pkgset_source = 'koji' # koji, repos
# pkgset_repos = {}
# PKGSET - KOJI
pkgset_koji_tag = 'f42-iot'
pkgset_koji_tag = 'f43-iot'
pkgset_koji_inherit = False
filter_system_release_packages = False
@ -205,15 +205,15 @@ translate_paths = [
# These will be inherited by live_media, live_images and image_build
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'
global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'
global_version = '42'
global_version = '43'
# live_images ignores this in favor of live_target
global_target = 'f42'
global_target = 'f43'
osbuild = {
"^IoT$": [
{
"name": "%s-raw" % release_name,
"distro": "fedora-42",
"distro": "fedora-43",
"image_types": ["iot-raw-image"],
"target": "f%s-candidate" % release_version,
"arches": ["x86_64", "aarch64"],
@ -224,7 +224,7 @@ osbuild = {
},
{
"name": "%s-ostree" % release_name,
"distro": "fedora-42",
"distro": "fedora-43",
"image_types": ["iot-installer"],
"target": "f%s-candidate" % release_version,
"arches": ["x86_64", "aarch64"],
@ -236,7 +236,7 @@ osbuild = {
},
{
"name": "%s-provisioner" % release_name,
"distro": "fedora-42",
"distro": "fedora-43",
"image_types": ["iot-simplified-installer"],
"target": "f%s-candidate" % release_version,
"arches": ["x86_64", "aarch64"],

View file

@ -9,9 +9,9 @@ SKIP_PHASES="--skip-phase=productimg"
DEST=$(pwd)
DATE=$(date "+%Y%m%d")
SHORT="Fedora-IoT"
RELEASE="42"
RELEASE_TITLE="42"
COMPSFILE="comps-f42.xml"
RELEASE="43"
RELEASE_TITLE="43"
COMPSFILE="comps-f43.xml"
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
TOMAIL="iot@lists.fedoraproject.org"
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"

View file

@ -49,7 +49,7 @@ arch_to_goarch() {
# need to move the fedora:latest tag
current_stable="41"
# Define what is rawhide so we know to push that tag
current_rawhide="42"
current_rawhide="43"
# Sanity checking
if ! [[ "${1}" =~ ^-?[0-9]+$ ]];
then

View file

@ -12,14 +12,14 @@ DEST=$(pwd)
DATE=$(date "+%Y%m%d")
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
SHORT="Fedora-IoT"
RELEASE="42"
RELEASE_TITLE="42"
COMPSFILE="comps-f42.xml"
RELEASE="43"
RELEASE_TITLE="43"
COMPSFILE="comps-f43.xml"
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
TOMAIL="iot@lists.fedoraproject.org"
FROM="Fedora IoT Report <branched@fedoraproject.org>"
RSYNCPREFIX="sudo -u ftpsync"
RSYNCTARGET="/pub/alt/iot/42/"
RSYNCTARGET="/pub/alt/iot/43/"
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)

View file

@ -11,9 +11,9 @@ DEST=$(pwd)
DATE=$(date "+%Y%m%d")
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
SHORT="Fedora-IoT"
RELEASE="42"
RELEASE_TITLE="42"
COMPSFILE="comps-f42.xml"
RELEASE="43"
RELEASE_TITLE="43"
COMPSFILE="comps-f43.xml"
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
TOMAIL="iot@lists.fedoraproject.org"
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"