Repository: incubator-ignite Updated Branches: refs/heads/ignite-1023 93a44296a -> 43d087908
# IGNITE-1023 Fixed build: added example ini file to binary build. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/43d08790 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/43d08790 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/43d08790 Branch: refs/heads/ignite-1023 Commit: 43d08790801b22f2338ced1580014b6f5bb1ae72 Parents: 93a4429 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Thu Jun 25 11:13:24 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Thu Jun 25 11:13:24 2015 +0700 ---------------------------------------------------------------------- assembly/dependencies-visor-console.xml | 1 - assembly/release-scala.xml | 1 + bin/include/visorcmd/node_startup_by_ssh.ini | 17 ++++++++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/43d08790/assembly/dependencies-visor-console.xml ---------------------------------------------------------------------- diff --git a/assembly/dependencies-visor-console.xml b/assembly/dependencies-visor-console.xml index aa1f59b..d773769 100644 --- a/assembly/dependencies-visor-console.xml +++ b/assembly/dependencies-visor-console.xml @@ -42,7 +42,6 @@ <outputDirectory>/visorcmd</outputDirectory> <includes> <include>licenses/**</include> - <include>*.ini</include> </includes> </fileSet> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/43d08790/assembly/release-scala.xml ---------------------------------------------------------------------- diff --git a/assembly/release-scala.xml b/assembly/release-scala.xml index 7456415..44dda48 100644 --- a/assembly/release-scala.xml +++ b/assembly/release-scala.xml @@ -35,6 +35,7 @@ <outputDirectory>/</outputDirectory> <includes> <include>**/ignitevisorcmd.bat</include> + <include>**/include/visorcmd/node_startup_by_ssh.ini</include> </includes> </fileSet> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/43d08790/bin/include/visorcmd/node_startup_by_ssh.ini ---------------------------------------------------------------------- diff --git a/bin/include/visorcmd/node_startup_by_ssh.ini b/bin/include/visorcmd/node_startup_by_ssh.ini index c460417..5d42b08 100644 --- a/bin/include/visorcmd/node_startup_by_ssh.ini +++ b/bin/include/visorcmd/node_startup_by_ssh.ini @@ -1,3 +1,18 @@ +;Licensed to the Apache Software Foundation (ASF) under one or more +;contributor license agreements. See the NOTICE file distributed with +;this work for additional information regarding copyright ownership. +;The ASF licenses this file to You under the Apache License, Version 2.0 +;(the "License"); you may not use this file except in compliance with +;the License. You may obtain a copy of the License at +; +;http://www.apache.org/licenses/LICENSE-2.0 +; +;Unless required by applicable law or agreed to in writing, software +;distributed under the License is distributed on an "AS IS" BASIS, +;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +;See the License for the specific language governing permissions and +;limitations under the License. + # section with settings for host 1 [host1] # ip address or host name @@ -41,4 +56,4 @@ igniteHome=/usr/lib/ignite # ignite config path cfg=examples/example-ignite.xml # ignite node start script -script=bin/ignite.sh \ No newline at end of file +script=bin/ignite.sh