From eb16cdc2b99dc6db9d52f274988f79b60f90a954 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Wed, 19 Apr 2023 22:37:00 +0200 Subject: [PATCH] seedling: Prefix variable names with distro name in os-release (#1263) * Use site variables to update image flavor and name Signed-off-by: Mauro Morales * Typo Signed-off-by: Mauro Morales * Prefix variable names with distro name in os-release Signed-off-by: Mauro Morales * Adapt tests to read os-release with prefix Signed-off-by: Mauro Morales * Adapt docs to show how to read os-release with prefix Signed-off-by: Mauro Morales * Update SDK to be aware of attr prefixes Signed-off-by: Mauro Morales * Adapt test with new variable names Signed-off-by: Mauro Morales * Temporarily print the os-release Signed-off-by: Mauro Morales * Check KAIROS_VERSION on tests and fallback to VERSION Signed-off-by: Mauro Morales * Match kubo ID and VERSION_ID Signed-off-by: Mauro Morales * Make kubo extension match any ID Signed-off-by: Mauro Morales * Test still fails, trying with surrounding quotes Signed-off-by: Mauro Morales * Reduce tests wait time Signed-off-by: Mauro Morales * Use tumbleweed for bundles tests Signed-off-by: Mauro Morales * Update docs about systemd-sysext Signed-off-by: Mauro Morales * reduce wait time in reset tests Signed-off-by: Mauro Morales --------- Signed-off-by: Mauro Morales --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 29d5074..cbe8321 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/imdario/mergo v0.3.15 github.com/itchyny/gojq v0.12.12 github.com/jaypipes/ghw v0.10.0 - github.com/kairos-io/kairos-sdk v0.0.2-0.20230317135804-ad3c0f6cd6dd + github.com/kairos-io/kairos-sdk v0.0.2-0.20230414094028-0c9d2bd9e6ae github.com/kairos-io/kcrypt v0.5.2 github.com/labstack/echo/v4 v4.10.2 github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb