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 more dependencies on ssh-wrapper.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
03dde99cc1
commit
0d4cc05271
1 changed files with 20 additions and 20 deletions
|
|
@ -116,7 +116,7 @@ doc-project doc-module:
|
|||
pkg-%: pull.done
|
||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||
|
||||
status:
|
||||
status: ssh-wrapper.sh
|
||||
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
||||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||
$(PGIT) status
|
||||
|
|
@ -132,56 +132,56 @@ update pull: purge cvs-update git-clone git-pull
|
|||
pull-all: purge cvs-update git-clone git-pull-all
|
||||
touch pull.done
|
||||
|
||||
diff-all diff:
|
||||
diff-all diff: ssh-wrapper.sh
|
||||
cvs diff -u; $(PGIT) diff
|
||||
|
||||
rebuild: clean pull subdirs-all
|
||||
|
||||
release:
|
||||
release: ssh-wrapper.sh
|
||||
$(RELEASE_SH)
|
||||
|
||||
subdirs-%:
|
||||
FORCE_REBUILD_SUBDIRS=true make $*
|
||||
|
||||
cvs-update:
|
||||
cvs-update: ssh-wrapper.sh
|
||||
rm -f $@.done
|
||||
make $@.done
|
||||
|
||||
cvs-diff:
|
||||
cvs-diff: ssh-wrapper.sh
|
||||
cvs diff -u
|
||||
|
||||
git-push push:
|
||||
git-push push: ssh-wrapper.sh
|
||||
$(PGIT) push
|
||||
|
||||
git-push-all:
|
||||
git-push-all: ssh-wrapper.sh
|
||||
$(PGIT) push --all
|
||||
|
||||
git-diff:
|
||||
git-diff: ssh-wrapper.sh
|
||||
$(PGIT) diff
|
||||
|
||||
git-short-diff:
|
||||
git-short-diff: ssh-wrapper.sh
|
||||
$(PGIT) diff --shortstat
|
||||
|
||||
git-pull:
|
||||
git-pull: ssh-wrapper.sh
|
||||
$(PGIT) pull
|
||||
|
||||
git-pull-all:
|
||||
git-pull-all: ssh-wrapper.sh
|
||||
$(PGIT) pull --all
|
||||
|
||||
git-clone:
|
||||
git-clone: ssh-wrapper.sh
|
||||
$(PGIT) clone
|
||||
touch clone.done
|
||||
|
||||
git-clone-%:
|
||||
git-clone-%: ssh-wrapper.sh
|
||||
PGIT_CLONE_FROM_USER=$* $(PGIT) clone
|
||||
|
||||
pull-%:
|
||||
pull-%: ssh-wrapper.sh
|
||||
PGIT_CLONE_FROM_USER=$* $(PGIT) clone
|
||||
|
||||
git-commit:
|
||||
$(PGIT) commit
|
||||
|
||||
git-conv-%:
|
||||
git-conv-%: ssh-wrapper.sh
|
||||
[ -e $*/.git ] || { \
|
||||
mv $* old/ ;\
|
||||
if PROJECTS="$*" make clone; then \
|
||||
|
|
@ -191,15 +191,15 @@ git-conv-%:
|
|||
fi \
|
||||
}
|
||||
|
||||
check-conv:
|
||||
check-conv: ssh-wrapper.sh
|
||||
for p in `$(GIT_SRV_ADMIN_SH) -u jan -j list-personal-projects`; do \
|
||||
make git-conv-$$p ;\
|
||||
done
|
||||
|
||||
list-maintainers:
|
||||
list-maintainers: ssh-wrapper.sh
|
||||
$(GIT_SRV_ADMIN_SH) $@
|
||||
|
||||
git-update-project-descriptions:
|
||||
git-update-project-descriptions: ssh-wrapper.sh
|
||||
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
|
||||
|
||||
projects.txt:
|
||||
|
|
@ -231,7 +231,7 @@ cvsdir.done: ssh-wrapper.sh
|
|||
fi
|
||||
touch $@
|
||||
|
||||
cvs-update.done: cvsdir.done
|
||||
cvs-update.done: cvsdir.done ssh-wrapper.sh
|
||||
cvs update -dP Makefile $(shell $(CVS_ADMIN_SH) list-projects)
|
||||
touch $@
|
||||
|
||||
|
|
@ -240,7 +240,7 @@ update.done: purge
|
|||
pull.done: cvs-update.done clone.done links.done
|
||||
touch $@
|
||||
|
||||
clone.done:
|
||||
clone.done: ssh-wrapper.sh
|
||||
$(PGIT) clone
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue