IoT: Update rawhide for F-33
This commit is contained in:
parent
96d279458f
commit
589a19b279
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue