diff --git a/config.ini b/config.ini index 18ba958..3d79dfc 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 = f32 +release = f33 ref = %(os_name)s/rawhide/%(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-32.repo b/fedora-32.repo index 551d24d..5d5c0a0 100644 --- a/fedora-32.repo +++ b/fedora-32.repo @@ -1,12 +1,12 @@ -[fedora-32] -name=Fedora 32 - $basearch +[fedora-33] +name=Fedora 33 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-32&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-33&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=1 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-32-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-33-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 8c46481..dd676c9 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "32", - "mutate-os-release": "32", + "automatic_version_prefix": "33", + "mutate-os-release": "33", "initramfs-args": ["--no-hostonly", "--add", "ignition"], diff --git a/fedora-iot.json b/fedora-iot.json index f19b166..3892dcc 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-32"], + "repos": ["fedora-33"], "include": "fedora-iot-base.json" }