summaryrefslogtreecommitdiff
path: root/systems/build-system-x86_32-chroot.morph
Commit message (Collapse)AuthorAgeFilesLines
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-9/+9
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Install /etc/os-release using the new install-essential-files extensionJavier Jardón2015-04-291-0/+1
| | | | | | This is currently hardcoded in morph Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71
* Add an ostree-core stratumAdam Coldrick2015-04-231-0/+4
| | | | | | | | | | This will be used by future versions of Morph. By adding OSTree to the cross-bootstrap systems we have significantly increased the size and complexity of them. Some of this can be reduced: OStree doesn't actually depend on all of 'foundation', just 'glib'. Change-Id: I89403bf4625178e6f887402b5817f6a727cfcf97
* Split PyGObject into its own stratumAdam Coldrick2015-04-221-0/+2
| | | | | | Also make morph depend on PyGObject, it will be needed for OSTree. Change-Id: Icfa9abb95f884ca9b1dd720648567bd704e74d85
* Move 'bottle' and 'flup' into separate python-wsgi moduleSam Thursfield2015-03-131-0/+2
| | | | | | | | The lorry-controller webapp uses these, as well as morph-cache-server. In order to use lorry-controller in systems that don't contain Morph, we need them to be in a separate stratum. Change-Id: Ie187c0b506d12ed5e5f8f8ce4a4b91834bf29fe5
* Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-121-0/+2
| | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* Add openstack-common to the systems with openstack-clientsFrancisco Redondo Marchena2015-03-031-0/+2
|
* Move Ansible dependencies to python-common.morphPedro Alvarez2015-02-271-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 MorphSam Thursfield2015-02-101-0/+2
| | | | This allows us to use the Python 'requests' library in Morph.
* Add extlinux to build systems to stop ./check tests failingLauren Perry2015-02-101-0/+2
|
* Add devtools to build systemRichard Ipsum2015-01-221-0/+2
|
* Add openstack-clients to build-systemsPedro Alvarez2014-11-191-0/+2
|
* system: simple-network is not needed anymore in systemd systemsbaserock/jjardon/systemd_217Javier Jardón2014-11-171-1/+0
|
* Add chroot variants of the build-systemsSam Thursfield2014-10-221-0/+31
These take the place of the devel system chroots that we released previously, and should be functionally equivalent.