From 1dbfada9df850b20c5ea277ac8e80334353b8e69 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 25 Oct 2023 11:42:54 +0200 Subject: [PATCH] Use new manifests location --- froscon-2023/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/froscon-2023/README.md b/froscon-2023/README.md index 8c91738..f4fd61f 100644 --- a/froscon-2023/README.md +++ b/froscon-2023/README.md @@ -146,6 +146,7 @@ While we bake our first image, let's cover some development basics. * `./` - mostly low-level build scripts for use inside of the SDK container. Also, SDK container wrapper scripts. * `sdk_container/` - helper scripts for the SDK container as well as all package ebuilds * `ci-automation/` - glue logic scripts for building and testing Flatcar in a CI +* `manifests/` - holds version information of the distro **Where are the ebuilds?** ``` @@ -181,9 +182,10 @@ We'll import ebuilds from Gentoo. **Flatcar release version** ``` -cat sdk_container/.repo/manifests/version.txt +cat manifests/version.txt ``` This version file determines (among other things) which SDK container release is started by `run_sdk_container`. +Note that in older checkouts of scripts repository, the version file may still be located in `sdk_container/.repo/manifests/version.txt` instead. ### The SDK container and the wrapper script