mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Everywhere: Replace "JW_BUILD" by "JW_PKG"
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9217d38964
commit
f90f5aeebe
5 changed files with 30 additions and 30 deletions
|
|
@ -63,7 +63,7 @@ include $(PROJECTS_DIR_INCLUDE_MK)
|
|||
$(PROJECTS_DIR_INCLUDE_MK): | $(JWBDIR)
|
||||
|
||||
$(JWBDIR):
|
||||
git $(GIT_GLOBAL_OPTS) clone $(addprefix -b ,$(JW_BUILD_BRANCH)) $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
git $(GIT_GLOBAL_OPTS) clone $(addprefix -b ,$(JW_PKG_BRANCH)) $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
ifneq ($(findstring proactiveAuth,$(GIT_GLOBAL_OPTS)),)
|
||||
git -C $(JWBDIR) config set http.proactiveAuth basic
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue