mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add target pkg-fetch-from-xxx
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
94e7bff14e
commit
c0d3a5f561
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ pkg-exclude-built-today:
|
|||
pkg-list-groups:
|
||||
@find . -name project.conf | xargs sed '/^ *group *=/!d; s/group *= *//; s/"//g' | sort -u
|
||||
|
||||
pkg-fetch-from-%:
|
||||
ssh $* /opt/jw-base/bin/jw-pkg info -s > projects.txt.tmp
|
||||
mv projects.txt.tmp projects.txt
|
||||
|
||||
pkg-%: pull.done
|
||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue