mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
topdir.mk: git-get-% -> current-branch
Currently git-get-% pulls into the master branch. Change that to pull into the branch currently checked out in the workspace, because that's the more likely use case if you want a quick update from somewhere. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5a3299b1c6
commit
9aba15cd88
2 changed files with 1 additions and 6 deletions
|
|
@ -206,7 +206,7 @@ git-get-maintainer:
|
|||
make git-get-$(call proj_query,getval global jw-maintainer)
|
||||
|
||||
git-get-%:
|
||||
PGIT_SH_PROJECTS=. $(PGIT_SH) get --refspec $*:$(GIT_MAIN_BRANCH):$(GIT_MAIN_BRANCH)
|
||||
PGIT_SH_PROJECTS=. $(PGIT_SH) get --refspec $*:$(GIT_MAIN_BRANCH):current-branch
|
||||
|
||||
pkg-manager-refresh:
|
||||
$(PKG_MANAGER) refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue