projects-dir.mk: Don't do git-pull.done before git-pull-%

Use cvs-update.done instead of git-pull.done as prerequisite
of git-pull-%, because otherwise broken remote own repos
might not be recoverable

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2020-03-23 08:13:14 +00:00
commit 3e99fe51cd

View file

@ -362,7 +362,7 @@ git-echo-links-%: | $(TEXT_FILES_CACHE)
git-update-project-descriptions: $(SSH_WRAPPER_SH)
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
git-pull-%: $(SSH_WRAPPER_SH) pull.done
git-pull-%: $(SSH_WRAPPER_SH) cvs-update.done
PGIT_CLONE_FROM_USER=$* $(PGIT_SH) clone
git-commit: