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/02 06:08:54 UTC

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

Author: buildbot
Date: Mon Jun  2 04:08:53 2014
New Revision: 910843

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 Mon Jun  2 04:08:53 2014
@@ -1 +1 @@
-1598943
+1599087

Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Mon Jun  2 04:08:53 2014
@@ -239,12 +239,10 @@ 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>
-<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>
+<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>
 <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>