Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
dba074c07d Move F-37 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-11-16 12:38:29 +00:00
0655fcbce7 Set tmp-is-dir = True
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-08-29 11:32:07 +01:00
1c8140a963 Setup for F-37 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-08-13 14:57:47 +01:00
5 changed files with 8 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 = f37
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/stable/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/releases/37/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,11 +1,13 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],
"selinux": true,
"tmp-is-dir": true,
"recommends": false,
"documentation": false,

View file

@ -1,5 +1,5 @@
"ref": "fedora/rawhide/${basearch}/updates/iot",
"ref": "fedora/stable/${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/stable/${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/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-37"],
"include": "fedora-iot-base.json"