diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 14:46:21 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 14:46:21 -0600 |
| commit | 9835f35db6bd748ed79a35216cddd786df211a59 (patch) | |
| tree | 41b434e6014ccbaa47b96588e58258e7907a1d8d /Makefile | |
| parent | 8b564fd1b8be7be2ad8048b8259023c716f16542 (diff) | |
| download | archangel-9835f35db6bd748ed79a35216cddd786df211a59.tar.gz archangel-9835f35db6bd748ed79a35216cddd786df211a59.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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
