Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dba074c07d | |||
| 0655fcbce7 | |||
| 1c8140a963 |
5 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue