summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
Commit message (Collapse)AuthorAgeFilesLines
* yarns: Remove redundant repo in IMPLEMENTS THENRichard Maw2014-01-091-1/+1
| | | | | morph build the system... doesn't need the repository to be specified, just the branch; morph is able to work it out for itself.
* yarns: Change expected result of building uncommitted morphologiesRichard Maw2013-11-291-3/+1
| | | | | The new build code uses `git update-index --add`, which means it can use morphologies that haven't previously been added.
* yarns: un-parameterise architecture in system morphologiesRichard Maw2013-11-291-2/+2
| | | | | | It doesn't make sense to be able to specify an architecture from the IMPLEMENTS name, since you either need your architecture for something to build, or testarch for something that consistently doesn't build.
* Standardizes language and refactors some implementation stepsDaniel Firth2013-11-051-3/+3
|
* Added scenario test for preventing building uncommitted systemsDaniel Firth2013-11-011-0/+11