https://bugzilla.wikimedia.org/show_bug.cgi?id=72898
Amir Ladsgroup <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Amir Ladsgroup <[email protected]> --- Even with shallow clone loads of garbage (GARBAGE! I'm angry) were being downloaded (for instance 26M for compat, 14M for i18n). At first I changed git pull to removing it completely and re-cloning it again. some improvements were made but not much. I used git gc to reduce git objects but it didn't work out very well, I used more aggressive methods (like --prune=all and another git gc for i18n submodule) and now core is less than 10M and compat is 20M. The only thing that worries me it's that --prune=all maybe causes breakage of pwb.py version (or version.py in compat). I will check and tell you soon. I also fixed broken links About showing file sizes since it's plain html, It's not possible (rewriting that page in php won't be hard but another bug would be a better place for it) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
