[Erp5-report] r37146 luke - /erp5/trunk/products/ERP5/Tool/TemplateTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 15 17:24:32 CEST 2010


Author: luke
Date: Thu Jul 15 17:24:31 2010
New Revision: 37146

URL: http://svn.erp5.org?rev=37146&view=rev
Log:
 - append to fetch BT5 which are saved from running site

Modified:
    erp5/trunk/products/ERP5/Tool/TemplateTool.py

Modified: erp5/trunk/products/ERP5/Tool/TemplateTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TemplateTool.py?rev=37146&r1=37145&r2=37146&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] Thu Jul 15 17:24:31 2010
@@ -578,6 +578,9 @@ class TemplateTool (BaseTool):
       ##           with special key?
       # bt5_path_list.append(self.absolute_url() + '/asRepository/')
       bt5_path_list.append(os.path.join(site_configuration.instancehome, 'bt5'))
+      # add locally saved Business Templates, not perfect, but helps some
+      # people doing strict TTW development
+      bt5_paht_list.append(site_configuration.clienthome)
       test_cmd_args += ['--bt5_path', ','.join(bt5_path_list)]
       test_cmd_args += test_list
       # prepare message - intentionally without any additional formatting, as




More information about the Erp5-report mailing list