Bump rawhide to Fedora 46 #172
5 changed files with 21 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# PRODUCT INFO
|
||||
release_name = 'Fedora-IoT'
|
||||
release_short = 'Fedora-IoT'
|
||||
release_version = '45'
|
||||
release_version = '46'
|
||||
# Let's not build install media during this run. For the image builds
|
||||
# and OSTree installer we'll use inputs from other f45 runs.
|
||||
skip_phases = ["buildinstall", "createrepo", "extra_files"]
|
||||
|
|
@ -11,11 +11,11 @@ comps_file = {
|
|||
'scm': 'git',
|
||||
'repo': 'https://forge.fedoraproject.org/releng/fedora-comps.git',
|
||||
'branch': 'main',
|
||||
'file': 'comps-f45.xml',
|
||||
'command': 'make comps-f45.xml'
|
||||
'file': 'comps-f46.xml',
|
||||
'command': 'make comps-f46.xml'
|
||||
}
|
||||
variants_file='variants-fedora.xml'
|
||||
sigkeys = ['F577861E']
|
||||
sigkeys = ['91211FCE']
|
||||
|
||||
# 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 = 'f45-build'
|
||||
runroot_tag = 'f46-build'
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = 'koji' # koji, repos
|
||||
|
|
@ -37,7 +37,7 @@ pkgset_source = 'koji' # koji, repos
|
|||
# pkgset_repos = {}
|
||||
|
||||
# PKGSET - KOJI
|
||||
pkgset_koji_tag = 'f45-iot'
|
||||
pkgset_koji_tag = 'f46-iot'
|
||||
pkgset_koji_inherit = False
|
||||
|
||||
filter_system_release_packages = False
|
||||
|
|
@ -204,10 +204,10 @@ translate_paths = [
|
|||
|
||||
# These may be inherited by various phases for creating Koji tasks
|
||||
global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'
|
||||
global_version = '45'
|
||||
global_target = 'f45'
|
||||
global_version = '46'
|
||||
global_target = 'f46'
|
||||
|
||||
imagebuilder_target = 'f45-image-builder'
|
||||
imagebuilder_target = 'f46-image-builder'
|
||||
imagebuilder = {
|
||||
"^IoT$": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ SKIP_PHASES="--skip-phase=productimg"
|
|||
DEST=$(pwd)
|
||||
DATE=$(date "+%Y%m%d")
|
||||
SHORT="Fedora-IoT"
|
||||
RELEASE="45"
|
||||
RELEASE_TITLE="45"
|
||||
COMPSFILE="comps-f45.xml"
|
||||
RELEASE="46"
|
||||
RELEASE_TITLE="46"
|
||||
COMPSFILE="comps-f46.xml"
|
||||
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
|
||||
TOMAIL="iot@lists.fedoraproject.org"
|
||||
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"
|
||||
|
|
|
|||
|
|
@ -47,9 +47,9 @@ arch_to_goarch() {
|
|||
|
||||
# This is the release of Fedora that is currently stable, it will define if we
|
||||
# need to move the fedora:latest tag
|
||||
current_stable="43"
|
||||
current_stable="44"
|
||||
# Define what is rawhide so we know to push that tag
|
||||
current_rawhide="45"
|
||||
current_rawhide="46"
|
||||
# Sanity checking
|
||||
if ! [[ "${1}" =~ ^-?[0-9]+$ ]];
|
||||
then
|
||||
|
|
|
|||
|
|
@ -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="45"
|
||||
RELEASE_TITLE="45"
|
||||
COMPSFILE="comps-f45.xml"
|
||||
RELEASE="46"
|
||||
RELEASE_TITLE="46"
|
||||
COMPSFILE="comps-f46.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/45/"
|
||||
RSYNCTARGET="/pub/alt/iot/46/"
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
||||
|
||||
NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
||||
|
|
|
|||
|
|
@ -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="45"
|
||||
RELEASE_TITLE="45"
|
||||
COMPSFILE="comps-f45.xml"
|
||||
RELEASE="46"
|
||||
RELEASE_TITLE="46"
|
||||
COMPSFILE="comps-f46.xml"
|
||||
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
|
||||
TOMAIL="iot@lists.fedoraproject.org"
|
||||
FROM="Fedora IoT Report <rawhide@fedoraproject.org>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue