mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +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`.
Description
Languages
Shell
93%
Python
6.9%