bump to 8.10

This commit is contained in:
Louis Abel 2023-09-07 12:25:00 -07:00
parent 6c78a2f3cf
commit ed60a997d9
Signed by: label
GPG Key ID: B37E62D143879B36
14 changed files with 25 additions and 25 deletions

View File

@ -43,7 +43,7 @@ createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 4
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.9']
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.10']
# CHECKSUMS
media_checksums = ['sha256']
@ -72,7 +72,7 @@ image_build = {
"format": [("docker", "tar.gz")],
"name": "Rocky-8-Container",
"target": "image-rocky-8",
"version": "8.9",
"version": "8.10",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
"kickstart": "Rocky-8-Container.ks",
"ksversion": "F26",
@ -80,9 +80,9 @@ image_build = {
"disk-size": "10",
"arches": ["x86_64","ppc64le","aarch64"],
"repo": [
'http://dl.rockylinux.org/pub/rocky/8.9/BaseOS/$arch/os',
'http://dl.rockylinux.org/pub/rocky/8.10/BaseOS/$arch/os',
],
"install_tree_from": 'http://dl.rockylinux.org/pub/rocky/8.9/BaseOS/$arch/os',
"install_tree_from": 'http://dl.rockylinux.org/pub/rocky/8.10/BaseOS/$arch/os',
"failable": ["ppc64le","aarch64"],
},
"factory-parameters": {

View File

@ -31,7 +31,7 @@ createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.9']
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.10']
hashed_directories = True
check_deps = False

View File

@ -30,7 +30,7 @@ createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.9']
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.10']
hashed_directories = True
check_deps = False

View File

@ -27,6 +27,6 @@ image_name_format = {
".*": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
}
image_volid_formats = [ '{release_short}-8.9-BETA-{arch}-{disc_type}', ]
image_volid_formats = [ '{release_short}-8.10-BETA-{arch}-{disc_type}', ]

View File

@ -27,6 +27,6 @@ image_name_format = {
".*": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
}
image_volid_formats = [ '{release_short}-8.9-LH-{arch}-{disc_type}', ]
image_volid_formats = [ '{release_short}-8.10-LH-{arch}-{disc_type}', ]

View File

@ -3,7 +3,7 @@
# '^Workstation$': [
# {
# 'name': 'Rocky-Workstation-8',
# 'version': '8.9',
# 'version': '8.10',
# 'arches': ['x86_64'],
# 'kickstart': 'Rocky-8-Workstation.ks',
# 'repo': ['BaseOS', 'AppStream', 'PowerTools', 'extras'],
@ -18,7 +18,7 @@ image_build = {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-GenericCloud",
"subvariant": "generic",
"version": "8.9",
"version": "8.10",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.resf.org/sig_core/kickstarts.git?#origin/r8",
@ -40,7 +40,7 @@ image_build = {
"format": [("raw-xz", "raw.xz")],
"name": "Rocky-8-EC2",
"subvariant": "ec2",
"version": "8.9",
"version": "8.10",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.resf.org/sig_core/kickstarts.git?#origin/r8",

View File

@ -2,8 +2,8 @@
RELEASE_NAME = 'Rocky Linux'
RELEASE_SHORT = 'Rocky'
RELEASE_VERSION = '8.9'
VERSION = '8.9'
RELEASE_VERSION = '8.10'
VERSION = '8.10'
PKGSET_KOJI_TAG = 'dist-rocky8-compose'
PKGSET_KOJI_MODULE_TAG = 'dist-rocky8-module-compose'
@ -17,7 +17,7 @@ COMPS_FILE = 'comps-rocky-%s.xml' % RELEASE_VERSION
COMPS_COMMAND = ''
MODULE_DEFAULTS_REPO = 'https://git.rockylinux.org/rocky/rocky-module-defaults.git'
MODULE_DEFAULTS_BRANCH = 'r8.9'
MODULE_DEFAULTS_BRANCH = 'r8.10'
VARIANTS_SCM = 'git'
VARIANTS_REPO = 'https://git.rockylinux.org/rocky/pungi-rocky.git'

View File

@ -1,5 +1,5 @@
MAJOR="8"
REVISION="8.9"
REVISION="8.10"
FROMMAIL="Compose Tracker <releng@rockylinux.org>"
TOMAIL="releng@rockylinux.org"

View File

@ -7,7 +7,7 @@ CONFIG=/etc/pungi-prod/extras.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
LABEL="--production --label RC-8.9"
LABEL="--production --label RC-8.10"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL"
if [ -z "$COMPOSE_ID" ]; then

View File

@ -8,7 +8,7 @@ CONFIG=/etc/pungi-prod/r8-i686-updates.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
LABEL="--production --label RC-8.9"
LABEL="--production --label RC-8.10"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL"
#COMPOSE_ID="Rocky-8-20210625.n.0"

View File

@ -8,7 +8,7 @@ CONFIG=/etc/pungi-prod/rocky-updates.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
LABEL="--production --label RC-8.9"
LABEL="--production --label RC-8.10"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL"
#COMPOSE_ID="Rocky-8-20210625.n.0"

View File

@ -10,12 +10,12 @@ lorax_options = [
]
image_name_format = {
"^BaseOS$": "{release_short}-8.9-{arch}-{disc_type}{disc_num}{suffix}",
"^Minimal$": "{release_short}-8.9-{arch}-minimal{suffix}",
".*": "{release_short}-8.9-{arch}-{disc_type}{disc_num}{suffix}",
"^BaseOS$": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}",
"^Minimal$": "{release_short}-8.10-{arch}-minimal{suffix}",
".*": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}",
}
image_volid_formats = [ '{release_short}-8.9-{arch}-{disc_type}', ]
image_volid_formats = [ '{release_short}-8.10-{arch}-{disc_type}', ]
buildinstall_skip = [
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$", {

View File

@ -5,4 +5,4 @@ createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.9']
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.10']

View File

@ -1,13 +1,13 @@
extra_isos = {
"BaseOS": [{
"include_variants": ["AppStream"],
"filename": "{release_short}-8.9-{arch}-{disc_type}{disc_num}{suffix}",
"filename": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}",
"skip_src": True,
"failable_arches": ['i386', 'i686']
}],
"Minimal": [{
"include_variants": ["BaseOS"],
"filename": "{release_short}-8.9-{arch}-minimal{suffix}",
"filename": "{release_short}-8.10-{arch}-minimal{suffix}",
"skip_src": True,
"failable_arches": ['i386', 'i686']
}]