mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Use -j flag to git-srv-admin for create-personal-project
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
0b6cfd1f96
commit
b6d094fe46
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ WHOAMI = $(shell whoami)
|
|||
REMOTE_GIT_DIR = /srv/git/$(WHOAMI)/proj/$(PROJECT)
|
||||
|
||||
git-clone-to-remote:
|
||||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh create-personal-project $(PROJECT)"
|
||||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh -j create-personal-project $(PROJECT)"
|
||||
git remote add origin ssh://$(WHOAMI)@git.jannet.de$(REMOTE_GIT_DIR)
|
||||
git config --global user.name $(FULL_NAME)
|
||||
git config --global user.email $(WHOAMI)@jannet.de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue