Re: Submodules and GIT_ALTERNATE_OBJECT_DIRECTORIES

2014-10-04 Thread Jens Lehmann
Am 03.10.2014 um 13:56 schrieb Michal Sojka: On Fri, Oct 03 2014, Jens Lehmann wrote: Am 30.09.2014 um 15:25 schrieb Michal Sojka: I'd like to shorten the time needed by our continuous integration (CI) tool to clone the source repositories. Currently the full clone takes about 10 minutes (even

Re: Submodules and GIT_ALTERNATE_OBJECT_DIRECTORIES

2014-10-03 Thread Michal Sojka
On Fri, Oct 03 2014, Jens Lehmann wrote: > Am 30.09.2014 um 15:25 schrieb Michal Sojka: >> I'd like to shorten the time needed by our continuous integration (CI) >> tool to clone the source repositories. Currently the full clone takes >> about 10 minutes (even from local server). Our main repositor

Re: Submodules and GIT_ALTERNATE_OBJECT_DIRECTORIES

2014-10-03 Thread Jens Lehmann
Am 30.09.2014 um 15:25 schrieb Michal Sojka: I'd like to shorten the time needed by our continuous integration (CI) tool to clone the source repositories. Currently the full clone takes about 10 minutes (even from local server). Our main repository has several submodules so the CI tool runs "git

Submodules and GIT_ALTERNATE_OBJECT_DIRECTORIES

2014-09-30 Thread Michal Sojka
Hi list, I'd like to shorten the time needed by our continuous integration (CI) tool to clone the source repositories. Currently the full clone takes about 10 minutes (even from local server). Our main repository has several submodules so the CI tool runs "git submodule update --init". My idea was