Compare commits

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

7 commits

Author SHA1 Message Date
Paul Whalen
461f6e4d7d Enable fedora-iot-config-remote-fix.service
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2024-02-26 12:49:23 -05:00
Paul Whalen
b0e7f3ad67 Revert "Add fedora-iot-config to packages"
This reverts commit 00fe16217a.

Due to issues with adding the fedora-iot-config.
2024-02-07 10:50:53 -05:00
Paul Whalen
00fe16217a Add fedora-iot-config to packages
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2024-02-05 12:17:39 -05:00
8d9d549e35 Enable IMA signatures
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-11-08 16:30:25 +00:00
Paul Whalen
a6ea673e7f Update F39 for GA
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2023-11-01 12:23:34 -04:00
5db8e68e14 Add criu-libs as criu doesn't pull it in
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-10-25 16:40:44 +01:00
Paul Whalen
9a1ecc205c Setup for F-39 branched
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2023-08-14 13:57:25 -04:00
5 changed files with 10 additions and 7 deletions

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f39
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/39/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,
"ima": true,
"tmp-is-dir": true,
"recommends": false,
@ -90,7 +92,7 @@
"containernetworking-plugins",
"coreutils",
"cracklib-dicts",
"criu",
"criu", "criu-libs",
"cryptsetup",
"curl",
"dbus-parsec",
@ -186,6 +188,7 @@
"default_target": "multi-user.target",
"units": ["NetworkManager.service",
"fedora-iot-config-remote-fix.service",
"firewalld.service",
"sshd.service",
"greenboot-grub2-set-counter.service",

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-39"],
"include": "fedora-iot-base.json"