Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFECB17EFC for ; Mon, 6 Apr 2015 15:07:11 +0000 (UTC) Received: (qmail 92328 invoked by uid 500); 6 Apr 2015 15:07:11 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 92264 invoked by uid 500); 6 Apr 2015 15:07:11 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 92125 invoked by uid 99); 6 Apr 2015 15:07:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 15:07:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Apr 2015 15:07:09 +0000 Received: (qmail 90940 invoked by uid 99); 6 Apr 2015 15:06:49 -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; Mon, 06 Apr 2015 15:06:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3B72AE17CC; Mon, 6 Apr 2015 15:06:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 06 Apr 2015 15:07:09 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [22/50] [abbrv] incubator-ignite git commit: # patch-scripts: review 2 X-Virus-Checked: Checked by ClamAV on apache.org # patch-scripts: review 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9a523ceb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9a523ceb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9a523ceb Branch: refs/heads/ignite-437-sqltests-p2 Commit: 9a523ceb1486b4b25dc47a6e0629681d1394d216 Parents: a95e8de Author: Artem Shutak Authored: Fri Apr 3 19:11:03 2015 +0300 Committer: Artem Shutak Committed: Fri Apr 3 19:11:03 2015 +0300 ---------------------------------------------------------------------- scripts/git-apply-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9a523ceb/scripts/git-apply-patch.sh ---------------------------------------------------------------------- diff --git a/scripts/git-apply-patch.sh b/scripts/git-apply-patch.sh index 500b0a5..c5f686f 100755 --- a/scripts/git-apply-patch.sh +++ b/scripts/git-apply-patch.sh @@ -89,6 +89,6 @@ currentAndDefaultBranchesShouldBeEqual ${IGNITE_HOME} ${IGNITE_DEFAULT_BRANCH} requireCleanWorkTree ${IGNITE_HOME} -IGNITE_PATCH_FILE=${PATCHES_HOME}/${IGNITE_DEFAULT_BRANCH}_${IGNITE_TASK}_ignite.patch +IGNITE_PATCH_FILE=${PATCHES_HOME}/${IGNITE_DEFAULT_BRANCH}_${IGNITE_TASK}.patch applyPatch ${IGNITE_HOME} ${IGNITE_DEFAULT_BRANCH} ${IGNITE_PATCH_FILE}