Repository: incubator-ignite Updated Branches: refs/heads/ignite-456 d17fddd20 -> 8571dd470
# ignite-456: remove usused code Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8571dd47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8571dd47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8571dd47 Branch: refs/heads/ignite-456 Commit: 8571dd4707d77ff370603022ad8fc8df3a80e798 Parents: d17fddd Author: Artem Shutak <ashu...@gridgain.com> Authored: Mon May 18 12:33:42 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Mon May 18 12:33:42 2015 +0300 ---------------------------------------------------------------------- dev-tools/src/main/groovy/jiraslurp.groovy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8571dd47/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 34c1725..5b73b70 100644 --- a/dev-tools/src/main/groovy/jiraslurp.groovy +++ b/dev-tools/src/main/groovy/jiraslurp.groovy @@ -161,7 +161,7 @@ def runAllTestBuilds = { jiraNum -> String line; while ( (line = br.readLine()) != null) - System.out.println(line); + println line br.close(); } @@ -172,10 +172,6 @@ args.each { def parameters = it.split('=') if (parameters[0] == 'slurp') { - String psSt = "curl -v POST http://task_runner:amq+KF4Trn+J@204.14.53.152:80/httpAuth/app/rest/buildQueue -H \"Content-Type: application/xml\" -d \"<build><buildType id='Ignite_IgniteBasic'/></build>\"" - - checkprocess Runtime.getRuntime().exec(psSt); - checkForAttachments() // For each ticket with new attachment, let's trigger remove build