This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new a0db284  Automatic Site Publish by Buildbot
a0db284 is described below

commit a0db2845b81cddfa9d265e86b87cf533c9a22ea6
Author: buildbot <us...@infra.apache.org>
AuthorDate: Thu Apr 29 13:14:00 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/feed.xml                     | 4 ++--
 output/how-to-contribute/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 11734f7..6776e64 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 28 Apr 2021 11:24:07 +0000</pubDate>
-    <lastBuildDate>Wed, 28 Apr 2021 11:24:07 +0000</lastBuildDate>
+    <pubDate>Thu, 29 Apr 2021 13:13:54 +0000</pubDate>
+    <lastBuildDate>Thu, 29 Apr 2021 13:13:54 +0000</lastBuildDate>
     <generator>Jekyll v4.2.0</generator>
     
     
diff --git a/output/how-to-contribute/index.html 
b/output/how-to-contribute/index.html
index 61d1c7d..d707ebf 100644
--- a/output/how-to-contribute/index.html
+++ b/output/how-to-contribute/index.html
@@ -222,7 +222,7 @@ there are other ways to contribute to Accumulo:</p>
 </code></pre></div>    </div>
   </li>
   <li>Do work and commit to your branch. You can reference <a 
href="https://chris.beams.io/posts/git-commit/";>this link</a> for a guide on 
how to write good commit log messages.</li>
-  <li>Ensure you works satisfies the guidelines laid out in the <code 
class="language-plaintext highlighter-rouge">CONTRIBUTING.md</code> file.</li>
+  <li>Ensure your branch builds cleanly using the command: <code 
class="language-plaintext highlighter-rouge">mvn clean verify 
-DskipITs</code></li>
   <li>If needed, squash to the minimum number of commits. For help on 
squashing commits, see this <a 
href="http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html";>tutorial</a>
 or <a 
href="https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git";>StackOverflow
 answer</a>.</li>
   <li><a href="https://help.github.com/articles/pushing-to-a-remote/";>Push</a> 
your branch to your fork.
     <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code> git push origin accumulo-4321

Reply via email to