[zorg] r204789 - libiomp5 builder: use the correct SVN URL

Dmitri Gribenko gribozavr at gmail.com
Wed Mar 26 02:56:44 PDT 2014


On Wed, Mar 26, 2014 at 9:45 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Author: gribozavr
> Date: Wed Mar 26 04:45:20 2014
> New Revision: 204789
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204789&view=rev
> Log:
> libiomp5 builder: use the correct SVN URL
>
> We need a slash at the end because the URL is concatenated with the branch
> name.
>
> Modified:
>     zorg/trunk/zorg/buildbot/builders/Libiomp5Builder.py
>
> Modified: zorg/trunk/zorg/buildbot/builders/Libiomp5Builder.py
> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/Libiomp5Builder.py?rev=204789&r1=204788&r2=204789&view=diff
> ==============================================================================
> --- zorg/trunk/zorg/buildbot/builders/Libiomp5Builder.py (original)
> +++ zorg/trunk/zorg/buildbot/builders/Libiomp5Builder.py Wed Mar 26 04:45:20 2014
> @@ -29,7 +29,7 @@ def getLibiomp5BuildFactory(clean=True,
>      # Get libiomp5
>      f.addStep(SVN(name='svn-libiomp5',
>                    mode='update',
> -                  baseURL='http://llvm.org/svn/llvm-project/openmp',
> +                  baseURL='http://llvm.org/svn/llvm-project/openmp/',
>                    defaultBranch='trunk',
>                    workdir=openmp_srcdir))

Hello Galina,

I am sorry for causing you trouble with the libiomp5 buildbot
recently, but could you please restart the build master once again to
pick up this change?

The issue is that the URL was not correct, and the buildbot was trying
to check out http://llvm.org/svn/llvm-project/openmptrunk.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list