ooor 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- #!/bin/bash
2
- # Install the nightly version of OpenERP
3
- sudo apt-get -ym install python-dateutil python-docutils python-feedparser python-gdata python-jinja2 python-ldap python-lxml python-mako python-mock python-openid python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-imaging
4
- wget http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz
5
- mkdir -p src
6
- tar -xf openerp-7.0-latest.tar.gz -C src
7
-
8
- for f in ./src/*
9
- do
10
- echo "$f" | grep -Eq '^\./abc.[0-9]+$' && continue
11
- echo "Something with $f here"
12
- done
13
-
14
- mv $f openerp
15
- rm -rf ./src
16
- cd openerp
17
- python setup.py --quiet install
@@ -1,19 +0,0 @@
1
- pillow
2
- docutils
3
- psutil
4
- pytz
5
- psycopg2
6
- reportlab
7
- lxml
8
- Mako
9
- --find-links=http://download.gna.org/pychart/
10
- PyChart
11
- vobject
12
- Babel
13
- simplejson
14
- python-dateutil
15
- python-openid
16
- PyYaml
17
- werkzeug
18
- unittest2
19
- mock