IoT: Update rawhide for F-41

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-02-13 13:06:27 -05:00
commit efa4770938
4 changed files with 9 additions and 9 deletions

View file

@ -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 = f40
release = f41
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

View file

@ -1,12 +1,12 @@
[fedora-40]
name=Fedora 40 - $basearch
[fedora-41]
name=Fedora 41 - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/40/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-40&arch=$basearch
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/41/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-41&arch=$basearch
enabled=1
#metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-40-$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-41-$basearch
skip_if_unavailable=False

View file

@ -5,8 +5,8 @@ ima: true
tmp-is-dir: true
recommends: false
documentation: false
automatic_version_prefix: '40'
mutate-os-release: '40'
automatic_version_prefix: '41'
mutate-os-release: '41'
initramfs-args:
- "--no-hostonly"
- "--add"

View file

@ -1,4 +1,4 @@
include: fedora-iot-base.yaml
ref: fedora/rawhide/${basearch}/iot
repos:
- fedora-40
- fedora-41