mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
We need to split the beginning of setting up the top-level git repo into a new function prepare_git_repo, and call it in the beginning of each script. That is to prevent some corner cases, where applying multiple patches does not work because the latter overwrites the former patch. So we should not set up the git repo again in each apply_patch, but only in the beggining, prepare_git_repo. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |