Re: avoid multiple git repositories in matrix project

2012-12-12 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
a "git push --all ".  That seems to keep the repositories updated well enough for my needs. Mark Waite > > From: KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, December 11, 2012 5:40 PM >Subje

Re: avoid multiple git repositories in matrix project

2012-12-12 Thread Uwe Maurer
> seems to keep the repositories updated well enough for my needs. > > Mark Waite > > -- > *From:* KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) > *To:* jenkinsci-users@googlegroups.com > *Sent:* Tuesday, December 11, 2012 5:40 PM > *Subject:* Re: avoid

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
t;Sent: Tuesday, December 11, 2012 5:40 PM >Subject: Re: avoid multiple git repositories in matrix project > > >How do you keep these cached copies of the repositories up to date? > > >- Original Message - >From: jenkinsci-users@googlegroups.com >To: jenkinsci-users

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
How do you keep these cached copies of the repositories up to date? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Dec 11 2012 19:01:22 If your concern with multiple copies of the repository is due to disc space used by the git

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
If your concern with multiple copies of the repository is due to disc space used by the git objects (.git/objects/*), then you could use the Git plugin ability to reference another repository. I place a copy of the git repository in a well known location on each slave (typically /var/cache/git/