Contributors mailing list archives
contributors@odoo-community.org
Browse archives
pandoc-*.deb cleaning in OCA repositories
by
        
            Tecnativa. S. L., Pedro M. Baeza
        
        
        
    
        
        Due to a mistake on the tool to generate the READMES (fixed in [1]), some very big files ~30 MB each~ (with extension .deb or .dmg for Mac users) have been added both by the merge bot or by users doing a module migration.
This makes that on branch/repository clonation, or any free pull operation on any local git repository copy (of any branch) wastes a lot of bandwidth and resources, and is not ecological friendly.
Due to this, and although not ideal, we plan to force push the affected repositories (note that this has been only in 17.0 branches), following [3] technique recommended by Nils.
The drawback of doing this is that your next `git pull` operations on that branches will fail, saying about unrelated commit histories or creating a merge commit with possible conflicts.
The solution for avoiding it is to do the commands:
git fetch origin 17.0
git reset --hard origin/17.0(being 
origin the OCA remote). In fact, this is the recommended way to do it in automated pulling systems.If you don't have any strong counter-arguments, I will perform it at the end of the week. I will announce here the affected repositories after the operation.
Regards.
Follow-Ups
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyVauxoo, Moisés López Calderón- 07/08/2024 16:08:10 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyTecnativa. S. L., Pedro M. Baeza- 07/08/2024 15:37:04 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesby "Stefan Rijnhart" <stefan@opener.amsterdam> - 07/08/2024 15:14:22 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyModuon Team, S. L., Jairo Llopis- 07/08/2024 13:27:36 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyMetricWise, Inc., Adam Heinz- 05/08/2024 14:39:26 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyDIXMIT Consulting SLU, Enric Tobella Alomar- 05/08/2024 14:28:39 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyModuon Team, S. L., Jairo Llopis- 05/08/2024 12:14:44 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyDIXMIT Consulting SLU, Enric Tobella Alomar- 02/08/2024 14:48:38 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyTecnativa. S. L., Pedro M. Baeza- 02/08/2024 09:45:19 - 0
- 
                Re: pandoc-*.deb cleaning in OCA repositoriesbyModuon Team, S. L., Jairo Llopis- 02/08/2024 09:38:51 - 0