Skip to content

Commit

Permalink
add another checkout to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 4, 2010
1 parent 5f9b4d8 commit 5a0c920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.egg-info
6 changes: 6 additions & 0 deletions silver/build-fs-layout.sh
Expand Up @@ -19,6 +19,12 @@ if [ ! -e src/openwebapps-sticky-repo ] ; then
cd ..
fi

if [ ! -e src/velruse ] ; then
cd src
git clone https://github.com/bbangert/velruse.git
cd ..
fi

if [ ! -L app.ini ] ; then
rm -f app.ini
ln -s src/openwebapps-sticky-repo/silver/app.ini
Expand Down

0 comments on commit 5a0c920

Please sign in to comment.