It's been 4 days since Github's llvm mirror has been updated. Anybody know who maintains this? https://github.com/llvm-mirror Thanks, Greg
LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your needs. On Tue, Mar 4, 2014 at 3:40 PM, Greg Fitzgerald <garious at gmail.com> wrote:> It's been 4 days since Github's llvm mirror has been updated. Anybody > know who maintains this? > > https://github.com/llvm-mirror > > Thanks, > Greg > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140304/b57f894b/attachment.html>
2014-03-05 8:40 GMT+09:00 Greg Fitzgerald <garious at gmail.com>:> It's been 4 days since Github's llvm mirror has been updated. Anybody > know who maintains this? > > https://github.com/llvm-mirrorI didn't know it. FYI, also I am maintaining mirrors. https://github.com/chapuni
> LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your needs.The llvm.org mirror seems to be quite a bit slower (~3.5x). I think it's because github lets me use the git protocol whereas llvm.org suggests http. When I try to clone "git at llvm.org:git/llvm.git", I'm asked for a password for user 'git'. -Greg On Tue, Mar 4, 2014 at 3:54 PM, Reid Kleckner <rnk at google.com> wrote:> LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your > needs. > > > On Tue, Mar 4, 2014 at 3:40 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> >> It's been 4 days since Github's llvm mirror has been updated. Anybody >> know who maintains this? >> >> https://github.com/llvm-mirror >> >> Thanks, >> Greg >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >