Browse Source

specify web2py tag to clone

Keith Newman 10 years ago
parent
commit
15fd07611e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/web2py/install.sh

+ 1 - 1
frameworks/Python/web2py/install.sh

@@ -13,6 +13,6 @@ $PY2_PIP install --install-option="--prefix=${PY2_ROOT}" -r $TROOT/requirements.
 
 cd $TROOT
 rm -fr web2py
-git clone --recursive https://github.com/web2py/web2py.git 
+git clone --recursive --branch R-2.10.3 https://github.com/web2py/web2py.git 
 cp -r app/app/ web2py/applications/
 cp app/routes.py web2py/