Setup for F-36 branched

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2022-02-09 10:06:29 +00:00
commit 9d8263bb5e
5 changed files with 8 additions and 8 deletions

View file

@ -10,9 +10,9 @@ os_pretty_name = Fedora IoT
tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f35
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/35/Everything/%(arch)s/os/
release = f36
ref = %(os_name)s/devel/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/36/Everything/%(arch)s/os/
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
lorax_include_packages = fedora-productimg-iot
docker_os_name = fedora

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/stable/${basearch}/iot",
"ref": "fedora/devel/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"ref": "fedora/stable/${basearch}/iot",
"ref": "fedora/devel/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-35"],
"repos": ["fedora-36"],
"include": "fedora-iot-base.json"
}