mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir-minimal.mk: Clone jw-build with proactiveAuth=basic
Pass -c http.proactiveAuth=basic to the initial "git clone jw-build" invocation. This is necessary while jw-build is still behind authentication. The restriction will likely be lifted (for jw-build), but for testing now it's fine, and it doesn't do any harm, either. With the way janware.com currently operates, it will also necessary for push over HTTP, so make it persistent in jw-build's configuration. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4c35ceb27a
commit
41cc712dee
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ include $(PROJECTS_DIR_INCLUDE_MK)
|
|||
$(PROJECTS_DIR_INCLUDE_MK): | $(JWBDIR)
|
||||
|
||||
$(JWBDIR):
|
||||
git clone $(addprefix -b ,$(JW_BUILD_BRANCH)) $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
git -c http.proactiveAuth=basic clone $(addprefix -b ,$(JW_BUILD_BRANCH)) $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
git -C $(JWBDIR) config set http.proactiveAuth basic
|
||||
make $(MAKECMDGOALS)
|
||||
|
||||
all: link-makefile.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue