set up for Fedora 30 development
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
1a52e36344
commit
7498d6cf8d
6 changed files with 13 additions and 13 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 = 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue