mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
So far Github actions have not changed existing `COMMIT_ID` variable in runc ebuilds. As a result, the result PRs have correct versions with wrong commit hashes. We need to replace `COMMIT_ID` with one that matches with the new version. To do that, clone the repo completely, since it is not possible to get the commit hash by running `git rev-parse` on a shallow cloned repo. Parse commit from a tag with an original version with `-` as its delimiter, e.g. `v1.0.0-rc91`, because a transformed tag like `v1.0.0_rc91` does not exist in the upstream repo. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |