andreschenkels/odoo-install-scripts

speed up first boot up

blaggacao opened this issue · 2 comments

Hey Andre

isn't there a "depth" variable like in ansible to set?
This would greatly redouce downlod, if there is no need for the whole history...

sudo git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/

sudo git clone --depth $OE_DEPTH --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/

with:

OE_DEPTH="1"