mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pgit.sh, *.mk: Fix wrong username in list-personal-projects
Fix: ssh git.jannet.de git-srv-admin.sh -j list-personal-projects is called with wrong username. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e7fe51e6a2
commit
66df5381f4
2 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ git-conv-%:
|
|||
}
|
||||
|
||||
check-conv:
|
||||
for p in `ssh git.jannet.de /opt/ytools/bin/git-srv-admin.sh -u jan -j list-personal-projects`; do \
|
||||
for p in `ssh $(JANWARE_USER)@git.jannet.de /opt/ytools/bin/git-srv-admin.sh -u jan -j list-personal-projects`; do \
|
||||
make git-conv-$$p ;\
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue