From f22dd5b0854043e96f21e4d4a145df953bf83076 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 13 Aug 2022 15:02:37 +0100 Subject: [PATCH] IoT: Update rawhide for F-38 Signed-off-by: Peter Robinson --- config.ini | 2 +- fedora-37.repo | 10 +++++----- fedora-iot-base.json | 4 ++-- fedora-iot.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.ini b/config.ini index a2f3084..cc2f879 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 = f37 +release = f38 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 index 9cbd5a6..ae158a8 100644 --- a/fedora-37.repo +++ b/fedora-37.repo @@ -1,12 +1,12 @@ -[fedora-37] -name=Fedora 37 - $basearch +[fedora-38] +name=Fedora 38 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/37/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-37&arch=$basearch +#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-37-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-38-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index f7ef3b2..18eec22 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "37", - "mutate-os-release": "37", + "automatic_version_prefix": "38", + "mutate-os-release": "38", "initramfs-args": ["--no-hostonly", "--add", "ignition watchdog"], diff --git a/fedora-iot.json b/fedora-iot.json index be6b73b..31c9ec4 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-37"], + "repos": ["fedora-38"], "include": "fedora-iot-base.json" }