Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: pandoc-*.deb cleaning in OCA repositories

by
Moduon Team, S. L., Jairo Llopis
- 05/08/2024 12:14:44
El vie,  2 de ago de 2024 a las 12:52:18 P. M., Enric Tobella Alomar <notifications@odoo-community.org> escribió:
I think the benefits are bigger than the cons

I think the opposite.

Benefits:
  1. Save disk space in case you're either not cloning with --depth 1, or you're going to do a git gc after all the manual work that will mean updating all your local clones.
  2. Save bandwith space under similar conditions.
Potential problems:
  1. Break your lock files.
  2. Need to rebase almost every open PR against those branches.
  3. Inclusion of unwanted commits (that include those wonderful 30MB files) in more PRs.
  4. Disturbing many developers.
  5. Making oca-port unable to detect relationship between commits and PRs.
  6. Manual work involving the repo admins and almost all OCA developers.
  7. Things I don't imagine right now.
Definitely not worth it. One day we'll stop using those branches (hopefully in about 3-5 years) and we won't care about those few extra MBs.

Reference