Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add openstack-common to the systems with openstack-clients | Francisco Redondo Marchena | 2015-03-03 | 1 | -0/+2 |
| | |||||
* | Move Ansible dependencies to python-common.morph | Pedro Alvarez | 2015-02-27 | 1 | -0/+2 |
| | | | | | This dependencies are needed for some Openstack components, and this will avoid duplication once this work is done. | ||||
* | Add python-core to build-systems and as a dep of Morph | Sam Thursfield | 2015-02-10 | 1 | -0/+2 |
| | | | | This allows us to use the Python 'requests' library in Morph. | ||||
* | Add devtools to build system | Richard Ipsum | 2015-01-22 | 1 | -0/+2 |
| | |||||
* | Add openstack-clients to build-systems | Pedro Alvarez | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | system: simple-network is not needed anymore in systemd systemsbaserock/jjardon/systemd_217 | Javier Jardón | 2014-11-17 | 1 | -1/+0 |
| | |||||
* | Rename 'distbuild' system to 'build', and fix descriptions | Sam Thursfield | 2014-10-22 | 1 | -0/+33 |
It's better to have one type of system that can do either distributed or local builds than to have separate ones that must both be kept up to date with changes. The need for a separate 'distbuild' stratum went already: commit 1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 Author: Richard Maw <richard.maw@codethink.co.uk> Date: Thu Oct 2 14:16:00 2014 +0000 Split morph out of tools morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph. |