On Tue Jan 26 02:53:24 2016, [email protected] wrote:
> Hi
> 
> I have issues with GIT and https (company restrictions) and have to use 
> git with the git protocol.
> Hopefully rakudo Configure.pl includes an option to use git as protocol 
> (--git-protocol=git).
> 
> It works perfectly to clone nqp and MoarVM.
> Unfortunately when MoarVM Configure.pl is called, MoarVM tries to clone 
> MoarVM/dynasm with the https protocol!
> 
> The prefix option is properly passed to MoarVM Configure.pl but not the 
> git protocol.
> I also tried --moar-option='--git-protocol=git' but for MoarVM 
> Configure.pl this is an "Unknown option".
> 
> 
> Could you help me to solve this?
> Regards
> 
> --
> Sébastien Moretti
> 

MoarVM uses git submodules to pull in the customized 3rd party libraries it 
requires.

For now, you could manually update the submodules in your MoarVM checkout to 
use the protocol that works for you.

https://stackoverflow.com/questions/6631694/replace-git-submodule-protocol-from-git-to-http
 points at a similar request (but in the other direction)


-- 
Will "Coke" Coleda

Reply via email to