Hello all bots owners, As all of you know we move to github monorepo very soon now. We are actively working on the buildbot to prepare a solution to switch from SVN to github when time comes. It would require some activity on your bots. At this point it is clear that you would need to * Make sure you have reasonably recent version of git installed and in the system path for the buildbot account, * Once the transition to github is done, you would need to remove the old source code and build directory. This could be done later assuming you have enough room on that hard drive for two sets of the source and build files. Thanks Galina -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191011/eca9b3e4/attachment.html>
Hi Galina, Thanks for the heads up. On Fri, 11 Oct 2019 at 21:09, Galina Kistanova via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hello all bots owners, > > As all of you know we move to github monorepo very soon now. > We are actively working on the buildbot to prepare a solution to switch from SVN to github when time comes. > > It would require some activity on your bots. > > At this point it is clear that you would need to > > * Make sure you have reasonably recent version of git installed and in the system path for the buildbot account,What qualifies as reasonably recent? Does git 2.7.4 suffice? Thanks, Diana> * Once the transition to github is done, you would need to remove the old source code and build directory. This could be done later assuming you have enough room on that hard drive for two sets of the source and build files. > > Thanks > > Galina > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Hi Diana, git 2.7.4 should be fine. Thanks Galina On Mon, Oct 14, 2019 at 12:57 AM Diana Picus <diana.picus at linaro.org> wrote:> Hi Galina, > > Thanks for the heads up. > > On Fri, 11 Oct 2019 at 21:09, Galina Kistanova via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hello all bots owners, > > > > As all of you know we move to github monorepo very soon now. > > We are actively working on the buildbot to prepare a solution to switch > from SVN to github when time comes. > > > > It would require some activity on your bots. > > > > At this point it is clear that you would need to > > > > * Make sure you have reasonably recent version of git installed and in > the system path for the buildbot account, > > What qualifies as reasonably recent? Does git 2.7.4 suffice? > > Thanks, > Diana > > > * Once the transition to github is done, you would need to remove the > old source code and build directory. This could be done later assuming you > have enough room on that hard drive for two sets of the source and build > files. > > > > Thanks > > > > Galina > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://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/20191014/2bf1c317/attachment.html>
git 2.7.4 was released 17-Mar-2016. https://mirrors.edge.kernel.org/pub/software/scm/git/ Here is the git downloads page. https://git-scm.com/downloads Neil Nelson On 10/14/19 1:56 AM, Diana Picus via llvm-dev wrote:> Hi Galina, > > Thanks for the heads up. > > On Fri, 11 Oct 2019 at 21:09, Galina Kistanova via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello all bots owners, >> >> As all of you know we move to github monorepo very soon now. >> We are actively working on the buildbot to prepare a solution to switch from SVN to github when time comes. >> >> It would require some activity on your bots. >> >> At this point it is clear that you would need to >> >> * Make sure you have reasonably recent version of git installed and in the system path for the buildbot account, > What qualifies as reasonably recent? Does git 2.7.4 suffice? > > Thanks, > Diana > >> * Once the transition to github is done, you would need to remove the old source code and build directory. This could be done later assuming you have enough room on that hard drive for two sets of the source and build files. >> >> Thanks >> >> Galina >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20191014/ad17e64c/attachment.html>