mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
topdir.mk: Add target git-pull-official
git-pull-official is currently an alias to git-pull-devops. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bf86f6c625
commit
7152a811e9
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ git-ssh-%:
|
|||
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-pull-official:
|
||||
make git-pull-devops
|
||||
|
||||
git-pull-maintainer:
|
||||
make git-pull-$(call proj_query,getval global jw-maintainer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue