|
From: Florent R. <f.r...@fr...> - 2019-01-07 20:11:27
|
Florent Rougon <f.r...@fr...> wrote: > Since fgmeta commit 8a7fd33b2b4bf[1], it's relatively easy to make > d&c.sh pull FG and other repositories using SSH. AFAIK, this solves the > problem in question. Just create an account at SourceForge and follow > the example in [1]. 'download_and_compile.sh --help' also works and is > up-to-date, TTBOMK (which the wiki page was not, last I checked...). BTW, I explained these new options there: https://sourceforge.net/p/flightgear/mailman/message/36425031/ The new options are only useful when d&c.sh *clones* a repository (i.e., when it is requested and doesn't already exist in the expected place). *You don't have to reclone existing repositories.* Modifying .git/config to have something like: [remote "origin"] url = ssh://yourSFuserName@git.code.sf.net/p/flightgear/fgdata fetch = +refs/heads/*:refs/remotes/origin/* should be enough. Regards -- Florent |