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 40FA8181A6 for ; Wed, 8 Jul 2015 13:19:53 +0000 (UTC) Received: (qmail 87657 invoked by uid 500); 8 Jul 2015 13:19:53 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 87628 invoked by uid 500); 8 Jul 2015 13:19:53 -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 87619 invoked by uid 99); 8 Jul 2015 13:19:53 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 13:19:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BF590181A36 for ; Wed, 8 Jul 2015 13:19:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id t_l6Pl9BNGTV for ; Wed, 8 Jul 2015 13:19:44 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 1A32D4E239 for ; Wed, 8 Jul 2015 13:18:24 +0000 (UTC) Received: (qmail 85623 invoked by uid 99); 8 Jul 2015 13:18:16 -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; Wed, 08 Jul 2015 13:18:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 08B30E680F; Wed, 8 Jul 2015 13:18:16 +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: Wed, 08 Jul 2015 13:18:47 -0000 Message-Id: In-Reply-To: <878e9e6609994fb0a1ee7fc838eaf6f9@git.apache.org> References: <878e9e6609994fb0a1ee7fc838eaf6f9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/50] incubator-ignite git commit: # master: update DEFAULT_BRANCH to master. # master: update DEFAULT_BRANCH to master. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/17ee8a6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/17ee8a6b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/17ee8a6b Branch: refs/heads/ignite-648-failover Commit: 17ee8a6b837c6266b5065b956df0918305ec8814 Parents: 9d0aa6f Author: ashutak Authored: Tue Jul 7 20:39:14 2015 +0300 Committer: ashutak Committed: Tue Jul 7 20:39:14 2015 +0300 ---------------------------------------------------------------------- dev-tools/slurp.sh | 2 +- scripts/git-patch-prop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/17ee8a6b/dev-tools/slurp.sh ---------------------------------------------------------------------- diff --git a/dev-tools/slurp.sh b/dev-tools/slurp.sh index 7edc776..ad7bc01 100755 --- a/dev-tools/slurp.sh +++ b/dev-tools/slurp.sh @@ -24,7 +24,7 @@ # # Default branch name. Need to use last version of "jiraslurp" scripts. # -DEFAULT_BRANCH='ignite-sprint-5' +DEFAULT_BRANCH='master' # # TC URL. It is 10.30.0.229 for public TC from agents. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/17ee8a6b/scripts/git-patch-prop.sh ---------------------------------------------------------------------- diff --git a/scripts/git-patch-prop.sh b/scripts/git-patch-prop.sh index 16f907e..1b531fa 100644 --- a/scripts/git-patch-prop.sh +++ b/scripts/git-patch-prop.sh @@ -19,6 +19,6 @@ # # Git patch-file maker/applier properties. # -IGNITE_DEFAULT_BRANCH='ignite-sprint-7' +IGNITE_DEFAULT_BRANCH='master' PATCHES_HOME=${IGNITE_HOME}