From 45702cc13c38af18d0f30c4447ab0653276cc312 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:05:55 -0500 Subject: [PATCH] Use clenup feature for repos --- recipes/common/dev-packages-bootc.yml | 1 + recipes/common/jp-laptop-bootc.yml | 1 + recipes/common/jp-packages-bootc.yml | 1 + recipes/jp-laptop-bootc.yml | 15 --------------- 4 files changed, 3 insertions(+), 15 deletions(-) diff --git a/recipes/common/dev-packages-bootc.yml b/recipes/common/dev-packages-bootc.yml index 5aadd5c..b8bc92c 100644 --- a/recipes/common/dev-packages-bootc.yml +++ b/recipes/common/dev-packages-bootc.yml @@ -5,6 +5,7 @@ modules: # source: local source: ghcr.io/blue-build/modules/dnf:dnf-module repos: + cleanup: true files: - kubectl.repo - google-cloud-sdk.repo diff --git a/recipes/common/jp-laptop-bootc.yml b/recipes/common/jp-laptop-bootc.yml index 5480059..84e8b67 100644 --- a/recipes/common/jp-laptop-bootc.yml +++ b/recipes/common/jp-laptop-bootc.yml @@ -5,6 +5,7 @@ modules: - type: dnf source: ghcr.io/blue-build/modules/dnf:dnf-module repos: + cleanup: true copr: - ryanabx/cosmic-epoch install: diff --git a/recipes/common/jp-packages-bootc.yml b/recipes/common/jp-packages-bootc.yml index 823f3bb..1f9ea6a 100644 --- a/recipes/common/jp-packages-bootc.yml +++ b/recipes/common/jp-packages-bootc.yml @@ -6,6 +6,7 @@ modules: optfix: - brave.com repos: + cleanup: true files: - https://pkgs.tailscale.com/stable/fedora/tailscale.repo - https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo diff --git a/recipes/jp-laptop-bootc.yml b/recipes/jp-laptop-bootc.yml index 7b733e4..91453dc 100644 --- a/recipes/jp-laptop-bootc.yml +++ b/recipes/jp-laptop-bootc.yml @@ -22,19 +22,4 @@ modules: # from: cosmic-comp # src: /out/cosmic-comp # dest: /usr/bin/cosmic-comp - - type: dnf - source: ghcr.io/blue-build/modules/dnf:dnf-module - repos: - files: - remove: - - brave-browser - - tailscale-stable - - fedora-multimedia - - earthly-stable - - docker-ce-stable - - gh-cli - - google-cloud-cli - copr: - disable: - - ryanabx/cosmic-epoch - from-file: common/post-build.yml