Skip to content
Snippets Groups Projects
  1. Sep 13, 2011
  2. Sep 09, 2011
  3. Sep 05, 2011
  4. Sep 02, 2011
  5. Aug 16, 2011
  6. Jul 07, 2011
  7. Jul 06, 2011
  8. Jun 23, 2011
  9. Jun 09, 2011
  10. May 24, 2011
  11. Mar 30, 2011
  12. Mar 29, 2011
  13. Mar 25, 2011
  14. Mar 24, 2011
  15. Mar 21, 2011
  16. Mar 11, 2011
  17. Mar 09, 2011
  18. Mar 08, 2011
  19. Mar 04, 2011
    • Vo Minh Thu's avatar
      [IMP] setup.py: cleaning · 175dc967
      Vo Minh Thu authored
      - Removed unnecessary custom code to search/list files and addons.
      - Handling of some environment variable and files created specifically by debian/rule.
      - This case should be handled by simply copying the addons in the server (as is done)
        for packaging if needed. A setup.py file will probably be created for addons in the
        future.
      - The console option has been reintroduced (it is needed for py2exe) but taking care
        of adding it only on os=nt.
      - The dependency on pychart as been commented out as we already include its code.
      - Building (with py2exe) on windows has yet to be tested.
      
      bzr revid: vmt@openerp.com-20110304160911-4redpkh8mbn19rid
      175dc967
  20. Feb 24, 2011
    • Vo Minh Thu's avatar
      [FIX] setup.py: easy_install seems to work. · 44b392ef
      Vo Minh Thu authored
      - the generated bin/openerp-server.py seems to work.
      - I would like to remove the data_files() call as it seems redundant with MANIFEST.in.
      - Same for find_package_dirs().
      - I have to check first how the build on windows work (as it includes different files than on unix).
      
      bzr revid: vmt@openerp.com-20110224142659-r2wbm9f8tkldgwe6
      44b392ef
    • Vo Minh Thu's avatar
      [FIX] setup.py: use the new openerp module. · 7855fad5
      Vo Minh Thu authored
      - python setup.py build seems to work (it produces the same result as before).
      - the install seems not good: code and data are duplicated in both site-packages and dist-packages.
        (This was already true before.)
      - The bin/openerp-server is not good yet.
      
      bzr revid: vmt@openerp.com-20110224121830-hte18v9zzvel5zb5
      7855fad5
  21. Feb 03, 2011
  22. Jan 17, 2011
  23. Dec 29, 2010
  24. Nov 23, 2010
    • Panos Christeas's avatar
      setup: The ssl certs should *not* be distributed. · e5bc5503
      Panos Christeas authored
      The meaning of any SSL certificate (even self-signed) is that it uniquely
      identifies the server. So, if we have a generic cert distributed with our
      packaging, we break that. We could not even generate a cert at the "build"
      stage of our server, because that would be included in the packages.
      
      If anybody needs to run OpenERP with SSL, they will need to generate the
      certificate at the target server, possibly using ssl-cert.cfg as a sample.
      
      Also, the "ssl" directory under bin/ would confuse some pythonic code that
      had tried to "import ssl" (eg. urllib.py).
      
      bzr revid: p_christ@hol.gr-20101123135844-nr8k78qrmlyn19xb
      e5bc5503
  25. Oct 19, 2010
  26. Sep 20, 2010
  27. Aug 04, 2010
  28. Jun 02, 2010
  29. May 27, 2010
  30. May 18, 2010
  31. May 13, 2010
Loading