summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to latest linux kernel (3.19.2)baserock/jjardon/linux_3_19_2Javier Jardón2015-03-199-30/+30
| | | | Change-Id: I850fe29ca99dd5223e39062f3b654536e69d3dda
* glibc.morph: Make the code faster supporting only > 3.18 kernelsJavier Jardón2015-03-191-1/+1
| | | | | | | This should be safe as we only build 3.19 in our systems (3.18 in the case of the jetson) Change-Id: I40df10570e3d2602c6f1b223ebb71753c6f86f8e
* strata/core: Update git to latest stable (2.3.3)Javier Jardón2015-03-191-2/+2
| | | | Change-Id: I660c658ff0a73b385bf3fa4e7ce5b2a703b780ea
* Upgrade OpenSSL to version 1.0.1m to get security updatesPedro Alvarez2015-03-191-2/+2
| | | | Change-Id: I6a0b0ebe0fb7d2505ac0fdcdba6a482763724808
* Merge "kernel: Enable LVM snapshot capability"Francisco Redondo2015-03-1910-0/+10
|\
| * kernel: Enable LVM snapshot capabilitySam Thursfield2015-03-1810-0/+10
| | | | | | | | | | | | | | I want to use LVM snapshots for taking backups of data volumes in our infrastructure systems. Change-Id: I665a3ec2e53fb57f529089b5f6e59deddf61dc73
* | Merge "Add git-review to 'devtools' stratum"Javier Jardón2015-03-181-1/+6
|\ \
| * | Add git-review to 'devtools' stratumSam Thursfield2015-03-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This is a tool that is useful for working with Gerrit. This commit also changes the stratum dependencies of 'devtools'. Change-Id: I5778538110fdf9dd50783e0f77159d01936b86f4
* | | Merge "Update the cmake version in the core stratum to v3.2.1"Javier Jardón2015-03-181-2/+2
|\ \ \ | |_|/ |/| |
| * | Update the cmake version in the core stratum to v3.2.1Richard Dale2015-03-181-2/+2
| |/ | | | | | | Change-Id: I58caaebe296d6c7e5684ff6836c1f2b4a155ab8f
* | Merge branch 'richardipsum/add-pylint' of ↵Richard Maw2015-03-181-1/+18
|\ \ | | | | | | | | | | | | | | | | | | https://bitbucket.org/richardipsum/definitions Reviewed-by: Sam Thursfield Reviewed-by: Paul Sherwood
| * | Add pylintRichard Ipsum2015-03-141-0/+17
| | |
| * | Make python-tools depend on python-coreRichard Ipsum2015-03-141-1/+1
| | |
* | | Merge "Remove Gerrit system"Sam Thursfield2015-03-185-136/+0
|\ \ \
| * | | Remove Gerrit systemSam Thursfield2015-03-165-136/+0
| |/ / | | | | | | | | | | | | | | | | | | A new version of a Baserock Gerrit system definition now lives in infrastructure.git. Change-Id: I6aeed4c5381edf5e7736f1816f9d58832c0ac781
* | | Merge "Remove Gitlab systems"Francisco Redondo2015-03-1840-1640/+0
|\ \ \
| * | | Remove Gitlab systemsSam Thursfield2015-03-1640-1640/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | As far as I know, these are out of date, unmaintained and nobody is using them. It was definitely a useful learning process to integrate Gitlab into Baserock, but I think this is now just taking up space in definitions.git needlessly. Change-Id: Ifdd9c0a3dd889382bc5e6825c2df4f3afbd89f3c
* | | Update the ref for AnsibleAdam Coldrick2015-03-181-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | The old ref doesn't match the unpetrify-ref, and doesn't build on systems without up-to-date CA certificates since the .gitmodules file in the Ansible repo still pointed at https://github.com/. This patch updates the ref so that it points at HEAD of baserock/v1.8.4, which changes the URLs in .gitmodules to be in the form "upstream:repo" instead of pointing at github. Change-Id: Ib66e9800006e56a6e0124d335ff90f05690f492e
* | Merge branch 'baserock/franred/move-lxml-to-python-core'Francisco Redondo Marchena2015-03-174-15/+20
|\ \ | | | | | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Update libxsltFrancisco Redondo Marchena2015-03-171-2/+2
| | | | | | | | | | | | | | | | | | This updates libxslt to the latest commit in master because the latest stable release (v1.1.28) is 2 years old and master is 5 months old. This assumes that master is stable enough for using this commit.
| * | Update python-lxml and move it to python-core stratumFrancisco Redondo Marchena2015-03-174-15/+20
|/ / | | | | | | | | | | | | | | This moves python-lxml to python-core to avoid duplication of chunks in strata when the openstack-services strata is merged into definition master. lxslt has been moved to core.morph because is a very common dependency and is a requirement for python-lxml.
* | Update Morph for ref jjardon/simple-network-networkd2Sam Thursfield2015-03-171-1/+1
|/ | | | Change-Id: I90345c467c397081d15be4f5e4f3d3c22b8bfbbf
* baserock-import needs morphlib (morph-utils) to buildSam Thursfield2015-03-131-1/+1
|
* lorry-controller needs python-uwsgiSam Thursfield2015-03-131-0/+1
|
* Move 'bottle' and 'flup' into separate python-wsgi moduleSam Thursfield2015-03-1332-10/+76
| | | | | | | | 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
* Merge "Move cliapp into its own 'python-cliapp' stratum"Sam Thursfield2015-03-1340-27/+98
|\
| * Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-1240-27/+98
| | | | | | | | | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* | Merge branch 'baserock/rdale/fhs-remove-ld-so-conf'Richard Dale2015-03-124-2/+17
|\ \ | | | | | | | | | | | | Reviewed-By: javier.jardon@codethink.co.uk Reviewed-By: pedro.alvarez@codethink.co.uk
| * | Create /etc/ld.so.conf in glibc chunks, as it is glibc specificRichard Dale2015-03-124-2/+17
|/ /
* | Merge branch 'baserock/pedroalvarez/fix-non-gbo-repo'Pedro Alvarez2015-03-111-1/+1
|\ \ | |/ |/| | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
| * Fix repo not pointing to git.baserock.orgPedro Alvarez2015-03-111-1/+1
|/
* Update lorry-controller for branches:Sam Thursfield2015-03-111-1/+1
| | | | | - sam/gerrit-support - sam/ignore-globs
* Merge branch 'baserock/pedroalvarez/strip-rsync'Pedro Alvarez2015-03-112-0/+2
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Include rsync as GPL3 chunkPedro Alvarez2015-03-112-0/+2
|/
* Fix path of rsync.morphSam Thursfield2015-03-111-1/+1
| | | | I moved the file but didn't update the stratum.
* Merge branch 'baserock/sam/rsync-to-foundation'Sam Thursfield2015-03-113-5/+5
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Move rsync to 'foundation' stratumbaserock/sam/rsync-to-foundationSam Thursfield2015-03-113-5/+5
| | | | | | | | | | Our default upgrade process requires 'rsync'. So it needs to be in all systems, not just those that happen to contain the 'tools' stratum.
* | Update Morph for branch sam/distbuild-build-logsSam Thursfield2015-03-111-1/+1
|/
* Fix upgrade version of MorphPedro Alvarez2015-03-071-1/+1
| | | | | | | | | | We wanted to upgrade Morph to use latest master, and because of an human error of a Friday evening we used the sha1 of master of definitions.git instead of master of morph.git in the commit c3586f5c01937e19ed1b4a4ea7f195b5045e9201. Given that I gave a +2 for upgrading Morph to latest master, I'm merging this change without sending it for review.
* Merge branch 'baserock/jjardon/no_build_depends_fix'Javier Jardón2015-03-0692-330/+2
|\ | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-0692-329/+1
| | | | | | | | version: 1)
| * Update morph to support version 1 definitions formatbaserock/pedroalvarez/v1updateJavier Jardón2015-03-061-1/+1
|/
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-0692-1/+329
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Merge branch 'baserock/jjardon/no_build_depends'Javier Jardón2015-03-0692-329/+1
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-0692-329/+1
|/ | | | version: 1)
* Merge branch 'baserock/jjardon/busybox_1_23_1'Javier Jardón2015-03-061-4/+4
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * strata/build-essential: Update busybox to latest (1.23.1)baserock/jjardon/busybox_1_23_1Javier Jardón2015-03-061-4/+4
|/
* Merge branch 'baserock/pedroalvarez/upgrade-morph-version'baserock-15.10baserock/release/baserock-15.10Pedro Alvarez2015-03-061-1/+1
|\ | | | | | | | | Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Use latest morphbaserock/pedroalvarez/upgrade-morph-versionPedro Alvarez2015-03-061-1/+1
|/
* Fix merge 6f6ae875a9026949d8c143c54b2dd39fe7280cb3Pedro Alvarez2015-03-061-4/+4
| | | | | I forgot to change personal branches for non-personal ones when doing this merge.