Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Odoo v11 🎉 #85

Merged
merged 17 commits into from
Oct 4, 2017
Merged

Support Odoo v11 🎉 #85

merged 17 commits into from
Oct 4, 2017

Conversation

yajo
Copy link
Contributor

@yajo yajo commented Oct 2, 2017

wip
closes #22

@yajo yajo added this to the Base on Debian 9 milestone Oct 2, 2017
@yajo yajo self-assigned this Oct 2, 2017
8.0.Dockerfile Outdated
@@ -0,0 +1 @@
10.0.Dockerfile
Copy link
Contributor

@lasley lasley Oct 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO the 8.0 should be the one containing the Dockerfile, with the older newer ones inheriting. This would align with what we will do when the 12.0 comes out, inheriting the old unless there is some new installation.

libfreetype6 liblcms2-2 libtiff5 tk tcl libpq5 \
libldap-2.4-2 libsasl2-2 libx11-6 libxext6 libxrender1 \
locales-all zlibc \
bzip2 ca-certificates curl gettext-base git gnupg2 nano \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gnupg2

Whoah. We gained something GPG in Odoo 11?!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's just required to install node + npm below. It seems debian 9 doesn't bundle npm.

@lasley
Copy link
Contributor

lasley commented Oct 3, 2017

😆 I love the cascading fixups. They're almost entrancing

@yajo yajo merged commit 7a7b2e4 into master Oct 4, 2017
@yajo yajo deleted the odoo11 branch October 4, 2017 11:08
@@ -194,6 +185,9 @@ def test_dotd(self):
("--version",),
)

@unittest.skipUnless(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL this decorator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependencies for Pillow (Debian stretch)
2 participants