coreos-base/gmerge: use correct branch name format for commit

We need to make emerge-gitclone check out its exact remote branch
name, like `refs/remotes/origin/x`, in case of the branch name being
specified as a revision.

See also https://github.com/flatcar-linux/dev-util/pull/2
This commit is contained in:
Dongsu Park 2020-03-04 09:36:51 +01:00
parent 9e660c05e9
commit 0fe7963a36
2 changed files with 1 additions and 1 deletions

View File

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