diff --git a/memory/MEMORY.md b/memory/MEMORY.md index c5220da..bfbd7d7 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -10,5 +10,4 @@ - [Drone sqlite log extraction](drone-sqlite-log-extraction.md) — copy /data/database.sqlite from drone container, query builds→stages→steps→logs for full step output - [plausible upgrade-base trap](plausible-upgrade-base-trap.md) — RESOLVED: PR#3 GREEN L4; lessons: check harness base version pre-!testme; backupbot v2 label syntax; TinyLog not FREEZEable; BEAM exit-0 needs restart_policy any - [Swarm UpdateStatus convergence gotchas](swarm-updatestatus-convergence-gotchas.md) — N/N is not converged mid stop-first update; paused flag persists forever; only updating/rollback_started are active -- [drone phase P0 host deploy](drone-phase-p0-host-deploy.md) — orchestrator must nixos-rebuild cc-ci host (/etc/timezone, commit 3bde76f) before phase `drone` can run gitea - [Weekly upgrade queued after phases](weekly-upgrade-queued-after-phases.md) — 06-12 cron skipped; auto-runs /upgrade-all when phase queue (drone) finishes; don'\''t systemctl start the timer diff --git a/memory/drone-phase-p0-host-deploy.md b/memory/drone-phase-p0-host-deploy.md deleted file mode 100644 index 25a9d9a..0000000 --- a/memory/drone-phase-p0-host-deploy.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: drone-phase-p0-host-deploy -description: "Phase `drone` P0 — orchestrator must deploy /etc/timezone host fix (nixos-rebuild on cc-ci) before gitea/drone work can run" -metadata: - node_type: memory - type: project - originSessionId: 85355980-5e4f-4f90-b1ca-d0e4fe82f04b ---- - -When the cc-ci phase queue reaches phase `drone` (or STATUS-drone.md says BLOCKED on P0), -the ORCHESTRATOR must deploy the committed host fix: cc-ci repo commit `3bde76f` adds -`environment.etc."timezone" = "UTC\n"` to `nix/hosts/cc-ci/configuration.nix`. Deploy = -sync `/root/cc-ci` on the CI host (operator-synced non-git copy, STALE re this commit) -with the current repo state, then `nixos-rebuild switch --flake /root/cc-ci#cc-ci` (ssh -alias `cc-ci`, root). Verify `test -f /etc/timezone` (content `UTC`). Do it at a quiet -CI moment (rebuild may restart services). Loops must NOT do host changes themselves — -plan: cc-ci-plan/plan-phase-drone-enroll.md §0. Queued 2026-06-11; phases before it: -bsky → dstamp → mailu → kuma.