topdir.mk: Replace jw-build's build.py by projects.py

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-03-07 11:26:10 +00:00
commit cd2efda598

View file

@ -131,7 +131,7 @@ git-update-project-description:
ssh git.jannet.de "/opt/jw-build/bin/git-srv-admin.sh $(OPT_JANWARE_PROJECT) update-descriptions $(RPM_PROJECT)"
projects-%:
python2 $(MOD_SCRIPT_DIR)/build.py $* $(RPM_PROJECT)
python2 $(MOD_SCRIPT_DIR)/projects.py build $* $(RPM_PROJECT)
install-deps-devel:
sudo zypper in $(shell echo $(RPM_REQUIRES_DEVEL) | sed "s/ *= */-/g; s/ [^ ]\+-__NEXT_VERSION__//")