summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-09 09:37:10 +0300
committerPaul Buetow <paul@buetow.org>2026-07-09 09:37:10 +0300
commit1ea362740236e8e12ea9459a5065f8571a81a99e (patch)
treebdb5f1316e83e8b8253d8b094f4bcb734a6553d6 /f3s
parent1aa5eb37c626f48bd725578637e5db4ae870ebfe (diff)
packages: add NetBSD dtail pipeline (pi0/pi1, aarch64)
- Makefile target dtail-netbsd: cross-compile netbsd/arm64 (CGO_ENABLED=0, nozstd), package natively on pi0 with pkg_create, upload package plus pkg_summary.gz to the PV at netbsd/10.1/packages/aarch64/ via f0 - scripts/pkg-dtail-netbsd.sh: NetBSD pkg_create packaging (prefix /, root-owned files via @owner/@group plist directives) - frontends: NetBSD dserver rc.d script, dtail.json (absolute cache paths), and key-cache helper templates - pkgrepo nginx: serve /netbsd/ with autoindex - Fix stale ROCKY_ARM_BUILD_HOST: pi0 was re-imaged to NetBSD, aarch64 RPMs are built on pi2 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'f3s')
-rw-r--r--f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml b/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
index 159262c..57ac225 100644
--- a/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
+++ b/f3s/pkgrepo/helm-chart/templates/configmap-nginx.yaml
@@ -29,6 +29,11 @@ data:
autoindex on;
}
+ # NetBSD pkg_add/pkgin repository
+ location /netbsd/ {
+ autoindex on;
+ }
+
# Rocky Linux dnf repository
location /rockylinux/ {
autoindex on;