[libcxx] r223848 - Update information on where to find buildbots. Remove dead buildbot links.

Eric Fiselier eric at efcs.ca
Tue Dec 9 14:53:21 PST 2014


Author: ericwf
Date: Tue Dec  9 16:53:21 2014
New Revision: 223848

URL: http://llvm.org/viewvc/llvm-project?rev=223848&view=rev
Log:
Update information on where to find buildbots. Remove dead buildbot links.

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=223848&r1=223847&r2=223848&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue Dec  9 16:53:21 2014
@@ -139,19 +139,13 @@
    <!--======================================================================-->
    <h2 id="dir-structure">Build Bots</h2>
    <!--======================================================================-->
-   <p>These are the libc++ build bots</p>
+   <p>The latest libc++ build results can be found at the following locations.</p>
    <ul>
-      <li><a href="http://llvm-amd64.freebsd.your.org/b/builders/libcxx-amd64-freebsd">
-        clang-libcxxrt-x86_64-freebsd10
+      <li><a href="http://lab.llvm.org:8011/console">
+        Buildbot libc++ builders
       </a></li>
-      <li><a href="http://llvm-amd64.freebsd.your.org/b/builders/libcxx-i386-freebsd">
-        clang-libcxxrt-i386-freebsd10
-      </a></li>
-      <li><a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-debian">
-        clang-libcxxabi-x86_64-linux-debian
-      </a></li>
-      <li><a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-ubuntu">
-        clang-libcxxabi-x86_64-linux-ubuntu
+      <li><a href="http://lab.llvm.org:8080/green/view/Libcxx/">
+        Jenkins libc++ builders
       </a></li>
     </ul>
 





More information about the cfe-commits mailing list