diff --git a/config.ini b/config.ini index bcf221a..39c41a0 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 = f29 +release = f30 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-29.repo b/fedora-30.repo similarity index 61% rename from fedora-29.repo rename to fedora-30.repo index f1343dc..5d6de44 100644 --- a/fedora-29.repo +++ b/fedora-30.repo @@ -1,12 +1,12 @@ -[fedora-29] -name=Fedora 29 - $basearch +[fedora-30] +name=Fedora 30 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-29&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/30/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-30&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=0 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index e75f6f3..ff7a729 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -1,5 +1,5 @@ { - "ref": "fedora/29/${basearch}/iot", + "ref": "fedora/30/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", "repos": [], @@ -8,8 +8,8 @@ "documentation": false, - "automatic_version_prefix": "29", - "mutate-os-release": "29", + "automatic_version_prefix": "30", + "mutate-os-release": "30", "initramfs-args": ["--no-hostonly"], "boot_location": "new", diff --git a/fedora-iot-updates-stable.json b/fedora-iot-updates-stable.json index c954c21..ed4b841 100644 --- a/fedora-iot-updates-stable.json +++ b/fedora-iot-updates-stable.json @@ -1,5 +1,5 @@ - "ref": "fedora/29/${basearch}/updates/iot", + "ref": "fedora/30/${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 6e49a20..942a0b3 100644 --- a/fedora-iot-updates-testing.json +++ b/fedora-iot-updates-testing.json @@ -1,5 +1,5 @@ { - "ref": "fedora/29/${basearch}/testing/iot", + "ref": "fedora/30/${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 2ce09e3..49f6b04 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -1,6 +1,6 @@ { - "ref": "fedora/29/${basearch}/iot", + "ref": "fedora/30/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", - "repos": ["fedora-29"], + "repos": ["fedora-30"], "include": "fedora-iot-base.json" }