mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-06 04:36:12 +02:00
coreos-base/coreos-init: add EGIT_BRANCH
As we are using the `git` eclass, we can't simply use a git ref if this one is on another branch, we need to pass the git branch as well. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
875b0d9737
commit
0ccac1271d
@ -8,6 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_BRANCH="flatcar-4081-backport"
|
||||
EGIT_COMMIT="0900245444ab5a4af480805ab51986bbd58ffc7f" # flatcar-4081-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user