From e89c5542ea5e41041df5cf8fb5f70c4c7638b7b8 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 17 Sep 2024 13:56:47 -0400 Subject: [PATCH] Move automatic updates by default from tier-0 to tier-1 tier-1 is more opinionated and automatic updates by default is definitely a very strong opinion. This makes it easier to inherit from tier-0 without having to undo that knob if it's not desirable. Prep for !48. --- tier-0/manifest.yaml | 1 - {tier-0 => tier-1}/autoupdates.yaml | 0 tier-1/manifest.yaml | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename {tier-0 => tier-1}/autoupdates.yaml (100%) diff --git a/tier-0/manifest.yaml b/tier-0/manifest.yaml index c21c077..46b6277 100644 --- a/tier-0/manifest.yaml +++ b/tier-0/manifest.yaml @@ -50,7 +50,6 @@ include: - bootupd.yaml - ostree.yaml - initramfs.yaml - - autoupdates.yaml - basic-fixes.yaml packages: diff --git a/tier-0/autoupdates.yaml b/tier-1/autoupdates.yaml similarity index 100% rename from tier-0/autoupdates.yaml rename to tier-1/autoupdates.yaml diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index 420ff54..665cc13 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -3,6 +3,7 @@ recommends: true include: - ../tier-0/manifest.yaml + - autoupdates.yaml - bootable-rpm-ostree.yaml - podman.yaml - firmware.yaml