updates in install_erpnext.py

This commit is contained in:
Anand Doshi 2012-07-12 18:52:54 +05:30
parent 51146c07c3
commit 9b88baa6f8

View File

@ -101,12 +101,7 @@ inst.import_from_db(new_dbname, source_path=os.path.join(erpnext_path, 'data', '
# apply patches
os.chdir(erpnext_path)
os.system("lib/wnf.py -l")
# force sync all
os.system("lib/wnf.py --sync_all -f")
os.system("lib/wnf.py --cms")
os.system("lib/wnf.py --update origin master")
# set filemode false
os.system("git config core.filemode false")