aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-31 14:46:21 -0600
committerCraig Jennings <c@cjennings.net>2026-01-31 14:46:21 -0600
commitd32546a050e08c666ec54cd422bd8a79d66e81c3 (patch)
tree41b434e6014ccbaa47b96588e58258e7907a1d8d /Makefile
parent864e061b817134f9c363410045088721461f46f9 (diff)
downloadarchangel-d32546a050e08c666ec54cd422bd8a79d66e81c3.tar.gz
archangel-d32546a050e08c666ec54cd422bd8a79d66e81c3.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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