Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02F07192FB for ; Tue, 19 Apr 2016 16:23:59 +0000 (UTC) Received: (qmail 41377 invoked by uid 500); 19 Apr 2016 16:23:58 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 41302 invoked by uid 500); 19 Apr 2016 16:23:58 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 41286 invoked by uid 99); 19 Apr 2016 16:23:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 16:23:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BDD0DFD7B; Tue, 19 Apr 2016 16:23:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Tue, 19 Apr 2016 16:23:59 -0000 Message-Id: <3645896e85794a17998d56522fd1f202@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] accumulo git commit: Jekyll build from gh-pages:5e32656 Jekyll build from gh-pages:5e32656 Fix build instructions (verify not package for ITs) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/de13b8c9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/de13b8c9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/de13b8c9 Branch: refs/heads/asf-site Commit: de13b8c98a39efbe91b41a884a7d36055b99462f Parents: 2b94483 Author: Christopher Tubbs Authored: Tue Apr 19 12:23:25 2016 -0400 Committer: Christopher Tubbs Committed: Tue Apr 19 12:23:31 2016 -0400 ---------------------------------------------------------------------- feed.xml | 4 ++-- source.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/de13b8c9/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 827add2..ffecc1c 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Sun, 17 Apr 2016 14:21:16 -0400 - Sun, 17 Apr 2016 14:21:16 -0400 + Tue, 19 Apr 2016 12:23:28 -0400 + Tue, 19 Apr 2016 12:23:28 -0400 Jekyll v3.0.3 http://git-wip-us.apache.org/repos/asf/accumulo/blob/de13b8c9/source.html ---------------------------------------------------------------------- diff --git a/source.html b/source.html index 9ee6d27..02f7497 100644 --- a/source.html +++ b/source.html @@ -282,7 +282,7 @@ branch. You can also run this command manually:

To automatically run this post-commit hook in your local repository, copy the given file into your .git/hook directory:

-
`cp ./_devtools/git-hooks/post-commit .git/hooks/`
+
cp ./_devtools/git-hooks/post-commit .git/hooks/
 
@@ -334,7 +334,7 @@ need to install or modify the Thrift definitions as a part of developing against

Or to run the specific integration tests MyIT and YourIT (and skip all unit tests), you can run:

-
mvn package -Dtest=NoSuchTestExists -Dit.test=MyIT,YourIT -DfailIfNoTests=false
+
mvn verify -Dtest=NoSuchTestExists -Dit.test=MyIT,YourIT -DfailIfNoTests=false