summaryrefslogtreecommitdiff
path: root/prompts/skills/pkgrepo/references
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-03 20:53:09 +0300
committerPaul Buetow <paul@buetow.org>2026-07-03 20:53:09 +0300
commit05e78ceccdf55dbc06ff26e7bfdfb9e2105a67b5 (patch)
tree175f9bfa2cb38f0f6945d300063264a0605531fc /prompts/skills/pkgrepo/references
parente7b70bca2aa5ded509ae20ebea565c48b456ad0e (diff)
sync skills: drop Rocky->NetBSD migration narrative from pi0/pi1 docs
Trims dates, "reinstalled"/"converted"/"validated twice" framing, and forward-looking "next conversion" language from the f3s/pkgrepo skill docs. Keeps only current-state reference material: pi0 and pi1 run NetBSD, and how their services (WireGuard, bozohttpd, uptimed, npf, content sync, goprecords) are installed and configured. bootstrap-netbsd-pi.md is reframed from a migration runbook into a plain service-reference doc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'prompts/skills/pkgrepo/references')
-rw-r--r--prompts/skills/pkgrepo/references/client-setup.md2
-rw-r--r--prompts/skills/pkgrepo/references/dtail-package.md6
-rw-r--r--prompts/skills/pkgrepo/references/packaging-workflow.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/prompts/skills/pkgrepo/references/client-setup.md b/prompts/skills/pkgrepo/references/client-setup.md
index 67850ab..1a56512 100644
--- a/prompts/skills/pkgrepo/references/client-setup.md
+++ b/prompts/skills/pkgrepo/references/client-setup.md
@@ -85,7 +85,7 @@ OpenBSD packages are signed with `signify(1)` via `pkg_sign`:
## Rocky Linux (r0–r2, pi2–pi3)
-`pi0`/`pi1` were reinstalled to NetBSD (see `f3s` skill's `bootstrap-netbsd-pi.md`) and are no longer Rocky clients of this repo.
+`pi0`/`pi1` run NetBSD (see `f3s` skill's `bootstrap-netbsd-pi.md`) and are not Rocky clients of this repo.
Architecture-specific repo URLs:
- `https://pkgrepo.f3s.buetow.org/rockylinux/9/x86_64/` (r0–r2)
diff --git a/prompts/skills/pkgrepo/references/dtail-package.md b/prompts/skills/pkgrepo/references/dtail-package.md
index 788319a..468724d 100644
--- a/prompts/skills/pkgrepo/references/dtail-package.md
+++ b/prompts/skills/pkgrepo/references/dtail-package.md
@@ -35,7 +35,7 @@ make dtail-rocky # Rocky Linux: x86_64 + aarch64 RPMs + repodata
### Rocky Linux (r0–r2 amd64, pi2–pi3 aarch64)
-`pi0`/`pi1` were reinstalled to NetBSD (see `f3s` skill's `bootstrap-netbsd-pi.md`) and deliberately do **not** run DTail — see the NetBSD client note below.
+`pi0`/`pi1` run NetBSD (see `f3s` skill's `bootstrap-netbsd-pi.md`) and do **not** run DTail — see the NetBSD client note below.
| File |
|------|
@@ -50,7 +50,7 @@ Rocky notes:
- Key-cache helper handles both `/root/.ssh/authorized_keys` and `/home/*/.ssh/authorized_keys` — `root` works on r0–r2 without manual cache copy
- `dserver.service` includes `RuntimeDirectory=dserver` and `ExecStartPre` to recreate `/var/run/dserver` (tmpfs) on Rocky
- Repo is unsigned (`gpgcheck=0`)
-- `aarch64` RPM is built on pi2 (was pi0 until it was reinstalled to NetBSD) — Fedora's rpmbuild refuses to emit `aarch64` binary RPMs from an x86_64 host
+- `aarch64` RPM is built on pi2 — Fedora's rpmbuild refuses to emit `aarch64` binary RPMs from an x86_64 host
## Install / Update
@@ -126,7 +126,7 @@ dcat --plain --noColor --trustAllHosts --user paul \
dcat --plain --noColor --trustAllHosts --user root \
--servers r0.lan.buetow.org,r1.lan.buetow.org,r2.lan.buetow.org --files /etc/fstab
-# Raspberry Pis (pi2–pi3, user paul) -- pi0/pi1 are NetBSD now and don't run DTail
+# Raspberry Pis (pi2–pi3, user paul) -- pi0/pi1 run NetBSD and don't run DTail
dcat --plain --noColor --trustAllHosts --user paul \
--servers pi2.lan.buetow.org,pi3.lan.buetow.org \
--files /etc/fstab
diff --git a/prompts/skills/pkgrepo/references/packaging-workflow.md b/prompts/skills/pkgrepo/references/packaging-workflow.md
index bf53bb8..9c7a262 100644
--- a/prompts/skills/pkgrepo/references/packaging-workflow.md
+++ b/prompts/skills/pkgrepo/references/packaging-workflow.md
@@ -57,7 +57,7 @@ Cross-compilation from Linux fails for CGo (e.g. packages with DataDog/zstd). Us
- **OpenBSD**: native build on the local QEMU/KVM build VM (see [openbsd-build-vm.md](openbsd-build-vm.md))
- **FreeBSD**: cross-compile with `CGO_ENABLED=0 -tags nozstd` — disables zstd support but allows static cross-compile
-- **Rocky Linux**: built locally on earth (x86_64) and on pi2 (aarch64 via rpmbuild) — was pi0 until it was reinstalled to NetBSD; pi2 is the current designated aarch64 Rocky build host
+- **Rocky Linux**: built locally on earth (x86_64) and on pi2 (aarch64 via rpmbuild)
## Manual Packaging Reference