Setup for F-38 branched

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2023-02-10 11:19:08 -05:00
commit e86ca679ed
6 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f38
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
ref = %(os_name)s/devel/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/38/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/rawhide/${basearch}/iot",
"ref": "fedora/devel/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],

View file

@ -1,5 +1,5 @@
"ref": "fedora/rawhide/${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/rawhide/${basearch}/testing/iot",
"ref": "fedora/devel/${basearch}/testing/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

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