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 <[email protected]> Authored: Thu Jan 29 15:30:05 2015 -0800 Committer: Enis Soztutar <[email protected]> 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"
