> > Could this be fixed on plugman's side with git clone --depth 1? It still downloads 63MB.
In my experiment, I delete all unused branches, tags, and remove related git objects. It can shrink the repo to 340KB with full history of master branch. There is a good reference for git repo shrinking: https://www.rallydev.com/community/engineering/shrinking-git-repository-move-githubcom Thanks, -ningxin > > On Tue, Mar 24, 2015 at 9:02 AM, Ian Clelland <[email protected]> > wrote: > > > On Tue, Mar 24, 2015 at 6:15 AM, Hu, Ningxin <[email protected]> > wrote: > > > > > Crosswalk engine plugin is expected to work with upcoming Cordova > > > Android > > > 4.0.0 release. > > > > > > As I investigate, there are some issues need to be fixed: > > > 1. Update the README.md of cordova-crosswalk-engine. E.g no > > fetch_libs.sh > > > anymore. I managed to create a PR for this: > > > https://github.com/MobileChromeApps/cordova-crosswalk- > engine/pull/20 > > > > > > > Thanks, Ningxin -- that's great! I'll merge it in. > > > > 2. Shrink the repo size: e.g remove unnecessary libxwalkcore.so etc., > > It > > > impacts the plugin installation performance from github.com. Please > > refer > > > to https://github.com/huningxin/cordova-crosswalk-engine-1. It > > > shrinks from 118MB to 340KB. > > > > > > > I'll have to filter-repo on this; I'm not sure if there will be any > > disruption to the GitHub repository because of it, but I'll do my best > > to minimize that. I agree that it has become unnecessarily large > > because of the included (and often updated) binary packages. > > > > > > > > > > Any other issues? > > > > > > Thanks, > > > -ningxin > > > > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
