mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add target sync-all
sync-all does pull all and push --all --recurse-submodules=on-demand Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
49890fd09b
commit
14eec3069b
1 changed files with 3 additions and 1 deletions
|
|
@ -201,6 +201,8 @@ update pull: purge cvs-update git-clone
|
|||
|
||||
sync: pull push
|
||||
|
||||
sync-all: pull-all push-all
|
||||
|
||||
sync-%:
|
||||
ssh $* make -C $(shell pwd) sync
|
||||
|
||||
|
|
@ -230,7 +232,7 @@ git-push push: $(SSH_WRAPPER_SH)
|
|||
$(PGIT) push
|
||||
|
||||
git-push-all: $(SSH_WRAPPER_SH)
|
||||
$(PGIT) push --all
|
||||
$(PGIT) push --all --recurse-submodules=on-demand
|
||||
|
||||
git-diff: $(SSH_WRAPPER_SH)
|
||||
$(PGIT) diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue