mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Replace jw-build's build.py by projects.py
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4d016534d9
commit
cd2efda598
1 changed files with 1 additions and 1 deletions
|
|
@ -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__//")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue