Skip to content
Snippets Groups Projects
Commit 5bbcc14d authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[FIX] packaging: tarball nightly test

PIL is no more en pypi. Use the external provider.
parent 94e2d992
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ def test_tgz(o):
with docker('openerp-%s-debian-nightly-tests' % version, o.build_dir, o.pub) as wheezy:
wheezy.release = 'openerp.tar.gz'
wheezy.system("service postgresql start")
wheezy.system('pip install /opt/release/%s' % wheezy.release)
wheezy.system('pip install --allow-external PIL --allow-unverified PIL /opt/release/%s' % wheezy.release)
wheezy.system("useradd --system --no-create-home openerp")
wheezy.system('su postgres -s /bin/bash -c "createuser -s openerp"')
wheezy.system('su postgres -s /bin/bash -c "createdb mycompany"')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment