mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
1239fb9f34
commit
3e99fe51cd
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_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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue