Build from my repos

Started by ruslan-gennadievich, September 04, 2020, 01:23:58 AM

Previous topic - Next topic
Hello friends!

I want create my private repos of opnsense. I forked all repos (core, ports, tools) in my local gitlab.
Then i try modify tools to build from my repos, but i don't know how setup user and password from my git in opnsense/tools/blob/master/Makefile

Hi,

It depends a little. Are you repos accessible via HTTP(S) or SSH? But in both cases setting GITBASE accordingly is sufficient...


Cheers,
Franco

My repos accessible via HTTPS.
Tell please, how i can set username and pass via GITBASE ?


Yes, i know about this. But after
git config --global user.name "mygituser"
git config --global user.email mygituser@mygit.local

make update again promt user name and password