Dean Michael Berris via llvm-dev
2018-Nov-07 10:47 UTC
[llvm-dev] Flat Monorepo Prototype Not Updating
The monorepo prototype at https://github.com/llvm-project/llvm-project-20170507 is currently 9 hours behind. I forget who’s responsible for the script(s) updating the monorepo(s), and it would be great if we can inform them of the state of the monorepo. Cheers -- Dean
NAKAMURA Takumi via llvm-dev
2018-Nov-07 11:02 UTC
[llvm-dev] Flat Monorepo Prototype Not Updating
It was due to disk full. Sorry for inconvenience. Inspecting git repos emits too much garbage. :( On Wed, Nov 7, 2018 at 7:47 PM Dean Michael Berris via llvm-dev < llvm-dev at lists.llvm.org> wrote:> The monorepo prototype at > https://github.com/llvm-project/llvm-project-20170507 is currently 9 > hours behind. > > I forget who’s responsible for the script(s) updating the monorepo(s), and > it would be great if we can inform them of the state of the monorepo. > > Cheers > > > -- Dean > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181107/a48ca3ab/attachment.html>
Dean Michael Berris via llvm-dev
2018-Nov-07 11:29 UTC
[llvm-dev] Flat Monorepo Prototype Not Updating
Thanks for the update and looking into it! Cheers On Wed, Nov 7, 2018 at 10:02 PM NAKAMURA Takumi via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > It was due to disk full. Sorry for inconvenience. > > Inspecting git repos emits too much garbage. :( > > On Wed, Nov 7, 2018 at 7:47 PM Dean Michael Berris via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> The monorepo prototype at https://github.com/llvm-project/llvm-project-20170507 is currently 9 hours behind. >> >> I forget who’s responsible for the script(s) updating the monorepo(s), and it would be great if we can inform them of the state of the monorepo. >> >> Cheers >> >> >> -- Dean >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
David Greene via llvm-dev
2018-Nov-07 22:52 UTC
[llvm-dev] Flat Monorepo Prototype Not Updating
On a bit of a tangent, I'm confused about what the "official" monorepo prototype is. The one you mention has a specific date on it so I assumed it was old. I've been looking at https://github.com/llvm-git-prototype/llvm.git. Which is it? -David Dean Michael Berris via llvm-dev <llvm-dev at lists.llvm.org> writes:> The monorepo prototype at > https://github.com/llvm-project/llvm-project-20170507 is currently 9 > hours behind. > > I forget who’s responsible for the script(s) updating the monorepo(s), > and it would be great if we can inform them of the state of the > monorepo. > > Cheers > > > -- Dean > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Dean Michael Berris via llvm-dev
2018-Nov-07 23:06 UTC
[llvm-dev] Flat Monorepo Prototype Not Updating
> On 8 Nov 2018, at 09:52, David Greene <dag at cray.com> wrote: > > On a bit of a tangent, I'm confused about what the "official" monorepo > prototype is. The one you mention has a specific date on it so I > assumed it was old. I've been looking at > https://github.com/llvm-git-prototype/llvm.git. > > Which is it? >The one I quoted is the one still mentioned in the getting started guide, and has stable hashes AFAICT meant to be the proving ground for ongoing day-to-day use, until it’s turned down in favour of the official monorepo. The monorepo that is being discussed is one that will supersede the one I quoted (IIRC) to which I’ll eventually migrate to for my day-to-day when it’s ready. :) http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo Cheers -- Dean