mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-24 02:31:54 +01:00
coreos-base/coreos-init: Use separate backport branch
LTS already has flatcar-4081-backport but we can't share it because it's older. Create an explicit backport branch for Stable. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
64f1760d3d
commit
59fac6347f
@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_COMMIT="e4a70e49b97fbcc427f8e2bea5f8406c10bebeac" # flatcar-4081
|
||||
EGIT_COMMIT="e4a70e49b97fbcc427f8e2bea5f8406c10bebeac" # flatcar-4459-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user