mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Do pull.done before git-pull-%
This might fix a situation where make git-pull-<user> fails, because jw-build isn't there, yet Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6bdb16878a
commit
36bf04a4d2
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ git-echo-links-%: | $(TEXT_FILES_CACHE)
|
||||||
git-update-project-descriptions: $(SSH_WRAPPER_SH)
|
git-update-project-descriptions: $(SSH_WRAPPER_SH)
|
||||||
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
|
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
|
||||||
|
|
||||||
git-pull-%: $(SSH_WRAPPER_SH)
|
git-pull-%: $(SSH_WRAPPER_SH) pull.done
|
||||||
PGIT_CLONE_FROM_USER=$* $(PGIT_SH) clone
|
PGIT_CLONE_FROM_USER=$* $(PGIT_SH) clone
|
||||||
|
|
||||||
git-commit:
|
git-commit:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue