Explorar o código

specify web2py tag to clone

Keith Newman %!s(int64=10) %!d(string=hai) anos
pai
achega
15fd07611e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/