• Joined on 2026-06-27
jv pushed to main at jv/my-homelab-configs 2026-09-18 19:36:40 +00:00
8bbaa456d3 fix: use gzipped node tarball to avoid xz-utils dependency
jv pushed to main at jv/my-homelab-configs 2026-09-18 19:30:09 +00:00
5fbb7f9378 fix: install python3-yaml via apt to satisfy PEP 668
jv pushed to main at jv/my-homelab-configs 2026-09-18 19:17:20 +00:00
67659128c0 fix: use golang:1.23-bookworm and install Node via binary
jv pushed to main at jv/my-homelab-configs 2026-09-18 19:00:42 +00:00
4120c41c9f fix: use golang:1.23-bookworm and install Node via binary
jv pushed to main at jv/my-homelab-configs 2026-09-18 18:39:17 +00:00
08a599db59 fix: install Go via snap to avoid download timeouts
jv pushed to main at jv/my-homelab-configs 2026-09-18 18:15:55 +00:00
0b69a8553d fix: use wget with retries for Go download
jv pushed to main at jv/my-homelab-configs 2026-09-18 15:07:40 +00:00
a06f2dd588 fix: switch to ubuntu:latest for stable toolchain
jv pushed to main at jv/my-homelab-configs 2026-09-18 15:01:37 +00:00
674219fe4f fix: install pip via bootstrap to bypass broken debian mirrors
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:57:26 +00:00
4f8ba24f06 fix: install python3-pip and python3-yaml via apt
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:52:16 +00:00
266836cabd fix: use python3 -m pip and update PATH for PyYAML
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:45:55 +00:00
14237db9d7 fix: use pip for PyYAML to avoid broken debian mirrors
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:41:16 +00:00
7f77c7d208 fix: add --no-install-recommends to prevent deprecated package 404s
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:36:05 +00:00
556e5002f1 fix: use nodesource for nodejs to avoid debian repo 404s
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:25:43 +00:00
627d0d13b9 fix: use golang:1.23-bullseye container for jeannie-core
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:20:50 +00:00
bb909f139e fix: install golang-go for jeannie-core build
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:09:29 +00:00
25e55e4d7a fix: install python3-yaml for jeannie validation
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:07:08 +00:00
ff4d98aa4e fix: change --depth 0 to --depth 100 for compatibility
jv pushed to main at jv/my-homelab-configs 2026-09-18 14:00:50 +00:00
0e41c661b7 fix: remove pipefail from sh shell
jv pushed to main at jv/my-homelab-configs 2026-09-18 13:55:07 +00:00
0d6f6ec2a0 fix: replace actions/checkout with manual git clone to fix URL path issue
jv pushed to main at jv/my-homelab-configs 2026-09-18 13:47:24 +00:00
6926e20c83 fix: use default checkout with GITEATOKEN