initial f29 config

This commit is contained in:
Peter Robinson 2018-05-27 01:18:40 +01:00
commit 6d1c943aa3
6 changed files with 27 additions and 27 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 = f28
release = f29
ref = %(os_name)s/%(release)s/%(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

View file

@ -1,34 +1,34 @@
[fedora-28]
name=Fedora 28 - $basearch
[fedora-29]
name=Fedora 29 - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/28/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-28&arch=$basearch
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-29&arch=$basearch
enabled=1
#metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-$basearch
skip_if_unavailable=False
[fedora-28-updates]
name=Fedora 28 - $basearch - Updates
[fedora-29-updates]
name=Fedora 29 - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/28/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f28&arch=$basearch
enabled=1
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/29/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f29&arch=$basearch
enabled=0
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-$basearch
skip_if_unavailable=False
[fedora-28-updates-testing]
name=Fedora 28 - $basearch - Test Updates
[fedora-29-updates-testing]
name=Fedora 29 - $basearch - Test Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/28/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f28&arch=$basearch
enabled=1
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/29/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f29&arch=$basearch
enabled=0
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-$basearch
skip_if_unavailable=False

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/28/${basearch}/iot",
"ref": "fedora/29/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],
@ -8,8 +8,8 @@
"documentation": false,
"automatic_version_prefix": "28",
"mutate-os-release": "28",
"automatic_version_prefix": "29",
"mutate-os-release": "29",
"initramfs-args": ["--no-hostonly"],
"boot_location": "new",
@ -111,10 +111,10 @@
"packages-aarch64": ["grub2-efi", "ostree-grub2",
"efibootmgr", "shim", "atomic-devmode",
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware"],
"uboot-tools", "uboot-images-armv8", "bcm293x-firmware"],
"packages-armhfp": ["extlinux-bootloader",
"uboot-tools", "uboot-images-armv7", "bcm283x-firmware"],
"uboot-tools", "uboot-images-armv7", "bcm293x-firmware"],
"packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",
"efibootmgr", "shim", "atomic-devmode",

View file

@ -1,5 +1,5 @@
"ref": "fedora/28/${basearch}/updates/iot",
"ref": "fedora/29/${basearch}/updates/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/28/${basearch}/testing/iot",
"ref": "fedora/29/${basearch}/testing/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

@ -1,6 +1,6 @@
{
"ref": "fedora/28/${basearch}/iot",
"ref": "fedora/29/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-28", "fedora-28-updates"],
"repos": ["fedora-29"],
"include": "fedora-iot-base.json"
}