mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects.py: Rename command requires-pkg to required-os-pkg
Rename command requires-pkg to required-os-pkg to avoid confusion with pkg-reqires. The command could be merged into pkg-requires at a later time. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a12fa52639
commit
7abbf1d044
3 changed files with 37 additions and 37 deletions
|
|
@ -187,7 +187,7 @@ prefix.done:
|
|||
touch $@
|
||||
|
||||
echo-prereq-build:
|
||||
@echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT))
|
||||
@echo $(call proj_query, required-os-pkg --flavours "build" $(PROJECT))
|
||||
|
||||
git-ssh-%:
|
||||
bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue