mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Our current cros-workon setup was awkward to use when a new patch release happened on upstream. In this case we would go to our `v<VERSION>-flatcar` branch and merge/cherry-pick the commits from upstream that appeared between the release we have been using so far and the new release. In such case, our non-upstreamed patches were hidden somewhere in history. To fix that, I proposed having a branch for each patch release, so the branch would always be based on an upstream tag and have our patches on top of that. An alternative proposition was to just use the Gentoo workflow for patches, and this is what we are doing here. This also slightly minimizes the difference between the Gentoo recipe and ours. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |