topdir.mk: get-pub without JW_PKG_EXTRA_SSH_OPTS

Remove JW_PKG_EXTRA_SSH_OPTS before git pull in the context of get-pub / git-get-pub because it contains -l username, which collides with Forge-style git@<forge> remote URIs.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-05-14 13:54:24 +02:00
commit 45f1105f34
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -209,7 +209,7 @@ git-get-maintainer:
git-get-pub: git-get-pub:
if git remote | grep -q "^pub$$"; then \ if git remote | grep -q "^pub$$"; then \
git pull pub master ;\ JW_PKG_SSH_EXTRA_OPTS="" git pull pub master ;\
fi fi
git-get-%: git-get-%: