diff --git a/config.ini b/config.ini index 3a0c11e..28aca89 100644 --- a/config.ini +++ b/config.ini @@ -10,7 +10,7 @@ os_pretty_name = Fedora IoT tree_name = docker-host tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 -release = f30 +release = f31 ref = %(os_name)s/devel/%(arch)s/%(tree_name)s yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/ # lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides diff --git a/fedora-30.repo b/fedora-31.repo similarity index 61% rename from fedora-30.repo rename to fedora-31.repo index 5d6de44..d3d6e07 100644 --- a/fedora-30.repo +++ b/fedora-31.repo @@ -1,12 +1,12 @@ -[fedora-30] -name=Fedora 30 - $basearch +[fedora-31] +name=Fedora 31 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/30/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-30&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/31/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-31&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=0 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index de35d47..456f6a8 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "30", - "mutate-os-release": "30", + "automatic_version_prefix": "31", + "mutate-os-release": "31", "initramfs-args": ["--no-hostonly"], "boot_location": "new", diff --git a/fedora-iot.json b/fedora-iot.json index c2fd98b..a6d63d8 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -1,6 +1,6 @@ { "ref": "fedora/devel/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", - "repos": ["fedora-30"], + "repos": ["fedora-31"], "include": "fedora-iot-base.json" }