mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
Since every tag of the nss Github repo has `_` delimiters, we need to first use `sort -t_` for sorting, then after that we need to replace `_` with `.` by calling tr. Without that conversion, the input ebuild file name will be wrong. We fixed the issue in all other maintenance branches, but not in main. Fix that also in main. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |