projects-dir.mk: Keep SSH_AUTH_SOCK in reinstall's env

Purging the environment of pkg-release-reinstall did a tad too much:
Add SSH_AUTH_SOCK back to allow SSH agent-based authentication to go
through.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-02-19 08:16:44 +01:00
commit 0c0617d794

View file

@ -261,7 +261,7 @@ pkg-init-%:
$(CREATE_PROJECT_SH) $* $(CREATE_PROJECT_SH) $*
pkg-%install: $(filter-out $(UNAVAILABLE_TARGETS),pull.done) pkg-%install: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
$(JW_PKG_PY_BUILD) --source-profile=replace $@ $(TARGET_PROJECTS) $(JW_PKG_PY_BUILD) --env-reinit --env-keep=SSH_AUTH_SOCK $@ $(TARGET_PROJECTS)
pkg-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done) pkg-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
$(JW_PKG_PY_BUILD) $@ $(TARGET_PROJECTS) $(JW_PKG_PY_BUILD) $@ $(TARGET_PROJECTS)