OpusVL / docker-odoo-custom

An Odoo docker image with extended capabilities and fixes over the official one
Other
1 stars 1 forks source link

Remove the PosgresSQL 10 sequences patch because it is now in upstream docker container #3

Closed Nick-OpusVL closed 6 years ago

Nick-OpusVL commented 6 years ago

This will allow the builds to succeed again.

Evidence given below shows that patch considers the patch to already be in there, and it's reversable, so it's vanishing unlikely to be another patch causing this.

05/04/2018, 10:16:24 + cd /usr/lib/python2.7/dist-packages/odoo
05/04/2018, 10:16:24 + patch -p2
05/04/2018, 10:16:24
05/04/2018, 10:16:24 patching file addons/base/ir/ir_sequence.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n]
05/04/2018, 10:16:24 Skipping patch.
05/04/2018, 10:16:24 3 out of 3 hunks ignored -- saving rejects to file addons/base/ir/ir_sequence.py.rej

(From https://quay.io/repository/opusvl/odoo-custom/build/9d0b6880-953b-427d-a8b5-7e05fde27fe7)