summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt fix for #218ps-attempt-218-fixPaul Sherwood2016-05-131-16/+13
* Exit if YAML parsing fails on any definitionPaul Sherwood2016-05-121-2/+1
* Check for installation successPaul Sherwood2016-05-121-1/+13
* Check that apt|yum|dnf is foundPaul Sherwood2016-05-121-2/+15
* Disable splitting by default, because it's slowerPaul Sherwood2016-05-124-9/+13
* No need to exit if bootstrap artifacts missingPaul Sherwood2016-05-111-3/+3
* Drop 'Cache key is' textPaul Sherwood2016-05-111-1/+1
* State where surprise exceptions happenPaul Sherwood2016-05-112-2/+3
* Exit on missing morph filePaul Sherwood2016-05-101-1/+4
* Only support split systems from artifact-version 3Paul Sherwood2016-05-101-3/+3
* Pep8Paul Sherwood2016-05-102-3/+5
* Force new cache-key for split systemsPaul Sherwood2016-05-101-0/+3
* Create runtime systems by defaultPaul Sherwood2016-05-103-4/+14
* Move checkboxes so they are easier to scanPaul Sherwood2016-05-101-1/+1
* Fixes #163 Warn if any specified .morph file is missingPaul Sherwood2016-05-091-0/+2
* Remove wrangler.pyPaul Sherwood2016-05-092-60/+0
* Show more details on sandbox error16.20Paul Sherwood2016-05-091-2/+3
* Re-write install_dependencies tooPaul Sherwood2016-05-081-30/+29
* Fix ybd representation of splitsPaul Sherwood2016-05-083-22/+25
* Show checkbox for cache-keys already foundPaul Sherwood2016-05-081-1/+3
* Rename get_metafile, and lose some linesPaul Sherwood2016-05-071-6/+4
* Lose some lines importing app functions by namePaul Sherwood2016-05-071-30/+28
* Remove install_contentsPaul Sherwood2016-05-071-40/+0
* Re-write install_contents as add_contentsPaul Sherwood2016-05-071-2/+46
* Move assembly function into composePaul Sherwood2016-05-071-13/+10
* Pep8Paul Sherwood2016-05-073-4/+4
* Tidyup manifest handlingPaul Sherwood2016-05-073-20/+14
* Lose a few lines by adding 'verbose' flagPaul Sherwood2016-05-074-25/+17
* Remove leading space for 'omit' modePaul Sherwood2016-05-071-3/+3
* Add results of splitting testPaul Sherwood2016-05-051-2/+26
* Allow current cache.py to run with original splittingPaul Sherwood2016-05-051-1/+2
* Lose a couple of linesPaul Sherwood2016-05-051-4/+2
* Shorten a couple of linesPaul Sherwood2016-05-051-3/+3
* Cleanups in definitions.py16.18Paul Sherwood2016-05-021-28/+19
* Rename definition => itemPaul Sherwood2016-05-021-39/+34
* Rename _definitions => dataPaul Sherwood2016-05-021-19/+19
* Tidyups in splitting.py, this => componentPaul Sherwood2016-05-021-21/+18
* Move get_meta_ functions into splitting.pyPaul Sherwood2016-05-022-27/+27
* http repo urls must end in .gitPaul Sherwood2016-04-301-0/+2
* Add splitting result from rdale's original branchPaul Sherwood2016-04-301-7/+6
* And now fix max-jobs/instances properlyPaul Sherwood2016-04-303-6/+13
* Set instances, max-jobs if user doesn'tPaul Sherwood2016-04-301-2/+9
* Remove some unused imports/variablesPaul Sherwood2016-04-293-11/+2
* Code improvement from discussion on #baserockPaul Sherwood2016-04-291-2/+2
* Fix ugly indent and lose a linePaul Sherwood2016-04-291-3/+2
* Merge pull request #215 from nuxeh/edcragg/fix-subsystem-deploymentPaul Sherwood2016-04-291-1/+2
|\
| * Fix subsystem deploymentEdward Cragg2016-04-291-1/+2
|/
* Revert "Parse put into yaml instead of json"Paul Sherwood2016-04-291-6/+3
* Parse put into yaml instead of jsonPaul Sherwood2016-04-291-3/+6
* Draft of new test appraoches for parsing and splittingPaul Sherwood2016-04-281-6/+40