No description
Find a file
Jan De Landtsheer 4494789d26
feat: initial runtime flist builder
Shell-based build tool that produces per-component flists for
post-boot MOS runtime components (mycelium, mos_sysvol, youki).

- Environment-aware builds (dev/testing/canary/production) via mos_config
- Git clone + cargo build, or pre-built release download
- Strip and UPX compression (--strip, --upx flags)
- myfs pack with S3 blob upload and read-only route URL patching
- Versioned + fixed-name manifest upload to S3
- Validate, list, dry-run, and build modes
2026-03-25 15:08:26 +01:00
config feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00
docs feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00
scripts/lib feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00
.cbmignore feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00
.gitignore feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00
build.sh feat: initial runtime flist builder 2026-03-25 15:08:26 +01:00