From d32546a050e08c666ec54cd422bd8a79d66e81c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 31 Jan 2026 14:46:21 -0600 Subject: refactor: rename archzfs to archangel, simplify build-release - Standardize naming: VM names, hostname, passwords, ISO naming - Remove USB, Ventoy, and local deployment from build-release - Add snapper package and Btrfs validation tests to sanity-test - Update README for dual ZFS/Btrfs architecture - Delete obsolete SESSION-CONTEXT.md and download-archzfs-iso.sh --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08eb282..6b9ff36 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,11 @@ release: test test-install @echo "==> Deploying ISO..." @# Move old ISOs to archive @mkdir -p archive - @mv -f archzfs-*.iso archive/ 2>/dev/null || true + @mv -f archangel-*.iso archive/ 2>/dev/null || true @# Copy new ISO to project root - @cp out/archzfs-*.iso . + @cp out/archangel-*.iso . @echo "==> Release complete:" - @ls -lh archzfs-*.iso + @ls -lh archangel-*.iso # Clean build artifacts clean: @@ -56,4 +56,4 @@ clean: # Clean everything including releases distclean: clean rm -rf archive - rm -f archzfs-*.iso + rm -f archangel-*.iso -- cgit v1.2.3