From 88df205fd33094553bda26b836462cf62a3bde5b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 9 Feb 2022 10:18:58 +0000 Subject: [PATCH] IoT: Update rawhide for F-37 Signed-off-by: Peter Robinson --- config.ini | 2 +- fedora-36.repo => fedora-37.repo | 10 +++++----- fedora-iot-base.json | 4 ++-- fedora-iot-updates-stable.json | 2 +- fedora-iot.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) rename fedora-36.repo => fedora-37.repo (61%) diff --git a/config.ini b/config.ini index d16b945..a2f3084 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 = f36 +release = f37 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-36.repo b/fedora-37.repo similarity index 61% rename from fedora-36.repo rename to fedora-37.repo index 51639ff..9cbd5a6 100644 --- a/fedora-36.repo +++ b/fedora-37.repo @@ -1,12 +1,12 @@ -[fedora-36] -name=Fedora 36 - $basearch +[fedora-37] +name=Fedora 37 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/36/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/37/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-37&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=0 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-36-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-37-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 58e25d9..d50af30 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "36", - "mutate-os-release": "36", + "automatic_version_prefix": "37", + "mutate-os-release": "37", "initramfs-args": ["--no-hostonly", "--add", "ignition watchdog"], diff --git a/fedora-iot-updates-stable.json b/fedora-iot-updates-stable.json index 1bacd21..a3fb5ed 100644 --- a/fedora-iot-updates-stable.json +++ b/fedora-iot-updates-stable.json @@ -1,5 +1,5 @@ - "ref": "fedora/devel/${basearch}/updates/iot", + "ref": "fedora/rawhide/${basearch}/updates/iot", "ex-jigdo-spec": "fedora-iot.spec", "include": "fedora-iot-base.json" } diff --git a/fedora-iot.json b/fedora-iot.json index df9035d..be6b73b 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-36"], + "repos": ["fedora-37"], "include": "fedora-iot-base.json" }