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 A9D44178C4 for ; Thu, 29 Jan 2015 23:30:14 +0000 (UTC) Received: (qmail 13197 invoked by uid 500); 29 Jan 2015 23:30:15 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 13151 invoked by uid 500); 29 Jan 2015 23:30:15 -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 13142 invoked by uid 99); 29 Jan 2015 23:30:15 -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; Thu, 29 Jan 2015 23:30:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB210E055B; Thu, 29 Jan 2015 23:30:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enis@apache.org To: commits@hbase.apache.org Message-Id: <6d8e4cb6cb414f35bd64ad10a1f7e280@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM moves sourcing of .properties file to start of the script) Date: Thu, 29 Jan 2015 23:30:14 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 393191046 -> a5613efa7 HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM moves sourcing of .properties file to start of the script) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a5613efa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a5613efa Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a5613efa Branch: refs/heads/master Commit: a5613efa7b22a31811cd326e9ad231911afdbde2 Parents: 3931910 Author: Enis Soztutar Authored: Thu Jan 29 15:30:05 2015 -0800 Committer: Enis Soztutar Committed: Thu Jan 29 15:30:05 2015 -0800 ---------------------------------------------------------------------- dev-support/test-patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a5613efa/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index bacf22c..0cf5c03 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -34,6 +34,8 @@ PATCH_DIR=/tmp BASEDIR=$(pwd) BRANCH_NAME="master" +. $BASEDIR/dev-support/test-patch.properties + PS=${PS:-ps} AWK=${AWK:-awk} WGET=${WGET:-wget} @@ -277,7 +279,6 @@ setup () { cleanupAndExit 0 fi fi - . $BASEDIR/dev-support/test-patch.properties ### exit if warnings are NOT defined in the properties file if [ -z "$OK_FINDBUGS_WARNINGS" ] || [[ -z "$OK_JAVADOC_WARNINGS" ]] || [[ -z $OK_RELEASEAUDIT_WARNINGS ]] ; then echo "Please define the following properties in test-patch.properties file"