You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2013/01/05 20:17:59 UTC

git commit: [HELIX-24] Adding configuration to add .sh extension to generated shell scripts

Updated Branches:
  refs/heads/master 567fa3090 -> f9e821eaf


[HELIX-24] Adding configuration to add .sh extension to generated shell scripts


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/f9e821ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/f9e821ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/f9e821ea

Branch: refs/heads/master
Commit: f9e821eafe411d4ee58c7e831717b418c2499852
Parents: 567fa30
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Sat Jan 5 11:17:42 2013 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Sat Jan 5 11:17:42 2013 -0800

----------------------------------------------------------------------
 pom.xml                         |    3 +++
 src/site/markdown/Quickstart.md |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f9e821ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb4d3ad..e331776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,6 +279,9 @@ under the License.
           <artifactId>appassembler-maven-plugin</artifactId>
           <version>1.1.1</version>
           <configuration>
+            <binFileExtensions>
+              <unix>.sh</unix>
+            </binFileExtensions>
             <!-- Set the target configuration directory to be used in the bin scripts -->
             <configurationDirectory>conf</configurationDirectory>
             <!-- Copy the contents from "/src/main/config" to the target configuration directory in the assembled application -->

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/f9e821ea/src/site/markdown/Quickstart.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/Quickstart.md b/src/site/markdown/Quickstart.md
index 4d92fe8..a244d1d 100644
--- a/src/site/markdown/Quickstart.md
+++ b/src/site/markdown/Quickstart.md
@@ -40,7 +40,7 @@ Short Version
 
     cd helix-core/target/helix-core-pkg/bin
     chmod +x *
-    ./quickstart.sh
+    ./quickstart
 
 
 This gives an overview of Helix Apis and how it facilitates Automatic Partition Management, Failure Handling and Cluster Expansion.