[llvm-commits] [zorg] r143558 - in /zorg/trunk: buildbot/osuosl/master/templates/root.html zorg/buildbot/__init__.py
Galina Kistanova
gkistanova at gmail.com
Wed Nov 2 11:05:46 PDT 2011
Author: gkistanova
Date: Wed Nov 2 13:05:46 2011
New Revision: 143558
URL: http://llvm.org/viewvc/llvm-project?rev=143558&view=rev
Log:
Small change buildbot home page; added required import.
Modified:
zorg/trunk/buildbot/osuosl/master/templates/root.html
zorg/trunk/zorg/buildbot/__init__.py
Modified: zorg/trunk/buildbot/osuosl/master/templates/root.html
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/templates/root.html?rev=143558&r1=143557&r2=143558&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/templates/root.html (original)
+++ zorg/trunk/buildbot/osuosl/master/templates/root.html Wed Nov 2 13:05:46 2011
@@ -16,8 +16,18 @@
!
</h1>
-<div class="column">
+<p>Our goal is to provide a good build and test overage for all supported platforms.</p>
+<p>
+ If you are willing to donate some CPU circles and some room on a hard drive, you are welcome.
+ The instructions of how to add a build slave to the LLVM Buildbot infrastructure can be found
+ in the
+ <a href="http://llvm.org/docs/HowToAddABuilder.html">
+ How to Add Your Build Configuration to the LLVM Buildbot Infrastructure</a>
+ document.
+</p>
+<div class="column">
+<h2>Navigate:</h2>
<ul>
{% set item_class=cycler('alt', '') %}
@@ -41,8 +51,6 @@
<li class="{{ item_class.next() }}"><a href="buildslaves">Buildslave</a> information</li>
<li class="{{ item_class.next() }}"><a href="changes">Changesource</a> information.</li>
-
- <li class="{{ item_class.next() }}">How to <a href="http://llvm.org/docs/HowToAddABuilder.html">Add Your Build Configuration</a> to LLVM buildbot infrastructure.</li>
<li class="{{ item_class.next() }}"><a href="about">About</a> this Buildbot</li>
</ul>
Modified: zorg/trunk/zorg/buildbot/__init__.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/__init__.py?rev=143558&r1=143557&r2=143558&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/__init__.py (original)
+++ zorg/trunk/zorg/buildbot/__init__.py Wed Nov 2 13:05:46 2011
@@ -1,4 +1,5 @@
import builders
import commands
+import changes
__all__ = []
More information about the llvm-commits
mailing list