Go to file
Paul Trowbridge 1c3586eb2f deploy.sh: pass -H to sudo so pip doesn't warn about user cache.
Without -H, sudo keeps HOME pointed at the invoking user, so pip running
as root tries to write to /home/<user>/.cache/pip and disables caching
with a warning. -H resets HOME to /root while -E preserves the rest.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 23:59:23 -04:00
.archive/pre-rewrite Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
bin Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
pipekit Add deploy.sh, systemd unit template, and pipekit secrets CLI. 2026-04-22 22:34:38 -04:00
systemd Add deploy.sh, systemd unit template, and pipekit secrets CLI. 2026-04-22 22:34:38 -04:00
.gitignore Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
config.yaml Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
deploy.sh deploy.sh: pass -H to sudo so pip doesn't warn about user cache. 2026-04-22 23:59:23 -04:00
requirements.txt Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
SPEC_v1_archive.md Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
SPEC.md Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00