mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
generate_patches takes three parameters - a category, a package name and a description. Invoking the function like `generate_patches sys-kernel coreos-{sources,modules,kernel} Linux` makes "sys-kernel" to be a category, "coreos-sources" to be a package name and "coreos-modules" to become a description, while "coreos-kernel" and "Linux" are simply ignored. It has worked so far only because coreos-sources was first in the list and that's where the actual changes in Manifest file happened. Had the order of the packages been different, the workflow would be broken. Since only coreos-sources was modified and all worked fine, simplify the call to generate-patches. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |