Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 0A24017549 for ; Mon, 13 Oct 2014 06:00:49 +0000 (UTC) Received: (qmail 20325 invoked by uid 500); 13 Oct 2014 06:00:48 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 20282 invoked by uid 500); 13 Oct 2014 06:00:48 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 20273 invoked by uid 99); 13 Oct 2014 06:00:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 06:00:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9772990498A; Mon, 13 Oct 2014 06:00:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Message-Id: <0c20722b3b9b4ee2b7c048d7d3cbe730@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: HBASE-12232 Suppress dots during svn commit in publish_hbase_website.sh Date: Mon, 13 Oct 2014 06:00:48 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 3ccfb2baa -> ed3be21e7 HBASE-12232 Suppress dots during svn commit in publish_hbase_website.sh Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ed3be21e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ed3be21e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ed3be21e Branch: refs/heads/master Commit: ed3be21e7fba81f20a42a60f0c3110dbc8df43c9 Parents: 3ccfb2b Author: Misty Stanley-Jones Authored: Mon Oct 13 15:58:33 2014 +1000 Committer: Misty Stanley-Jones Committed: Mon Oct 13 16:00:11 2014 +1000 ---------------------------------------------------------------------- dev-support/publish_hbase_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ed3be21e/dev-support/publish_hbase_website.sh ---------------------------------------------------------------------- diff --git a/dev-support/publish_hbase_website.sh b/dev-support/publish_hbase_website.sh index 2763dec..f63cc21 100755 --- a/dev-support/publish_hbase_website.sh +++ b/dev-support/publish_hbase_website.sh @@ -234,6 +234,6 @@ else changed the size of the website by $SVN_SIZE_DIFF MB and the number of files \ by $SVN_NUM_DIFF files." |tee /tmp/commit.txt cat /tmp/out.txt >> /tmp/commit.txt - svn commit -F /tmp/commit.txt + svn commit -q -F /tmp/commit.txt fi