From 9b88baa6f8a87bb86dfccc31aea0260b54c0facb Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 12 Jul 2012 18:52:54 +0530 Subject: [PATCH] updates in install_erpnext.py --- install_erpnext.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install_erpnext.py b/install_erpnext.py index c1bb2dad82c..fdbfdb9c19a 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -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")