mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
projects-dir.mk: Add targets git-push-all, git-pull-all and pull-all
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8547912bc6
commit
75994fe29f
1 changed files with 9 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ purge:
|
||||||
update pull: purge cvs-update git-clone git-pull
|
update pull: purge cvs-update git-clone git-pull
|
||||||
touch pull.done
|
touch pull.done
|
||||||
|
|
||||||
|
pull-all: purge cvs-update git-clone git-pull-all
|
||||||
|
touch pull.done
|
||||||
|
|
||||||
rebuild: clean pull subdirs-all
|
rebuild: clean pull subdirs-all
|
||||||
|
|
||||||
subdirs-%:
|
subdirs-%:
|
||||||
|
|
@ -99,6 +102,9 @@ cvs-update:
|
||||||
git-push:
|
git-push:
|
||||||
$(PGIT) push
|
$(PGIT) push
|
||||||
|
|
||||||
|
git-push-all:
|
||||||
|
$(PGIT) push --all
|
||||||
|
|
||||||
git-diff:
|
git-diff:
|
||||||
$(PGIT) diff
|
$(PGIT) diff
|
||||||
|
|
||||||
|
|
@ -108,6 +114,9 @@ git-short-diff:
|
||||||
git-pull:
|
git-pull:
|
||||||
$(PGIT) pull
|
$(PGIT) pull
|
||||||
|
|
||||||
|
git-pull-all:
|
||||||
|
$(PGIT) pull --all
|
||||||
|
|
||||||
git-clone:
|
git-clone:
|
||||||
$(PGIT) clone
|
$(PGIT) clone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue