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 5C93C17A0D for ; Fri, 29 May 2015 18:11:48 +0000 (UTC) Received: (qmail 67307 invoked by uid 500); 29 May 2015 18:11:48 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 67240 invoked by uid 500); 29 May 2015 18:11:48 -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 67220 invoked by uid 99); 29 May 2015 18:11:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2015 18:11:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D82F0C9C3B for ; Fri, 29 May 2015 18:11:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id L8tzz-CxZWOD for ; Fri, 29 May 2015 18:11:39 +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 8C85F47BF9 for ; Fri, 29 May 2015 18:11:39 +0000 (UTC) Received: (qmail 66796 invoked by uid 99); 29 May 2015 18:11:38 -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; Fri, 29 May 2015 18:11:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A368ADFD5B; Fri, 29 May 2015 18:11:38 +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: Fri, 29 May 2015 18:11:42 -0000 Message-Id: <40d2c3f3d89d4bc1bf9feb428eed6ea6@git.apache.org> In-Reply-To: <5b9478d8f616496481229fb3f674099c@git.apache.org> References: <5b9478d8f616496481229fb3f674099c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/50] [abbrv] incubator-ignite git commit: # ignite-456 # ignite-456 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/036d68d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/036d68d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/036d68d5 Branch: refs/heads/ignite-218 Commit: 036d68d5f5bbbf9c557c87b21bda03e247754bba Parents: 982235b Author: artem.shutak Authored: Wed May 27 12:00:59 2015 +0300 Committer: artem.shutak Committed: Wed May 27 12:00:59 2015 +0300 ---------------------------------------------------------------------- dev-tools/src/main/groovy/jiraslurp.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/036d68d5/dev-tools/src/main/groovy/jiraslurp.groovy ---------------------------------------------------------------------- diff --git a/dev-tools/src/main/groovy/jiraslurp.groovy b/dev-tools/src/main/groovy/jiraslurp.groovy index 610060f..e1db80f 100644 --- a/dev-tools/src/main/groovy/jiraslurp.groovy +++ b/dev-tools/src/main/groovy/jiraslurp.groovy @@ -295,7 +295,7 @@ def applyPatch = { jira, attachementURL -> println "Patch was applied successfully." } - catch (Exception e) { + catch (Throwable e) { println "Patch was not applied successfully. Aborting patch applying." tryGitAmAbort()