mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
For the main branch (so for nightly builds) the group in `/usr/share/flatcar/update.conf` is not "main", but "developer". This needs a small translation when turning it into a channel information. Without that, we are trying to checkout a nonexistent tag named `developer-3363.0.0-…` instead of `main-3363.0.0-…`, which fails. In developer builds version string contains version numbers and a build ID with plus symbol sitting between them. Git tags are formatted in similar way, but with a dash, instead of plus. Thus the plus needs to be replaced to obtain a proper git tag. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |