Skip to content

Commit

Permalink
Add ec2 directory to zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Sep 26, 2013
1 parent 02e365c commit 1a00de0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ package:
cp -p packaging/README.txt target/h2o-$(PROJECT_VERSION)
sed "s/SUBST_PROJECT_VERSION/$(PROJECT_VERSION)/g" packaging/index.html > target/index.html
cp -p LICENSE.txt target/h2o-$(PROJECT_VERSION)
mkdir target/h2o-$(PROJECT_VERSION)/ec2
cp -p ec2/*.py ec2/*.sh ec2/README.txt target/h2o-$(PROJECT_VERSION)/ec2
(cd target; zip -r h2o-$(PROJECT_VERSION).zip h2o-$(PROJECT_VERSION))
rm -fr target/h2o-$(PROJECT_VERSION)
rm -fr target/ci
Expand Down
4 changes: 4 additions & 0 deletions packaging/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This package contains:
for your version of Hadoop (please contact
0xdata if your version is not here yet).

ec2/ Directory containing scripts for Amazon EC2.
ec2/README.txt Read this for instructions on how to run H2O
on EC2.


To try out H2O from the command line, type:
$ java -Xmx2g -jar h2o.jar
Expand Down

0 comments on commit 1a00de0

Please sign in to comment.