clean up rig

This commit is contained in:
2026-09-16 14:21:21 -03:00
parent c3fe4422f2
commit 3e864aa919
6 changed files with 2 additions and 650 deletions

View File

@@ -5,7 +5,6 @@
# bash file, and that file holds the variants:
#
# make cluster up -> ctrl/cluster.sh up
# make newbox destroy -> ctrl/newbox.sh destroy
#
# Config layers, weakest first: ctrl/versions.env (pinned toolchain) <
# ctrl/env.d/<profile>.env (cluster shape) < ctrl/.env (local, gitignored) <
@@ -52,7 +51,7 @@ $(eval $(ARGS):;@:)
endif
.PHONY: help setup check selftest mem deps deps-image pins cluster registry addons ports \
newbox dockerhost docs tilt \
docs tilt \
kind-up kind-down kind-reset tilt-up tilt-down
help: ## list targets
@@ -60,7 +59,7 @@ help: ## list targets
# ── setup ──────────────────────────────────────────────────────────────────
setup: ## prepare this machine [core] [--share-docker] [--cluster]
setup: ## prepare this machine [core] [--cluster]
bash ctrl/setup.sh $(ARGS)
check: ## is this machine ready? reports, never fixes
@@ -100,14 +99,6 @@ addons: ## profile addons [install|list] (default
ports: ## this environment's port block [show|persist]
bash ctrl/ports.sh $(or $(ARGS),show)
# ── host ───────────────────────────────────────────────────────────────────
newbox: ## throwaway environment [create|status|shell|destroy]
bash ctrl/newbox.sh $(or $(ARGS),status)
dockerhost: ## share Docker between distros [status|share|unshare]
$(if $(filter share unshare,$(ARGS)),sudo ,)bash ctrl/dockerhost.sh $(or $(ARGS),status)
# ── docs + dev loop ────────────────────────────────────────────────────────
docs: ## documentation [serve|graphs] (default serve)