Skip to content

Commit

Permalink
Merge pull request cloudius-systems#1 from tgrabiec/master
Browse files Browse the repository at this point in the history
Add tomcat module

Signed-off-by: [email protected]
  • Loading branch information
nyh committed Nov 24, 2013
2 parents e7c64f3 + 83ceb07 commit b52652c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tomcat/GET
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
set -e
MAJOR=7
VERSION=${MAJOR}.0.42

dir=apache-tomcat-$VERSION
archive=$dir.tar.gz

mkdir upstream
cd upstream
wget http://archive.apache.org/dist/tomcat/tomcat-${MAJOR}/v${VERSION}/bin/${archive}
tar zxvf $archive
cd ..

cat > usr.manifest <<EOF
# This file is automatically generated
/usr/tomcat/**:module/tomcat/upstream/$dir/**
EOF
Empty file added tomcat/Makefile
Empty file.
Empty file added tomcat/bootfs.manifest
Empty file.

0 comments on commit b52652c

Please sign in to comment.