- _told ya it would all make sense eventually..._ - introduce new, real, non-alias `rootfs` command in `cli-rootfs` -- this _only_ builds rootfs, nothing else - no more `main_default_build_single()`; instead `full_build_packages_rootfs_and_image()` - introduce `do_with_default_build()` wrapper, for things that need host prepared + aggregation to run - CLI-specific parts of `main_default_build_single()` moved to cli-build - put prepare/cleanup pair of `prepare_rootfs_build_params_and_trap()` and `trap_handler_cleanup_rootfs_and_image()` into new `trap-rootfs.sh` (this needs further splitting for the image part) - refactor `get_or_create_rootfs_cache_chroot_sdcard()` into `build_rootfs_only()`, `calculate_rootfs_cache_id()` - update library with new files |
||
|---|---|---|
| .. | ||
| cli-build.sh | ||
| cli-configdump.sh | ||
| cli-distccd.sh | ||
| cli-docker.sh | ||
| cli-jsoninfo.sh | ||
| cli-patch.sh | ||
| cli-requirements.sh | ||
| cli-rootfs.sh | ||
| cli-undecided.sh | ||
| cli-vagrant.sh | ||
| commands.sh | ||
| entrypoint.sh | ||
| utils-cli.sh | ||