mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 20:31:48 +02:00
To reduce running time of git clone, we should avoid a full git clone of the linux kernel repo. Instead, we shallow clone the repo, and parse tags list by running `git ls-remote`.