Commit Graph

119 Commits

Author SHA1 Message Date
P. Christeas e5bc5503d7 setup: The ssl certs should *not* be distributed.
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
2010-11-23 15:58:44 +02:00
Stephane Wirtel b4a68aa716 [FIX] Update the setup.py to solve some problems
bzr revid: stephane@openerp.com-20101018220104-8voqsqm6my8n10tr
2010-10-19 00:01:04 +02:00
Julien Thewys 8d28fc5a61 [FIX] Backported os.walk with followlinks from python 2.6 to make setup.py compatible with 2.5
bzr revid: jth@openerp.com-20100920132845-aanmyzcsrsd0acqh
2010-09-20 15:28:45 +02:00
Julien Thewys ed4a891e82 [FIX] Fixed pywebdav module name.
bzr revid: jth@openerp.com-20100920132252-a0jknr7owdg8qyce
2010-09-20 15:22:52 +02:00
Julien Thewys 2f31181c20 [FIX] Added pixmaps directory in the build.
bzr revid: jth@openerp.com-20100920130047-ddllrpr50i79zxuk
2010-09-20 15:00:47 +02:00
Stephane Wirtel f850f28ea6 [MERGE] lp:~stephane-openerp/openobject-server/trunk_setup_use_setuptools
bzr revid: stephane@openerp.com-20100813130310-2ttfgqbij0xgdkp6
2010-08-13 15:03:10 +02:00
xrg (P. Christeas) b7f884614f [FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module.
bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut
2010-08-04 15:50:14 +02:00
Stephane Wirtel 4169795ad2 [IMP] Rewrite the setup.py file to use the setuptools package
bzr revid: stephane@openerp.com-20100602124151-j07ji0u8ds16qfdy
2010-06-02 14:41:51 +02:00
Stephane Wirtel 62c4eb806f [FIX] Use the get_python_lib of distutils. This function is very
useful because it returns the right directory to store the data files
  for OpenERP. This patch fix a bug with the dist-packages directory
  and python 2.6 on Ubuntu >= 9.04

bzr revid: stephane@openerp.com-20100527134232-ah3wotkz5dea7045
2010-05-27 15:42:32 +02:00
Anup (OpenERP) 67277f6f3d [MERGE] Merged from the main trunk server branch.
bzr revid: ach@tinyerp.com-20100520050727-zdkp6mp65kmfm66o
2010-05-20 10:37:27 +05:30
Olivier Dony ae6e1e2237 [ADD] added dependency on pywebdav in trunk server for packaging of document_webdav
bzr revid: odo@openerp.com-20100518143628-ow56wyci1owcrg3c
2010-05-18 16:36:28 +02:00
Anup (OpenERP) 97f5d3a781 [FIX] In the case we want to generate the RPM package, we change the version
bzr revid: ach@tinyerp.com-20100513100758-ev8l513snmgntk4a
2010-05-13 15:37:58 +05:30
Anup (OpenERP) d2ad2f4355 [FIX] Remove the libxml2 and libxslt dependencies for the packaging
bzr revid: ach@tinyerp.com-20100513091940-kqftafi3slai91m9
2010-05-13 14:49:40 +05:30
Jay (Open ERP) b027ff80a6 [FIX] setup.py: add the missing librairies for the windows packaging
bzr revid: jvo@tinyerp.com-20100513062042-wqvv4syxyzcg3nri
2010-05-13 11:50:42 +05:30
STW 23586fb331 Code improvement by stephane
bzr revid: hda@tinyerp.com-20100312061500-540cpy0cbcwxmfbq
2010-03-12 11:45:00 +05:30
Rvo (Open ERP) 587828161d [ADD]:suppot for __openerp__.py or __terp__.py
bzr revid: rvo@tinyerp.co.in-20100311084941-1l92enpyz1a98hrr
2010-03-11 14:19:41 +05:30
Julien Thewys adf77f4a01 [IMP] Added yaml dependency in setup.py build script.
bzr revid: jth@openerp.com-20100309113936-9j4uqolxk0pmewf4
2010-03-09 12:39:36 +01:00
Xavier Morel e272ebf713 remove xml.* dependencies in py2exe packages list
bzr revid: xmo@tinyerp.com-20100302090031-3b05optzvlycn88z
2010-03-02 10:00:31 +01:00
Xavier Morel b4f3dcde7e [merge] mx.DateTime-removal branch by rvalyi
https://code.launchpad.net/~openerp-commiter/openobject-server/server-mxdatetime-free/+merge/16099

bzr revid: xmo@tinyerp.com-20100202073928-xcnqd57l10jd3dg1
2010-02-02 08:39:28 +01:00
Raphaël Valyi 48e935e6a2 [MERGE] from trunk
bzr revid: rvalyi@gmail.com-20100201130334-mgd708bztw2uxya9
2010-02-01 11:03:34 -02:00
Raphaël Valyi 855d0fc82f [FIX] replaced last mx package reference in setup.py by dateutil reference
bzr revid: rvalyi@gmail.com-20100201125901-1xgcilmb3rrildeo
2010-02-01 10:59:01 -02:00
Stephane Wirtel 41022efb24 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112092132-306ixi74r61wfh6y
2010-01-12 10:21:32 +01:00
Raphaël Valyi a638f8aaba [MERGE]
bzr revid: rvalyi@gmail.com-20091217232137-y7gb1lvi3vyjbvtn
2009-12-17 21:21:37 -02:00
Xavier Morel 780fd64ccd [merge] from trunk, including mako fix: removal of bundled mako, addition of mako to required modules
bzr revid: xmo@tinyerp.com-20091215205434-nbr6pexxb2av0wyy
2009-12-15 21:54:34 +01:00
Raphaël Valyi 43d037de7b [MERGE] from trunk
bzr revid: rvalyi@gmail.com-20091214152649-vw7cclpi5val7wsq
2009-12-14 13:26:49 -02:00
Raphaël Valyi d9fbe66f33 [FIX] added datutil pure Python lib dependency
bzr revid: rvalyi@gmail.com-20091214152152-3mfngzhagcpl47u6
2009-12-14 13:21:52 -02:00
Xavier Morel ccc76c9420 [merge] from lxml-fixes
bzr revid: xmo@tinyerp.com-20091214083412-pbnfhvgebkovpufm
bzr revid: xmo@tinyerp.com-20091214133327-ze5ffr1m99m4q357
2009-12-14 14:33:27 +01:00
Xavier Morel d980d96150 [merge] from trunk
bzr revid: xmo@tinyerp.com-20091207144452-lwnkx46om3a21b94
bzr revid: xmo@tinyerp.com-20091208151256-lq7n9r51e99pfkxg
bzr revid: xmo@tinyerp.com-20091210111114-zoaop8nqhpfd8j22
bzr revid: xmo@tinyerp.com-20091211090051-9und4m828igz0q54
bzr revid: xmo@tinyerp.com-20091214083220-ki7zuginy2467h4h
bzr revid: xmo@tinyerp.com-20091214132934-p732a77qq6zo261s
2009-12-14 14:29:34 +01:00
NCH(openerp) 938ac06c46 Added mako in setup.py
bzr revid: hda@tinyerp.com-20091214110253-wh9tlpnz0zjt50ou
2009-12-14 16:32:53 +05:30
Cristian Salamea (GnuThink) f41e524133 [REF] get rid of the mx.Datetime C dependency, meaning better portability, especially to alternative Python interpreters, better maintainability; implements this blueprint: https://blueprints.launchpad.net/openobject-server/+spec/get-rid-of-mx-datetime-dependency; largely the work of Cristian Salamea (GnuThink)
bzr revid: rvalyi@gmail.com-20091213181601-4k4mhtgnv2qynrjo
2009-12-13 16:16:01 -02:00
Xavier Morel 1adf66b472 [fix] forgot afm subpackage of pychart
bzr revid: xmo@tinyerp.com-20091212165508-t55d90m1dj2p60q3
2009-12-12 17:55:08 +01:00
Xavier Morel 62caee00e3 [fix] broken stuff
bzr revid: xmo@tinyerp.com-20091212165249-ffujxd6xz38438ba
2009-12-12 17:52:49 +01:00
Xavier Morel 43e9f81873 [fix] style fixes
bzr revid: xmo@tinyerp.com-20091212164600-1o0i5ka83c67m9mj
2009-12-12 17:46:00 +01:00
Xavier Morel 466b6e5d7d [imp] display more interesting message in temporary script, exit with status 1
bzr revid: xmo@tinyerp.com-20091212163305-1f34mz6m0h21u41p
2009-12-12 17:33:05 +01:00
Xavier Morel f95956aaa3 [imp] remove pointless points, parens
bzr revid: xmo@tinyerp.com-20091212162922-mcvchh3kuus05k5c
2009-12-12 17:29:22 +01:00
Xavier Morel 16e8780b5c [imp] directly iterate on open file instead of using readlines()
bzr revid: xmo@tinyerp.com-20091212162114-5e508sxp40t8bimx
2009-12-12 17:21:14 +01:00
Xavier Morel bf00e82591 [rem] useless 'caching' indirection which doesn't cache anything
bzr revid: xmo@tinyerp.com-20091212161800-r09hukkkibib4byf
2009-12-12 17:18:00 +01:00
Xavier Morel a3c3b16974 [fix] don't chdir when there is no need to
bzr revid: xmo@tinyerp.com-20091212161314-ugcveociv6v85u8z
2009-12-12 17:13:14 +01:00
Xavier Morel 5221a2514e [imp] import os.path.isfile unqualified, use filter instead of listcomp when we just apply a function
bzr revid: xmo@tinyerp.com-20091212160959-w9hgcf4btkx7yde3
2009-12-12 17:09:59 +01:00
Xavier Morel 4ee25261c0 [imp] remove aliasing of os.path.join, just import it unqualified
bzr revid: xmo@tinyerp.com-20091212160621-x92wjfzmvl27n5hg
2009-12-12 17:06:21 +01:00
Xavier Morel 7b50872ce4 [imp] remove unclear boolean flags, replace with error list
bzr revid: xmo@tinyerp.com-20091212160237-n6r949cimnwlrzvj
2009-12-12 17:02:37 +01:00
Xavier Morel 7daf1bc09a [imp] use imp.find_module instead of exec('import %s')
bzr revid: xmo@tinyerp.com-20091212160004-0u8m6v9w3o9p97hp
2009-12-12 17:00:04 +01:00
Xavier Morel 5f2c53c0af [imp] add mx and pytz to the list of required modules
bzr revid: xmo@tinyerp.com-20091212155306-nb963a9wkh1w23io
2009-12-12 16:53:06 +01:00
Xavier Morel 0a03e0495d [add] missing package mako leading to broken server when installing via setup.py (or requirement to install mako separately)
bzr revid: xmo@tinyerp.com-20091212153509-068lwixdebc258pq
2009-12-12 16:35:09 +01:00
Xavier Morel bab0cbd03f [add] missing packages pychart and report.render.makohtml2html leading to broken server when installing via setup.py
bzr revid: xmo@tinyerp.com-20091212152631-0b45yz4iit6n8raj
2009-12-12 16:26:31 +01:00
Xavier Morel c7045fce52 [imp] sort list of packages to install
bzr revid: xmo@tinyerp.com-20091212152513-y07h8b86led1assr
2009-12-12 16:25:13 +01:00
Xavier Morel 99e05779ea [imp] remove pointless check on xml package, sort required_modules
bzr revid: xmo@tinyerp.com-20091212152404-j56ef6xzk95f0l00
2009-12-12 16:24:04 +01:00
Xavier Morel 91c515382c [merge] 5.0-lxml-fixes into trunk
bzr revid: xmo@tinyerp.com-20091202092042-36gz0wkbu27aetvc
bzr revid: xmo@tinyerp.com-20091202093008-9uwo63c0bwdh8eaw
2009-12-02 10:30:08 +01:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
Xavier Morel 752e88e521 [FIX] Remove leftover instances of libxslt and libxml2, replace them by lxml
bzr revid: xmo@tinyerp.com-20091128100104-n0s3sv3p1601mn50
2009-11-28 11:01:04 +01:00