Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new manifests location #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion froscon-2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
```
Expand Down Expand Up @@ -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

Expand Down