Merge pull request #2135 from flatcar-linux/sayan/bump-emerge-gitclone

emerge-gitclone: update workon_commit ref to latest commit
This commit is contained in:
Sayan Chowdhury 2022-09-13 11:05:19 +05:30 committed by GitHub
commit a5050b9357
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- emerge-gitclone: Migrate emerge-gitclone to use scripts repo tags and submodule refs

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="1854226f7c06a261e577a5761b6a0b7ccec085e7" # flatcar-master CROS_WORKON_COMMIT="7752d81eba5cfc380962e189468b80940d8d2a6d" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi