Procházet zdrojové kódy

specify web2py tag to clone

Keith Newman před 10 roky
rodič
revize
15fd07611e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/