summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix distbuild conf extensionbaserock/richardipsum/fix_distbuild_conf_extRichard Ipsum2014-07-111-7/+7
| | | | | The distbuild conf extension uses TROVE_ID where it should use TROVE_HOST. This only becomes a problem when TROVE_ID and TROVE_HOSTNAME are not equal.
* Merge branch 'release-staging'Daniel Silverstone2014-07-111-7/+7
|\
| * Remove prefix from locations. Process has changed.Daniel Silverstone2014-07-111-7/+7
| |
* | Merge branch 'release-staging'Daniel Silverstone2014-07-111-0/+1
|\ \ | |/
| * Update release.morph to add missing kernel arguments.Daniel Silverstone2014-07-111-0/+1
| | | | | | | | | | Without these kernel arguments, the GENIVI x86_64 demo system would not be able to start Weston.
* | Update version of morph to allow morphologies by pathRichard Maw2014-07-111-1/+1
| |
* | Merge remote-tracking branch 'origin/baserock/sam/minimal-system-nss'Richard Maw2014-07-111-1/+2
|\ \ | |/ |/| | | | | Reviewed-by: Richard Maw Reviewed-by: Lars Wirzenius
| * Update eglibc ref for /etc/nsswitch.conf in eglibc-nss chunk artifactSam Thursfield2014-07-081-1/+1
| |
| * Include eglibc-nss in build-essential-minimal stratum artifactSam Thursfield2014-07-081-0/+1
| | | | | | | | | | Otherwise DNS doesn't work in the resulting system, and probably other stuff too.
* | Update for Baserock 14.28 release.baserock-14-28Michael Drake2014-07-112-5/+23
| |
* | Merge branch 'baserock/liw/genivi-h-1.1'Lars Wirzenius2014-07-102-8/+8
|\ \ | | | | | | | | | | | | Reviewed-by: Richard Maw on IRC Reviewed-by: Pedro Alvarez on IRC
| * | Use GENIVI Baseline H 1.1 componentsLars Wirzenius2014-07-102-8/+8
|/ /
* | Merge branch 'baserock/michaeldrake/distbuilt-runner-cli'Michael Drake2014-07-101-14/+43
|\ \ | | | | | | | | | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | Allow use without editing the script, by passing params on cli.Michael Drake2014-07-101-14/+43
| | | | | | | | | | | | | | | | | | | | | - Adds ability to pass cluster, ref and distbuild controller hosts on the command line. - Adds --help, and usage. - Prints the specified parameters out.
* | | Merge branch 'baserock/michaeldrake/gitlab-7'Michael Drake2014-07-101-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | | Update to use GitLab 7.0.0Michael Drake2014-07-081-2/+2
| |/ / | | | | | | | | | | | | The baserock/v7.0.0 branch of gitlab.ce was branched from baserock/ps/v7.0.0.
* | | Update morph to latest masterDaniel Silverstone2014-07-091-1/+1
| | |
* | | Merge branch 'sam/do-release-tidy'Sam Thursfield2014-07-081-4/+2
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | | do-release: 3 small cleanupsSam Thursfield2014-07-081-4/+2
|/ / / | | | | | | | | | | | | Remove a comment that is no longer true, fix a formatting error, and add a docstring to a class that lacked one.
* | | Merge branch 'sam/auto-update-release.morph'Sam Thursfield2014-07-072-60/+41
|\ \ \ | |/ / | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Refer to scripts/do-release in description of release.morphSam Thursfield2014-07-071-0/+4
| | |
| * | do-release: take advantage of partial deploymentSam Thursfield2014-07-072-60/+37
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'morph deploy' command now lets us deploy system images one at a time, so let's do that. This means that if all but one image is deployed successfully, on the next run the user just needs to deploy one further image. Also, since each deployment has a unique name in release.morph now, we can override the location and VERSION_LABEL fields instead of requiring the user to update them manually before each release. The release.morph cluster should now specify the *basename* of the image in the location field only. By basename, I mean the system name plus the appropriate extension (normally .tar or .img). The do-release script will then prepend the image path and the version label to get a filename. The release.morph cluster has been updated accordingly.
* | do-release: Explain why xargs is not used in a commentSam Thursfield2014-07-041-1/+4
| | | | | | | | | | This was suggested by Richard Maw and I forgot to fix up the branch 'sam/auto-release' before merging it.
* | do-release: Make use of str.rstrip()Sam Thursfield2014-07-041-3/+1
| | | | | | | | | | This was a review comment from Richard Maw which I forgot to include before merging branch 'sam/auto-release'
* | Merge branch 'sam/auto-release'Sam Thursfield2014-07-041-45/+183
|\ \ | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | do-release: Check access to configured upload servers when script startsSam Thursfield2014-07-021-0/+14
| | | | | | | | | | | | | | | If the release script is expected to be 'push-button' then we can't assume the user will be paying attention to error messages later on.
| * | do-release: Make artifacts public automaticallySam Thursfield2014-07-021-45/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it more likely that new artifacts and images might be publically available before they are officially announced, but I can't see that causing problems. Changes were required so that the script will only make public the files that are part of the release, and not do 'mv *' from a configured location into a publically shared location while unsupervised. The intermediate .tar file is now removed from the artifact server when the script completes. The script no longer outputs debug messages by default, because the really long SSH commandlines used to move files into place make this pretty hard to follow. Some extra status() calls have been added instead. There are a few other cosmetic changes in this commit.
* | | Allow SMTP details to be configured.Michael Drake2014-07-041-0/+44
| |/ |/| | | | | | | | | | | | | | | | | | | | | This lets us configure a gitlab system to send e-mail at deploy time. It uses the following environment variables: * MAIL_SEND_TYPE * SMTP_ADDR * SMTP_PORT * SMTP_USER * SMTP_PASS * SMTP_DOMAIN
* | Update lorry controller to get bug fixRichard Ipsum2014-06-281-1/+1
|/
* Update morph for releasebaserock-14.26Richard Ipsum2014-06-271-1/+1
|
* Update release cluster morphRichard Ipsum2014-06-271-11/+6
|
* Merge remote-tracking branch 'origin/baserock/liw/trove.configure.help'Sam Thursfield2014-06-264-4/+120
|\ | | | | | | | | Reviewed-By: Emmet Hikory <emmet.hikory@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add trove.configure.helpLars Wirzenius2014-06-251-0/+116
| |
| * Use the corrected systemd morphologyAdam Coldrick2014-06-251-1/+1
| |
| * Use fhs-dirs with corrected chunk morphologiesAdam Coldrick2014-06-241-2/+2
| |
| * Update lorry controller to get various fixesRichard Ipsum2014-06-231-1/+1
|/
* Merge branch 'baserock/adamcoldrick/deploy-specific-systems'Adam Coldrick2014-06-183-10/+10
|\
| * Update morph to allow partial deploymentbaserock/adamcoldrick/deploy-specific-systemsAdam Coldrick2014-06-181-1/+1
| |
| * Make the release script check for the system name not "release"Adam Coldrick2014-06-181-4/+4
| |
| * Fix release.morph to have unique deployment namesAdam Coldrick2014-06-181-5/+5
|/
* Update tbdiff to the version that supports initramfsRichard Maw2014-06-181-1/+1
|
* Update commentRichard Ipsum2014-06-171-2/+0
| | | | We don't use UPSTREAM_TROVE_USER or UPSTREAM_TROVE_EMAIL
* Update wandboard kernel versionbaserock-14.24Richard Maw2014-06-131-1/+1
| | | | | | | | This is required to update the morphology to a version that compresses the kernel with gzip, rather than lzo. Refs for other bsp strata have been left, since the source they build from is not otherwise changed.
* Make 14.24 release changesRichard Maw2014-06-122-8/+8
|
* Strip devel systems down to headlessRichard Maw2014-06-1212-73/+9
| | | | | | | | | | | Our new definition of a devel system is the minimal system to build and deploy anything else. We may in future re-add "fat" devel systems again under another name, but it's significanly easier to release just this system. The vagrant systems have been left alone, since they require guest extensions, which depend on the X stuff anyway.
* Update the version of morph included in systemsRichard Maw2014-06-121-1/+1
|
* Explicitly separate linux chunk names for bsp variantsRichard Maw2014-06-128-22/+22
| | | | | | | | | | | | | | Simplifying 'morph edit' syntax showed that we have several different versions of the chunk called 'linux'. This patch versions of linux to match what they are for. This patch was originally written by Paul Sherwood, but the name of the morphology also has to be set in the chunk morphology, so wasn't sufficient by itself. Instead of making the changes in the 7 kernel trees that we had, they have now all been merged into one, hence the sha1s and refs have also been updated.
* Remove imx53 BSP.Richard Maw2014-06-121-12/+0
| | | | | Our officially supported ARM dev-board is the Wandboard. We haven't used the imx53 BSP in a long time, so let's remove it.
* Merge branch 'baserock/richardmaw/yakshave/util-linux-blkid'Richard Maw2014-06-122-2/+2
|\ | | | | | | | | Reviewed-by: Lars Wirzenius Reviewed-by: Sam Thursfield
| * Use updated versions of util-linux and e2fsprogsbaserock/richardmaw/yakshave/util-linux-blkidRichard Maw2014-06-062-2/+2
| | | | | | | | | | | | | | | | | | | | Both are updated to the latest release, and there are morphology changes to: 1. prefer util-linux's versions of blkid, findfs and fsck. 2. Install all of util-linux's tools, regardless of whether busybox also has a version. We can have the busybox version for minimal systems, but the util-linux versions for base systems.