coreos-base/gmerge: do not check out coreos branches

Now that we started independent releases, we do not have to
check out upstream coreos branches.
Just check out the default branch for the repository, and rely
on the revision commits/branches for our release branches.
This commit is contained in:
Dongsu Park 2020-04-02 17:32:37 +02:00
parent d978d728bf
commit 2cc17b6eef
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_LOCALDIR="src/platform"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="3fa4eedb76ac755ad48c582ae9c46a350fbf77cf" # flatcar-master CROS_WORKON_COMMIT="051db9cb4d2df8cc72bf01025dbc60ef7bc025f8" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi