intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Enable archlinux support #121

Closed ganeshmaharaj closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 68.916% when pulling 844e5c8ebd4c22c2bc3c7451426f825d3bc9af0d on ganeshmaharaj:arch into e5228d32c7ed22bc67fcf59b1eb80c23108aa9e6 on intel:master.

ganeshmaharaj commented 3 years ago

For giggles, used a vagrant based arch VM as base, built ccloudvm on that to validate this patch 😄