mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-14 13:52:04 +01: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`.