Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Amend in server-tools OCA branch

by
Tecnativa. S. L., Pedro M. Baeza
- 10/08/2016 12:24:22
Hi all,

We had to make recently an amending in the 9.0 server-tools branch to avoid increasing the download size of the repo uselessly. The details are in https://github.com/OCA/server-tools/issues/504.

A quick solution for bypassing the git error when pulling is:

git reset --hard HEAD~30
git pull

Sorry for the inconveniences.

Regards.