diff --git a/config.ini b/config.ini index 3d79dfc..c437a00 100644 --- a/config.ini +++ b/config.ini @@ -10,9 +10,9 @@ os_pretty_name = Fedora IoT tree_name = docker-host tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 -release = f33 +release = f34 ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s -yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/ +yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/ # lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides lorax_include_packages = fedora-productimg-iot docker_os_name = fedora diff --git a/fedora-32.repo b/fedora-34.repo similarity index 61% rename from fedora-32.repo rename to fedora-34.repo index 5d5c0a0..64b8944 100644 --- a/fedora-32.repo +++ b/fedora-34.repo @@ -1,12 +1,12 @@ -[fedora-33] -name=Fedora 33 - $basearch +[fedora-34] +name=Fedora 34 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-33&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=1 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-33-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index bd18a09..9248564 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "33", - "mutate-os-release": "33", + "automatic_version_prefix": "34", + "mutate-os-release": "34", "initramfs-args": ["--no-hostonly", "--add", "ignition"], diff --git a/fedora-iot.json b/fedora-iot.json index 3892dcc..4f3cf35 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -1,6 +1,6 @@ { "ref": "fedora/rawhide/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", - "repos": ["fedora-33"], + "repos": ["fedora-34"], "include": "fedora-iot-base.json" }