Explorar el Código

specify web2py tag to clone

Keith Newman hace 10 años
padre
commit
15fd07611e
Se han modificado 1 ficheros con 1 adiciones y 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/