You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/06/01 04:34:05 UTC

svn commit: r910736 - in /websites/staging/accumulo/trunk/content: ./ source.html

Author: buildbot
Date: Sun Jun  1 02:34:04 2014
New Revision: 910736

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/source.html

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun  1 02:34:04 2014
@@ -1 +1 @@
-1597820
+1598943

Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Sun Jun  1 02:34:04 2014
@@ -239,10 +239,12 @@ need to install or modify the Thrift def
 <p>Note that this git clean command will delete any files unknown to git in a way that is irreversible. This includes files and directories created by IDEs in the workspace, even if git is normally configured to ignore them.</p>
 <h3 id="continuous-integration">Continuous Integration</h3>
 <p>Accumulo uses <a href="http://jenkins-ci.org/">Jenkins</a> for automatic builds.</p>
-<p><img src="https://builds.apache.org/job/Accumulo-Master/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-Master/">Master</a></p>
-<p><img src="https://builds.apache.org/job/Accumulo-1.6/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.6/">1.6 Branch</a></p>
-<p><img src="https://builds.apache.org/job/Accumulo-1.5-Hadoop-2/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.5-Hadoop-2/">1.5 Branch (Hadoop 2)</a></p>
-<p><img src="https://builds.apache.org/job/Accumulo-1.5/lastBuild/buildStatus" style="height: 1.1em"> <a href="https://builds.apache.org/job/Accumulo-1.5/">1.5 Branch (Hadoop 1)</a></p>
+<ul>
+<li><a href="https://builds.apache.org/job/Accumulo-Master/">Master</a></li>
+<li><a href="https://builds.apache.org/job/Accumulo-1.6/">1.6 Branch</a></li>
+<li><a href="https://builds.apache.org/job/Accumulo-1.5-Hadoop-2/">1.5 Branch (Hadoop 2)</a></li>
+<li><a href="https://builds.apache.org/job/Accumulo-1.5/">1.5 Branch (Hadoop 1)</a></li>
+</ul>
 <h3 id="issue-tracking">Issue Tracking</h3>
 <p>Accumulo <a href="https://issues.apache.org/jira/browse/accumulo">tracks issues</a> with <a href="http://www.atlassian.com/software/jira/overview">JIRA</a>.  Every commit should reference a JIRA ticket of the form ACCUMULO-#.</p>
 <h3 id="merging-practices">Merging Practices</h3>