From 91e80aecf0971f20b83496e3b77d78543eaf4079 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 10 2023 15:52:28 +0000 Subject: IoT: Update rawhide for F-39 Signed-off-by: Paul Whalen --- diff --git a/config.ini b/config.ini index cc2f879..7032043 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 = f38 +release = f39 ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s 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 diff --git a/fedora-37.repo b/fedora-37.repo deleted file mode 100644 index ae158a8..0000000 --- a/fedora-37.repo +++ /dev/null @@ -1,12 +0,0 @@ -[fedora-38] -name=Fedora 38 - $basearch -failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/38/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-38&arch=$basearch -enabled=1 -#metadata_expire=7d -repo_gpgcheck=0 -type=rpm -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-38-$basearch -skip_if_unavailable=False diff --git a/fedora-39.repo b/fedora-39.repo new file mode 100644 index 0000000..739626d --- /dev/null +++ b/fedora-39.repo @@ -0,0 +1,12 @@ +[fedora-39] +name=Fedora 39 - $basearch +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/39/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-39&arch=$basearch +enabled=1 +#metadata_expire=7d +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-39-$basearch +skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index eaedd75..cbb4c49 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -12,8 +12,8 @@ "documentation": false, - "automatic_version_prefix": "38", - "mutate-os-release": "38", + "automatic_version_prefix": "39", + "mutate-os-release": "39", "initramfs-args": ["--no-hostonly", "--add", "ignition watchdog"], diff --git a/fedora-iot.json b/fedora-iot.json index 31c9ec4..7e8c051 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-38"], + "repos": ["fedora-39"], "include": "fedora-iot-base.json" }