diff --git a/PREFIX.md b/PREFIX.md index e353a0d5b6..d0935b9e18 100644 --- a/PREFIX.md +++ b/PREFIX.md @@ -12,7 +12,7 @@ Before prefix build support are considered stable, the below must be implemented Prefix builds currently use the SDK cross toolchains (`/usr/-gnu/`) instead of board toolchains in `/build/`. Prefix builds must be integrated with the board toolchains and stop using `cb-emerge` before considered stable. 3. Add prefix wrappers for all portage tools (similar to board wrappers), not just `emerge`. -4. Add test cases for prefix builds to [mantle/kola](https://github.com/flatcar/mantle/tree/flatcar-master/kola). +4. Add test cases for prefix builds to [mantle/kola](https://github.com/flatcar/mantle/tree/main/kola). ## About diff --git a/ci-automation/README.md b/ci-automation/README.md index aef5b76fa3..12c0bcf279 100644 --- a/ci-automation/README.md +++ b/ci-automation/README.md @@ -125,7 +125,7 @@ Optionally, patterns matching a group of tests can be supplied (or simply a list Testing is implemented in two layers: 1. `ci-automation/test.sh` is a generic test wrapper / stub to be called from CI. -2. `ci-automation/vendor-testing/` contains low-level vendor-specific test wrappers around [`kola`](https://github.com/flatcar/mantle/tree/flatcar-master/kola/), our test scenario orchestrator. +2. `ci-automation/vendor-testing/` contains low-level vendor-specific test wrappers around [`kola`](https://github.com/flatcar/mantle/tree/main/kola/), our test scenario orchestrator. Testing relies on the SDK container and will use tools / test suites from the SDK. The low-level vendor / image specific script (layer 2. in the list above) runs inside the SDK. diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild index 7279599632..e6253cf3f0 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/toolbox.git" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - EGIT_COMMIT="fce9ba2bbd55e1835af72952bfbb7aed6be75606" # flatcar-master + EGIT_COMMIT="fce9ba2bbd55e1835af72952bfbb7aed6be75606" # main KEYWORDS="amd64 arm64" fi diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild index 271a215154..1b50e678df 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then KEYWORDS="~amd64 ~arm64" CRATES="" else - EGIT_COMMIT="be3ce2acc50313a6826c578e9dbb67e17085d60d" # flatcar-master + EGIT_COMMIT="be3ce2acc50313a6826c578e9dbb67e17085d60d" # main KEYWORDS="amd64 arm64" CRATES=" diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/nss-usrfiles/nss-usrfiles-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/nss-usrfiles/nss-usrfiles-9999.ebuild index 3a195878d2..7c993098df 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/nss-usrfiles/nss-usrfiles-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/nss-usrfiles/nss-usrfiles-9999.ebuild @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/nss-altfiles.git" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - EGIT_COMMIT="c8e05a08a2e28eb48c6c788e3007d94f8d8de5cd" # flatcar-master + EGIT_COMMIT="c8e05a08a2e28eb48c6c788e3007d94f8d8de5cd" # main KEYWORDS="amd64 arm arm64 x86" fi