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 16CAB182BD for ; Thu, 21 May 2015 18:59:27 +0000 (UTC) Received: (qmail 82008 invoked by uid 500); 21 May 2015 18:59:27 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 81976 invoked by uid 500); 21 May 2015 18:59:27 -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 81966 invoked by uid 99); 21 May 2015 18:59:27 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 18:59:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 72B7CC1385 for ; Thu, 21 May 2015 18:59:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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 (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zhxJSDl4Jrwn for ; Thu, 21 May 2015 18:59:16 +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 70F6F43BAB for ; Thu, 21 May 2015 18:59:16 +0000 (UTC) Received: (qmail 80882 invoked by uid 99); 21 May 2015 18:59: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; Thu, 21 May 2015 18:59:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7169E51BD; Thu, 21 May 2015 18:59:15 +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: Thu, 21 May 2015 18:59:16 -0000 Message-Id: <1f7e74ccd613452db157d8a4b9685133@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-ignite git commit: # ignite-456: slurp.sh 2 # ignite-456: slurp.sh 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/e706cfc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e706cfc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e706cfc7 Branch: refs/heads/ignite-456 Commit: e706cfc727302f2731b711f01b49cb7e7922f6c5 Parents: 087f2ff Author: null Authored: Thu May 21 22:00:17 2015 +0300 Committer: null Committed: Thu May 21 22:00:17 2015 +0300 ---------------------------------------------------------------------- dev-tools/slurp.sh | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e706cfc7/dev-tools/slurp.sh ---------------------------------------------------------------------- diff --git a/dev-tools/slurp.sh b/dev-tools/slurp.sh index 9565a5c..bf1e91a 100644 --- a/dev-tools/slurp.sh +++ b/dev-tools/slurp.sh @@ -17,47 +17,42 @@ # # +# Copy this script file at root of ignite repo. +# Fill all variables. # -# -DEFAULT_BRANCH='ignite-sprint-5' # +# Default branch name. Need to use last version of "jiraslurp" scripts. # -# -TC_URL='' +DEFAULT_BRANCH='ignite-sprint-5' # +# TC URL. It is 10.30.0.229 for public TC from agents. # -# -GIT_USER_NAME='test_user_name' +TC_URL='10.30.0.229' # +# Jira user name to add comments aboyt triggered builds. # -# -GIT_USER_EMAIL='test.mail@test.com' +JIRA_USER='tc_commenter' # -# -# -JIRA_USER='' - -# -# +# Jira password. # JIRA_PWD='' # +# TC user which have permissions to trigger new builds. # -# -TASK_RUNNER_PWD='' +TASK_RUNNER_USER='task_runner' # +# TC user password. # -# -TASK_RUNNER_USER='' +TASK_RUNNER_PWD='' # -# +# Space separated logins of jira useres which were approved to auto triggering patches. Like 'user1 user2 user3'. # JIRA_CONTRIBUTORS='' @@ -65,6 +60,8 @@ git fetch git checkout ${DEFAULT_BRANCH} +git pull + export TC_URL=${TC_URL} export GIT_USER_NAME=${GIT_USER_NAME} export GIT_USER_EMAIL=${GIT_USER_EMAIL} @@ -72,5 +69,6 @@ export JIRA_USER=${JIRA_USER} export JIRA_PWD=${JIRA_PWD} export TASK_RUNNER_PWD=${TASK_RUNNER_PWD} export TASK_RUNNER_USER=${TASK_RUNNER_USER} +export JIRA_CONTRIBUTORS=${JIRA_CONTRIBUTORS} gradle slurp -b dev-tools/build.gradle