Changes between Version 1 and Version 2 of ReleaseProcess
- Timestamp:
- 2021-10-30T19:59:56Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v1 v2 6 6 * This script requires the environment variable {{{CROSS_PREFIX}}} to point to cross-toolchains for all architectures 7 7 * Ideally all the cross-toolchains should be up to date (i.e. built using latest version of toolchain.sh) 8 9 == Testing == 10 11 * test boot images produced by release script 12 * at the very least test all that can be emulated 13 * each image should boot up correctly 14 * ideally ieach image should run kernel tests ({{{# kcon / test *}}} to completion 15 * note / create tickets for any issues found