summaryrefslogtreecommitdiff
path: root/yarns/deployment.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Raise the disk image size for deployment testRichard Maw2014-03-141-1/+1
| | | | Older versions of btrfs fail with just 10M.
* Revert "tests: Allow running ./check on 32-bit x86"Richard Maw2014-03-141-1/+1
| | | | | | | | | This reverts commit f366960273b026322f7e7cc3c1eb0cd632ebc73e. These changes break building on x86_64, which is our main development platform. Better patches will be forthcoming later.
* tests: Allow running ./check on 32-bit x86Richard Maw2014-03-141-1/+1
| | | | | | | | uname will return the same string morph expects as an architecture on x86_64, but the canonical x86_32 architecture names match i?86 instead. To make it work on 32-bit, we replace calls to uname with morph print-architecture, which does the translation for us.
* Test nested deploymentsRichard Maw2014-03-141-7/+63
|
* yarns: set deployment name based on system nameRichard Maw2014-03-141-4/+5
|
* deploy: Add upgrading to deployment.yarnSam Thursfield2014-03-041-1/+29
|
* yarns: Add a deploy testRichard Maw2014-01-151-0/+9
|
* Standardizes language and refactors some implementation stepsDaniel Firth2013-11-051-2/+2
|
* Deploying a non-cluster morphology now displays an error messageDaniel Firth2013-10-301-0/+10