From 6d1c943aa31f073bb5362f7e557a6511d35c6445 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 27 May 2018 01:18:40 +0100 Subject: [PATCH] initial f29 config --- config.ini | 2 +- fedora-28.repo => fedora-29.repo | 34 ++++++++++++++++---------------- fedora-iot-base.json | 10 +++++----- fedora-iot-updates-stable.json | 2 +- fedora-iot-updates-testing.json | 2 +- fedora-iot.json | 4 ++-- 6 files changed, 27 insertions(+), 27 deletions(-) rename fedora-28.repo => fedora-29.repo (56%) diff --git a/config.ini b/config.ini index 8b2941a..bcf221a 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 = 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 diff --git a/fedora-28.repo b/fedora-29.repo similarity index 56% rename from fedora-28.repo rename to fedora-29.repo index 03077f8..62ccffc 100644 --- a/fedora-28.repo +++ b/fedora-29.repo @@ -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 diff --git a/fedora-iot-base.json b/fedora-iot-base.json index b62cca3..d9a5697 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -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", diff --git a/fedora-iot-updates-stable.json b/fedora-iot-updates-stable.json index 9fdc273..c954c21 100644 --- a/fedora-iot-updates-stable.json +++ b/fedora-iot-updates-stable.json @@ -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" } diff --git a/fedora-iot-updates-testing.json b/fedora-iot-updates-testing.json index eaa9d91..6e49a20 100644 --- a/fedora-iot-updates-testing.json +++ b/fedora-iot-updates-testing.json @@ -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" } diff --git a/fedora-iot.json b/fedora-iot.json index e0cd83c..2ce09e3 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -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" }