summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * SSH Configuration ExtensionRichard Holland2013-04-031-0/+141
| | | | | | | | | | Added a configuration extension that copies SSH keys across to the deployed system.
* | Merge remote-tracking branch ↵Lars Wirzenius2013-04-041-1/+13
|\ \ | | | | | | | | | | | | | | | 'remotes/origin/baserock/richardholland/expand-morph-deploy-help' Reformatted the text a bit.
| * | Expanded morph deploy helpRic Holland2013-04-031-1/+7
| | | | | | | | | | | | | | | | | | | | | When too few arguments are given to morph deploy it points you to the help page, which contains no information about the number of arguments needed. This patch adds some information from the morph reference manual regarding the arguments needed for morph deploy.
* | | Merge remote-tracking branch ↵Lars Wirzenius2013-04-041-0/+5
|\ \ \ | |_|/ |/| | | | | 'origin/baserock/danielsilverstone/add-tmpdir-for-deploy'
| * | Add TMPDIR to deploy extension environmentDaniel Silverstone2013-04-041-0/+5
|/ / | | | | | | | | | | | | This adds TMPDIR to the environment of deployment extensions. It uses the --tempdir setting from morph in the case that TMPDIR is not already set.
* | Merge branch 'liw/ram-size'Lars Wirzenius2013-03-283-6/+31
|\ \ | | | | | | | | | Merging myself in the absence of the other reviewers.
| * | Set RAM size in VirtualBox deploymentsLars Wirzenius2013-03-281-1/+3
| | |
| * | Set RAM size for kvm deploymentLars Wirzenius2013-03-281-1/+4
| | |
| * | Add method to parse $RAM_SIZELars Wirzenius2013-03-281-4/+24
|/ /
* | Merge branch 'liw/deploy-ext-in-system-morph-repo'Lars Wirzenius2013-03-281-2/+6
|\ \ | | | | | | | | | Merged with self-review, since everyone else is on holiday.
| * | Bug fix: use the right directory for the system morphologyLars Wirzenius2013-03-271-2/+6
| |/ | | | | | | | | | | Previously we used the system branch top directory, when we need the directory where the git repo for the system morphology is checked out.
* | Fix tests to match new outputLars Wirzenius2013-03-273-3/+6
|/ | | | Self-review.
* Merge branch 'baserock/richardholland/deploy-build-outside-system-branch-error'Jonathan Maw2013-03-221-2/+7
|\ | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * Improved error message when building or deploying outside system branchRic Holland2013-03-221-2/+7
|/
* Merge branch 'baserock/richardholland/deploy-error-no-build'Jonathan Maw2013-03-211-1/+5
|\ | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * Improved error message when when system has not been built before deployRic Holland2013-03-201-1/+5
|/
* Fix condition for showing the staging-filler warningLars Wirzenius2013-03-201-1/+1
| | | | | | | If there is no staging-filler setting in a configuration file, it defaults to the empty string, not None. Reviewed-by: Jonathan Maw over the shoulder
* Merge branch 'liw/detabify'Lars Wirzenius2013-03-202-3/+4
|\ | | | | | | | | | | (I am not going through the normal patch review process for this.) Reviewed-by: Lars Wirzenius
| * Break long source lineLars Wirzenius2013-03-201-1/+2
| |
| * Replace spaces with tabsLars Wirzenius2013-03-201-2/+2
|/
* Merge branch 'master' of git://git.baserock.org/baserock/baserock/morphLars Wirzenius2013-03-201-1/+1
|\
| * Merge branch 'liw/check-fix'Jonathan Maw2013-03-201-1/+1
| |\ | | | | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| | * Use a relative symlink in test chunkLars Wirzenius2013-03-201-1/+1
| |/ | | | | | | | | | | The absolute one made the test suite fail in my VM, and is not the right thing to do anyway. $DESTDIR/usr/bin and $DESTDIR/bin are meant to be the same directory here, not $DESTDIR/usr/bin and /bin.
* | Merge remote-tracking branch 'origin/jonathan/copy-artifacts-plugin'Lars Wirzenius2013-03-203-67/+107
|\ \ | |/ |/|
| * Remove obsolete scriptJonathan Maw2013-03-141-67/+0
| |
| * Acknowledge the lack of test coverageJonathan Maw2013-03-142-0/+5
| |
| * Add copy-artifacts-plugin.pyJonathan Maw2013-03-141-0/+102
| |
* | Merge branch 'baserock/richardholland/git-config-check'Jonathan Maw2013-03-202-0/+5
|\ \ | | | | | | | | | Reviwed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | check now uses git config file in morph/scriptsRic Holland2013-03-202-0/+5
|/ / | | | | | | | | To remove need of configuring git to check new system .gitconfig file added to morph/scripts and check set to use this file.
* | Merge branch 'baserock/richardholland/shorten-build-errors'Jonathan Maw2013-03-201-1/+7
|\ \ | | | | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Added exception to give smaller error messageRic Holland2013-03-201-1/+7
|/ /
* | Merge branch 'baserock/richardholland/stop-morph-logging-gitmodule-error'Jonathan Maw2013-03-201-1/+1
|\ \ | | | | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Changed the error message in log when morph fails to find gitmodulesRic Holland2013-03-201-1/+1
|/ / | | | | | | morph.log will now show an INFO message rther than a ERROR
* | Merge branch 'samthursfield/staging-filler-warning'Jonathan Maw2013-03-201-1/+5
|\ \ | | | | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Warn if staging fillers are usedSam Thursfield2013-03-201-1/+5
|/ / | | | | | | | | The 'master' branch of baserock:baserock/morphs no longer requires a staging filler.
* | Merge branch 'liw/attach_disks'Jonathan Maw2013-03-203-2/+27
|\ \ | | | | | | | | | Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Implement ATTACH_DISKS in virtualbox-ssh.writeLars Wirzenius2013-03-201-1/+11
| | |
| * | Add ATTACH_DISKS support to kvmLars Wirzenius2013-03-202-1/+16
|/ /
* | Merge branch 'ps/prettier-log'Sam Thursfield2013-03-182-9/+13
|\ \
| * | Fix long linesSam Thursfield2013-03-182-4/+8
| | |
| * | show commit we want to build for each chunkPaul Sherwood2013-03-171-2/+2
| | |
| * | add short sha1 for each actual build line in logPaul Sherwood2013-03-161-2/+2
| | |
| * | make logs prettier - put chunkname after buildnumber in most casesPaul Sherwood2013-03-161-7/+7
|/ /
* | Merge branch ↵Jonathan Maw2013-03-152-3/+10
|\ \ | | | | | | | | | | | | | | | 'baserock/richardholland/add-metadata-dir-setting-to-branch-from-image' Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Changed test script to agree with changes made to branch-from-imageRic Holland2013-03-141-1/+1
| | |
| * | Changed metadata_dir from an optional argument to a settingRic Holland2013-03-141-2/+9
| | | | | | | | | | | | morph branch-from-image
* | | Fix long lineSam Thursfield2013-03-151-1/+2
| | |
* | | Merge branch 'samthursfield/arch'Sam Thursfield2013-03-1516-157/+172
|\ \ \ | | | | | | | | | | | | Reviewed-By: concensus
| * | | Update Morph man page regarding environment variablesSam Thursfield2013-03-151-39/+20
| | | |
| * | | Change hardcoded cache key in testSam Thursfield2013-03-151-1/+1
| | | |