mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-09 06:21:03 +02:00
Our local patches get applied together with the upstream patch-$maj.$min.$pl.patch ordered lexicographically. By starting with 0's we're applying the local patches first, which breaks when their contents touch the same files. A simple way to fix this is to prefix our patches with a "z", so they're applied after the upstream patch.
Description
Languages
Shell
93.1%
Python
6.9%