AOSC-Dev/ciel-rs

Feature request: add option to `ciel new` to download arch-specific tarball

jiegec opened this issue · 2 comments

For example, it can be useful to setup cross architecture ciel workspaces via:

ciel new --arch riscv64
# download aosc-os_buildkit_xxxxxxxx_riscv64.tar.xz

instead of downloading tarball manually.

There is actually a --from-tarball option, where you can simply specify the URL to the tarball. But this seem like a good idea.

Just discovered this - there is an ongoing PR which added support for this feature: #18