alisw / alibuild

A simple build tool for ALICE software
http://alisw.github.io/alibuild/
GNU General Public License v3.0
24 stars 46 forks source link

Save more data in `sw/MIRROR` using `--filter=tree:0` #833

Closed TimoWilken closed 8 months ago

TimoWilken commented 8 months ago

If git supports it, prefer the --filter=tree:0 option to --filter=blob:none, but fall back to the latter if the former is not supported.

If using a Docker container, use neither (as before), since we don't know whether the git in the container can read the repo we produce outside the container.