From cb835933e5750baaa547174107631936764cc2be Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:52:05 -0400 Subject: [PATCH] Clean up unused recipes --- .gitignore | 1 + recipes/arm64-test.yml | 10 ---------- recipes/jp-desktop-nvidia-bootc.yml | 14 -------------- recipes/jp-desktop.yml | 11 ----------- recipes/jp-laptop-bootc.yml | 25 ------------------------- recipes/jp-laptop-cosmic.yml | 15 --------------- recipes/jp-truenas.yml | 28 ---------------------------- recipes/rawhide-test.yml | 13 ------------- recipes/test.yml | 8 -------- 9 files changed, 1 insertion(+), 124 deletions(-) delete mode 100644 recipes/arm64-test.yml delete mode 100644 recipes/jp-desktop-nvidia-bootc.yml delete mode 100644 recipes/jp-desktop.yml delete mode 100644 recipes/jp-laptop-bootc.yml delete mode 100644 recipes/jp-laptop-cosmic.yml delete mode 100644 recipes/jp-truenas.yml delete mode 100644 recipes/rawhide-test.yml delete mode 100644 recipes/test.yml diff --git a/.gitignore b/.gitignore index 6b5e52b..11ad37c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ cosign.key /.env /Containerfile.* /compose.yml +/.bluebuild-scripts_* diff --git a/recipes/arm64-test.yml b/recipes/arm64-test.yml deleted file mode 100644 index 473f98d..0000000 --- a/recipes/arm64-test.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-test -base-image: quay.io/fedora/fedora-kinoite -image-version: 40 -alt_tags: - - arm64 -description: The image of Wunker OS for JP's Laptop. -modules: - - from-file: common/jp-packages.yml diff --git a/recipes/jp-desktop-nvidia-bootc.yml b/recipes/jp-desktop-nvidia-bootc.yml deleted file mode 100644 index ae24b86..0000000 --- a/recipes/jp-desktop-nvidia-bootc.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-desktop-nvidia -base-image: quay.io/fedora/fedora-kinoite -image-version: 41 -description: The bootc image of Wunker OS for JP's desktop gaming. -alt-tags: - - bootc -# stages: - # - from-file: common/helix.yml -modules: - - from-file: common/jp-desktop.yml - # - from-file: common/helix.yml - - from-file: common/post-build.yml diff --git a/recipes/jp-desktop.yml b/recipes/jp-desktop.yml deleted file mode 100644 index 9742693..0000000 --- a/recipes/jp-desktop.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-desktop -base-image: ghcr.io/ublue-os/bazzite -image-version: 41 -description: The image of Wunker OS for JP's desktop gaming. -stages: - - from-file: common/helix.yml -modules: - - from-file: common/jp-desktop.yml - - from-file: common/helix.yml diff --git a/recipes/jp-laptop-bootc.yml b/recipes/jp-laptop-bootc.yml deleted file mode 100644 index 1b1d4aa..0000000 --- a/recipes/jp-laptop-bootc.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-laptop -base-image: quay.io/fedora/fedora-kinoite -image-version: 41 -alt-tags: - - bootc -description: The image of Wunker OS for JP's Laptop. -# stages: - # - from-file: common/helix.yml - # - name: cosmic-comp - # from: rust - # modules: - # - type: cosmic - # source: local - # component: cosmic-comp - # debug: true -modules: - - from-file: common/jp-laptop.yml - # - from-file: common/helix.yml - # - type: copy - # from: cosmic-comp - # src: /out/cosmic-comp - # dest: /usr/bin/cosmic-comp - - from-file: common/post-build.yml diff --git a/recipes/jp-laptop-cosmic.yml b/recipes/jp-laptop-cosmic.yml deleted file mode 100644 index 07ba053..0000000 --- a/recipes/jp-laptop-cosmic.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-laptop-cosmic -base-image: ghcr.io/ublue-os/cosmic -image-version: 40 -description: The image of Wunker OS for JP's Laptop. -stages: - - from-file: common/helix.yml -modules: - - from-file: common/jp-laptop.yml - - type: dnf - install: - packages: - - steam - - from-file: common/helix.yml diff --git a/recipes/jp-truenas.yml b/recipes/jp-truenas.yml deleted file mode 100644 index c529748..0000000 --- a/recipes/jp-truenas.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-truenas -base-image: ghcr.io/ublue-os/base-main -image-version: 41 -description: The image of Wunker OS for JP's TrueNAS Server. -stages: - - from-file: common/helix.yml -modules: - - from-file: common/updates.yml - # - type: script - # scripts: - # - install-syncthing.sh - - type: dnf - install: - packages: - - syncthing - - type: systemd - user: - enabled: - - syncthing - - type: fonts - fonts: - nerd-fonts: - - JetBrainsMono - - NerdFontsSymbolsOnly - - from-file: common/dev-packages.yml - - from-file: common/helix.yml diff --git a/recipes/rawhide-test.yml b/recipes/rawhide-test.yml deleted file mode 100644 index f445c39..0000000 --- a/recipes/rawhide-test.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: jp-test -base-image: quay.io/fedora/fedora-kinoite -image-version: rawhide -alt-tags: - - rawhide -description: The image of Wunker OS for JP's Laptop. -modules: - - type: dnf - install: - packages: - - bat diff --git a/recipes/test.yml b/recipes/test.yml deleted file mode 100644 index c294f1f..0000000 --- a/recipes/test.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json -name: test -base-image: ghcr.io/ublue-os/aurora-dx -image-version: 41 -description: The image of Wunker OS for JP's desktop gaming. -modules: [] -