diff --git a/cloud-nightly.sh b/cloud-nightly.sh index a6a75e5..b0ec955 100755 --- a/cloud-nightly.sh +++ b/cloud-nightly.sh @@ -13,9 +13,9 @@ DEST=$(pwd) DATE=$(date "+%Y%m%d") # the Pungi 'shortname', which we will include in fedmsgs for disambiguation SHORT="Fedora-Cloud" -RELEASE="29" -RELEASE_TITLE="29" -COMPSFILE="comps-f29.xml" +RELEASE="31" +RELEASE_TITLE="31" +COMPSFILE="comps-f31.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" FROM="Fedora Branched Report " diff --git a/container-nightly.sh b/container-nightly.sh index a850a76..0caa26c 100755 --- a/container-nightly.sh +++ b/container-nightly.sh @@ -12,9 +12,9 @@ DEST=$(pwd) DATE=$(date "+%Y%m%d") # the Pungi 'shortname', which we will include in fedmsgs for disambiguation SHORT="Fedora-Docker" -RELEASE="29" -RELEASE_TITLE="29" -COMPSFILE="comps-f29.xml" +RELEASE="31" +RELEASE_TITLE="31" +COMPSFILE="comps-f31.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" FROM="Fedora Branched Report " diff --git a/fedora-cloud.conf b/fedora-cloud.conf index f498d7f..68db246 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -1,7 +1,7 @@ # PRODUCT INFO release_name = 'Fedora-Cloud' release_short = 'Fedora-Cloud' -release_version = '29' +release_version = '31' release_is_layered = False skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"] # GENERAL SETTINGS @@ -10,11 +10,11 @@ comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': 'master', - 'file': 'comps-f29.xml', - 'command': 'make comps-f29.xml' + 'file': 'comps-f31.xml', + 'command': 'make comps-f31.xml' } variants_file='variants-fedora.xml' -sigkeys = ['429476B4'] # None = unsigned +sigkeys = ['3C3359C4'] # None = unsigned # limit tree architectures # if undefined, all architectures from variants.xml will be included tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64'] @@ -26,10 +26,10 @@ hashed_directories = True runroot = True #runroot_channel = 'fedora_compose' runroot_channel = 'compose' -runroot_tag = 'f29-build' +runroot_tag = 'f31-build' # PKGSET pkgset_source = 'koji' # koji, repos -pkgset_koji_tag = 'f29-updates' +pkgset_koji_tag = 'f31-updates' pkgset_koji_inherit = True filter_system_release_packages = False # GATHER @@ -213,19 +213,19 @@ image_build = { 'image-build': { 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')], 'name': 'Fedora-Cloud-Base', - 'target': 'f29', - 'version': '29', + 'target': 'f31', + 'version': '31', 'release': None, - 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f29', + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f31', 'kickstart': 'fedora-cloud-base.ks', 'distro': 'Fedora-22', 'disk_size': 4, 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'repo': [ - 'https://kojipkgs.fedoraproject.org/compose/updates/f29-updates/compose/Everything/$arch/os/' - 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/updates/f31-updates/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/' ], - 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/', + 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/', 'subvariant': 'Cloud_Base' } }, @@ -233,19 +233,19 @@ image_build = { 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] 'name': 'Fedora-Cloud-Base-Vagrant', - 'target': 'f29', - 'version': '29', + 'target': 'f31', + 'version': '31', 'release': None, - 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f29', + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f31', 'kickstart': 'fedora-cloud-base-vagrant.ks', 'distro': 'Fedora-22', 'disk_size': 40, 'arches': ['x86_64'], 'repo': [ - 'https://kojipkgs.fedoraproject.org/compose/updates/f29-updates/compose/Everything/$arch/os/' - 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/updates/f31-updates/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/' ], - 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/', + 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/', 'subvariant': 'Cloud_Base', } }, diff --git a/fedora-container.conf b/fedora-container.conf index 95ad16b..b100e23 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -1,7 +1,7 @@ # PRODUCT INFO release_name = 'Fedora-Container' release_short = 'Fedora-Container' -release_version = '29' +release_version = '31' release_is_layered = False skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"] # GENERAL SETTINGS @@ -10,11 +10,11 @@ comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': 'master', - 'file': 'comps-f29.xml', - 'command': 'make comps-f29.xml' + 'file': 'comps-f31.xml', + 'command': 'make comps-f31.xml' } variants_file='variants-fedora.xml' -sigkeys = ['429476B4'] # None = unsigned +sigkeys = ['3C3359C4'] # None = unsigned # limit tree architectures # if undefined, all architectures from variants.xml will be included tree_arches = ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'] @@ -26,10 +26,10 @@ hashed_directories = True runroot = True #runroot_channel = 'fedora_compose' runroot_channel = 'compose' -runroot_tag = 'f29-build' +runroot_tag = 'f31-build' # PKGSET pkgset_source = 'koji' # koji, repos -pkgset_koji_tag = 'f29-updates' +pkgset_koji_tag = 'f31-updates' pkgset_koji_inherit = True filter_system_release_packages = False # GATHER @@ -209,10 +209,10 @@ translate_paths = [ ] # These will be inherited by live_media, live_images and image_build -global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f29' +global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f31' global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' -global_version = '29' -global_target = 'f29' +global_version = '31' +global_target = 'f31' image_build = { '^Container$': [ @@ -224,18 +224,19 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 5, 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], - 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/', + 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/', 'repo': [ - 'https://kojipkgs.fedoraproject.org/compose/updates/f29-updates/compose/Everything/$arch/os/' - 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/updates/f31-updates/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/' ], - 'subvariant': 'Container_Base' + 'subvariant': 'Container_Base', + 'failable': ['armhfp'] }, 'factory-parameters': { 'dockerversion': "1.10.1", 'docker_cmd': '[ "/bin/bash" ]', - 'docker_env': '[ "DISTTAG=f29container", "FGC=f29", "container=oci" ]', - 'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "29"}', + 'docker_env': '[ "DISTTAG=f31container", "FGC=f31", "container=oci" ]', + 'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "31"}', }, }, { @@ -246,18 +247,19 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 5, 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], - 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/', + 'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/', 'repo': [ - 'https://kojipkgs.fedoraproject.org/compose/updates/f29-updates/compose/Everything/$arch/os/' - 'https://kojipkgs.fedoraproject.org/compose/29/latest-Fedora-29/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/updates/f31-updates/compose/Everything/$arch/os/' + 'https://kojipkgs.fedoraproject.org/compose/31/latest-Fedora-31/compose/Everything/$arch/os/' ], 'subvariant': 'Container_Minimal_Base', + 'failable': ['armhfp'] }, 'factory-parameters': { 'dockerversion': "1.10.1", 'docker_cmd': '[ "/bin/bash" ]', - 'docker_env': '[ "DISTTAG=f29container", "FGC=f29", "container=oci" ]', - 'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "29"}', + 'docker_env': '[ "DISTTAG=f31container", "FGC=f31", "container=oci" ]', + 'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "31"}', }, } ],