projects-dir.mk: Add target update-git-project-descriptions

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-12 19:39:29 +00:00
commit f0ed493e28

View file

@ -189,6 +189,9 @@ check-conv:
list-maintainers:
$(GIT_SRV_ADMIN_SH) $@
update-git-project-descriptions:
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
projects.txt:
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@