Matthew Johnson
Matthew Johnson
Much of the documentation for autospec was kept up-to-date internally to the clearlinux team while the README has become stale. Autospec should get a full documentation upgrade either in a...
Autospec should be installable using setuptools instead of existing as a glorified python script at some path on the user's system.
In `options.conf['package']['url']`, resolve strings such as `'pypi://'` to either `pypi.debian.net` or `pypi.python.org` depending on which is available (`pypi.debian.net` is often down, but offers a much easier URL scheme). This could...
The netifaces library pulls in the world when it comes to dependencies and balloons our installer image size. Considering that netifaces is minimally used to determine interface list and IP...
This came as a request via https://github.com/clearlinux/clr-bundles/issues/13