On 10 September 2014 13:09, Anton Korobeynikov <anton at korobeynikov.info> wrote:> git mirror is located on llvm.org as well... :)d'oh! Should we start planning a wider infrastructure with separate servers for separate functionality? Seems like we're putting all our eggs, apples and oranges in the same basket. cheers, --renato
Well, right now with git mirror on llvm.org we're having a luxury of sync'ing via file:// directly in post-commit hook. Maybe we should replicate the mirror, this looks like a better approach. On Wed, Sep 10, 2014 at 4:32 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 10 September 2014 13:09, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> git mirror is located on llvm.org as well... :) > > d'oh! > > Should we start planning a wider infrastructure with separate servers > for separate functionality? > > Seems like we're putting all our eggs, apples and oranges in the same basket. > > cheers, > --renato-- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
On 10 September 2014 13:36, Anton Korobeynikov <anton at korobeynikov.info> wrote:> Maybe we should replicate the mirror, this looks like a better approach.I meant having multiple servers for different services. SVN and Git can still live in the same server, but the website, Perf, buildmaster could have their own instances so that one did not affect the other. Given that we can still cope with the traffic, having cloud instances of each would be enough to separate while allowing us to scale independently. --renato
On Wed, Sep 10, 2014 at 5:32 AM, Renato Golin <renato.golin at linaro.org> wrote:> On 10 September 2014 13:09, Anton Korobeynikov <anton at korobeynikov.info> > wrote: > > git mirror is located on llvm.org as well... :) > > d'oh!But I don't think there's a reason we couldn't point the bots at the git *hub* mirrors. I'm not sure if they lag the official mirror though. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140910/38662d01/attachment.html>
> But I don't think there's a reason we couldn't point the bots at the github > mirrors. I'm not sure if they lag the official mirror though.The GitHub mirrors located at [1] are updated hourly which is not frequent enough There seems to be an LLVM organisation registered on GitHub but it doesn't seem to be in use. [1] https://github.com/llvm-mirror/ [2] https://github.com/llvm/
Possibly Parallel Threads
- [LLVMdev] [cfe-dev] SVN infrastructure woes
- [LLVMdev] [cfe-dev] SVN infrastructure woes
- [LLVMdev] SVN infrastructure woes
- [LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
- [LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3