Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-28 | tools: Fix run-container when neither source or binary package requested. | Scott Moser | |
If run-container was called without --package or --binary-package, then it would still try to copy out artifacts and would fail doing so as there were no artifacts to collect. Also fix a bug when only --source-package without --package. | |||
2018-05-23 | tools/run-container: replace tools/run-centos with more generic. | Scott Moser | |
tools/run-container is like tools/run-centos, but currently supports the following images from lxc-images opensuse/42.3 centos/6 centos/7 ubuntu/16.04 debian/10 debian/sid Also here is to make installation via zypper in tools/read-dependencies not prompt user. |