Commit Graph

143 Commits

Author SHA1 Message Date
Antony Lesuisse d1e40a55af [IMP] directory cleanups, moved historical cruft into history
bzr revid: al@openerp.com-20110926005444-a7vqjb05vep7xbvj
2011-09-26 02:54:44 +02:00
Antony Lesuisse e3fb2ccea1 [IMP] setup.py remove python2.5 compatibility
bzr revid: al@openerp.com-20110925122822-njsjvs8d0qlwf4l5
2011-09-25 14:28:22 +02:00
Olivier Dony 822f286c9c [MERGE] setup.py: added vatnumber dependency, added missing json py2exe package
bzr revid: odo@openerp.com-20110920110146-1c1kijj01doa205f
2011-09-20 13:01:46 +02:00
Xavier Morel e98be6cbae [FIX] version specifier for werkzeug in setup.py file
bzr revid: xmo@openerp.com-20110913071205-kak4ylecmtpviw0x
2011-09-13 09:12:05 +02:00
Antony Lesuisse 25237f7178 [IMP] move webrelease into addons/web
bzr revid: al@openerp.com-20110909141317-uvo90sxlg8o5w9dx
2011-09-09 16:13:17 +02:00
niv-openerp 6fe22fe364 [imp] externalized release parameters
bzr revid: nicolas.vanhoren@openerp.com-20110905124214-byhgf4ogglm92ryj
2011-09-05 14:42:14 +02:00
Xavier Morel 12462610b0 [REM] all references to cherrypy
bzr revid: xmo@openerp.com-20110902090326-veq9cb9wgb9rr6m4
2011-09-02 11:03:26 +02:00
Xavier Morel 6e739caf10 [IMP] serve application via werkzeug's runner
bzr revid: xmo@openerp.com-20110902071152-0oz8a526aeakindr
2011-09-02 09:11:52 +02:00
niv-openerp 5b522f5d06 [imp] setup infrastructure for qweb message extraction
bzr revid: nicolas.vanhoren@openerp.com-20110816100940-h7mxs3ajvoem9ujj
2011-08-16 12:09:40 +02:00
Xavier Morel 17fdd718d4 [FIX] add simplejson dependency to setup.py following vmt@openerp.com-20110705122222-bhim9uft3l3sqee8 requiring it
bzr revid: xmo@openerp.com-20110707121446-3cdarrj7s3rny8ie
2011-07-07 14:14:46 +02:00
psi (Open ERP) 37f65bc8bf [IMP] include vatnumber in package list as the base_vat module will use this package for vat validation
bzr revid: psi@tinyerp.co.in-20110706095149-waba2fbq4imy9825
2011-07-06 15:21:49 +05:30
Vo Minh Thu 93e3a1f366 [FIX] netsvc: revert introduction of cgitb
(was done at revno 3452, revision-id vmt@openerp.com-20110609073416-ml22a1vhtizl3z71)

lp bug: https://launchpad.net/bugs/797690 fixed

bzr revid: vmt@openerp.com-20110623143651-v1x7obfnj48khsdj
2011-06-23 16:36:51 +02:00
Vo Minh Thu 971276b599 [ADD] openerp/netsvc: use cgitb to format the exception sent to the client, code/idea by chs.
bzr revid: vmt@openerp.com-20110609073416-ml22a1vhtizl3z71
2011-06-09 09:34:16 +02:00
Olivier Dony a7c296ae39 [FIX] setup.py: added missing pytz requirement
bzr revid: odo@openerp.com-20110524214535-8bryklmof93ronhh
2011-05-24 23:45:35 +02:00
Vo Minh Thu b247657a6a [FIX] setup.py: add pytz timezone files as data_files.
- this is needed for the windows packaging as py2exe will leave them out.
- it was already done in the 5.0 branch, but implemented differently,
  by copying the files into the library.zip (which we dont use anymore in trunk).

lp bug: https://launchpad.net/bugs/701407 fixed

bzr revid: vmt@openerp.com-20110330151943-gvl1zg2yawa4vx5x
2011-03-30 17:19:43 +02:00
Vo Minh Thu 7766fcca62 [REF] renamed openerp-server.py to openerp-server.
bzr revid: vmt@openerp.com-20110324095012-a5joofz60zrhbit5
2011-03-24 10:50:12 +01:00
Vo Minh Thu 4c45313a04 [FIX] setup.py: py2exe, sdist, and install seem good.
- added commands to the list of modules
- provide an explicit dependency link for pychart (which will be used by easy_install)

bzr revid: vmt@openerp.com-20110311110905-y8s85a24naq5zxdy
2011-03-11 12:09:05 +01:00
Vo Minh Thu 4db9a2533c [FIX] setup.py: modification so py2exe works.
- still needs some testing, sdist should be tested again.

bzr revid: vmt@openerp.com-20110309101939-zo19v7gxd1bqryrb
2011-03-09 11:19:39 +01:00
Vo Minh Thu 175dc96747 [IMP] setup.py: cleaning
- 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
2011-03-04 17:09:11 +01:00
Vo Minh Thu 44b392ef09 [FIX] setup.py: easy_install seems to work.
- 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
2011-02-24 15:26:59 +01:00
Vo Minh Thu 7855fad593 [FIX] setup.py: use the new openerp module.
- 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
2011-02-24 13:18:30 +01:00
Jay Vora (OpenERP) df6f269daa [FIX] setup.py : typo corrected
lp bug: https://launchpad.net/bugs/710813 fixed

bzr revid: jvo@tinyerp.com-20110203074415-35mt5cl2bk5szzr4
2011-02-03 13:14:15 +05:30
P. Christeas a228e192a5 setup.py: bring back the block that installs addons
Was removed in d6fc9237a62a4, but is necessary for the creation of distro
packages.

bzr revid: xrg@openerp.com-20110117134841-gcrbv699anl9jcho
2011-01-17 14:48:41 +01:00
Stephane Wirtel 086b9fd028 [REF] Add the uuid library in the dependencies and remove the commented code
bzr revid: stephane@openerp.com-20101229115233-rhr4ika4611kikue
2010-12-29 12:52:33 +01:00
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