Re: git repository clone once

2012-04-03 Thread Albert Callarisa
job so it's even more clones. > I hope someone will find a way. > > I'll post here if I'll manage to find a solution. > > Ido > > On Tue, Mar 27, 2012 at 12:45 PM, Albert Callarisa wrote: > >> I asked something similar recently but the reply didn'

Re: git repository clone once

2012-03-27 Thread Albert Callarisa
ther jobs pull from that repository but we fail to do it due to > locking problems. > Is it possible and should we persevere on that approach or is it better to > let each job pull from the remote repository. > > Ido. > -- Albert Callarisa Roca

Distributed build with git

2012-03-22 Thread Albert Callarisa
Hi all, I am creating a distributed build using multiconfiguration project. Basically I have an axis with a environment variable like 1, 2, 3... up to 40, so it creates 40 builds. In a script of the build, I split the files to test in 40 parts and each build setup runs one of those parts. Also