[llvm-commits] [zorg] r173080 - /zorg/trunk/buildbot/llvmlab/master/master.cfg

David Dean david_dean at apple.com
Mon Jan 21 11:44:04 PST 2013


Author: ddean
Date: Mon Jan 21 13:44:04 2013
New Revision: 173080

URL: http://llvm.org/viewvc/llvm-project?rev=173080&view=rev
Log:
We're using a mirror of the svn repository for the slaves inside the lab.llvm.org space to reduce WAN use. This patch points the master to the mirror so that we're sure that the revision exists in the mirror before trying to build.

Modified:
    zorg/trunk/buildbot/llvmlab/master/master.cfg

Modified: zorg/trunk/buildbot/llvmlab/master/master.cfg
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/master.cfg?rev=173080&r1=173079&r2=173080&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/master.cfg (original)
+++ zorg/trunk/buildbot/llvmlab/master/master.cfg Mon Jan 21 13:44:04 2013
@@ -73,9 +73,9 @@
 
 c['change_source'] = [PBChangeSource()]
 c['change_source'].append(SVNPoller(
-    svnurl="http://llvm.org/svn/llvm-project/",
+    svnurl="http://10.1.1.2/svn/llvm-project/",
     split_file=split_file_projects_branches))
-c['revlink'] = revlinks.RevlinkMatch([r'http://llvm.org/svn/llvm-project.*'],
+c['revlink'] = revlinks.RevlinkMatch([r'http://10.1.1.2/svn/llvm-project.*'],
                                       r'http://llvm.org/viewvc/llvm-project?view=rev&revision=%s')
 
 ####### BUILDERS





More information about the llvm-commits mailing list