mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Fix target pkg-init-% on Ubuntu 14.04
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
620bc022f3
commit
53eb77566b
1 changed files with 5 additions and 5 deletions
|
|
@ -163,19 +163,19 @@ clean.pkg-exclude-built-today:
|
||||||
pkg-list-groups:
|
pkg-list-groups:
|
||||||
@find . -name project.conf | xargs sed '/^ *group *=/!d; s/group *= *//; s/"//g' | sort -u
|
@find . -name project.conf | xargs sed '/^ *group *=/!d; s/group *= *//; s/"//g' | sort -u
|
||||||
|
|
||||||
|
pkg-release-all:
|
||||||
|
/bin/bash ./packager-client/scripts/packager-client-2.sh
|
||||||
|
|
||||||
pkg-fetch-from-%:
|
pkg-fetch-from-%:
|
||||||
ssh $* /opt/jw-base/bin/jw-pkg info -s > projects.txt.tmp
|
ssh $* /opt/jw-base/bin/jw-pkg info -s > projects.txt.tmp
|
||||||
mv projects.txt.tmp projects.txt
|
mv projects.txt.tmp projects.txt
|
||||||
|
|
||||||
pkg-release-all:
|
pkg-init-%:
|
||||||
/bin/bash ./packager-client/scripts/packager-client-2.sh
|
$(CREATE_PROJECT_SH) $*
|
||||||
|
|
||||||
pkg-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
pkg-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
||||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||||
|
|
||||||
pkg-init-%:
|
|
||||||
$(CREATE_PROJECT_SH) $*
|
|
||||||
|
|
||||||
doc-project doc-module:
|
doc-project doc-module:
|
||||||
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
|
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue