mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Add target echo-hash to topdir.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
182053be29
commit
823840d823
1 changed files with 3 additions and 0 deletions
|
|
@ -167,3 +167,6 @@ list-text-files echo-text-files:
|
||||||
git-ssh-%:
|
git-ssh-%:
|
||||||
bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`"
|
bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`"
|
||||||
git-ssh: git-ssh-origin
|
git-ssh: git-ssh-origin
|
||||||
|
|
||||||
|
echo-hash:
|
||||||
|
@/bin/bash $(MOD_SCRIPT_DIR)/pkg.sh hash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue