summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only save entries in .trees where ref: is a SHAPaul Sherwood2016-06-251-3/+5
|
* Log number of trees re-used from trees filePaul Sherwood2016-06-251-0/+3
|
* Save definitions.yml againPaul Sherwood2016-06-241-0/+1
|
* Tidyup checks in Morphs, so check-definitions: flag is honouredPaul Sherwood2016-06-242-11/+21
|
* Exit if a definition lookup failsPaul Sherwood2016-06-231-2/+3
|
* Move app.exit function in to app.logPaul Sherwood2016-06-238-46/+43
|
* Add more logging for split processingPaul Sherwood2016-06-221-1/+3
|
* Add traceback for failed split installPaul Sherwood2016-06-221-0/+2
|
* Fix stratum['name'] + splitPaul Sherwood2016-06-221-1/+1
|
* Better log of installing splitsPaul Sherwood2016-06-221-2/+1
|
* Use .trees file properly, in artifacts dirPaul Sherwood2016-06-222-13/+12
|
* Fix #224 properlyPaul Sherwood2016-06-221-1/+1
|
* Revert "Fix #226"Paul Sherwood2016-06-221-5/+5
| | | | This reverts commit 4809a044be323db5ac7bdce7c3351d4729093c04.
* Revert "Rename unpack => save, and don't unpack!"Paul Sherwood2016-06-221-9/+10
| | | | This reverts commit 4856263707423c77e63798a0f7609adfa0105eb0.
* Fix #226Paul Sherwood2016-06-221-5/+5
|
* Rename unpack => save, and don't unpack!Paul Sherwood2016-06-221-10/+9
|
* WIP fix for #224 system-level splitting with system-integration-commandsPaul Sherwood2016-06-223-47/+43
| | | | | | | | | | | | | | Previously when assembling a system we put only the split subsets of components into the staging area, and then ran the system- integration-commands. With this patch, we - stage the full components (no splitting) - run the system-integration-commands in the staging area - copy across the split subsets into the install directory - archive the install directory as the system artifact Note: more testing is required to confirm that all the system-integration-commands work properly with this approach.
* Separate thousands in artifact sizesPaul Sherwood2016-06-221-0/+2
|
* Rename component => dnPaul Sherwood2016-06-212-50/+49
|
* Rename item => dnPaul Sherwood2016-06-201-42/+42
|
* Disable release-note by default16.25Paul Sherwood2016-06-201-3/+3
|
* Add release_note.pyPaul Sherwood2016-06-194-6/+126
|
* Remove unused linesPaul Sherwood2016-06-192-6/+1
|
* Rename dn['build'] => dn['checkout']Paul Sherwood2016-06-194-10/+10
|
* Rename definitions.py => morphs.pyPaul Sherwood2016-06-193-2/+2
|
* Separate out Morphs class and new Pots classPaul Sherwood2016-06-194-92/+97
| | | | The aim is to have all .morph-specific code in one place
* No need for check_trees function, so remove itPaul Sherwood2016-06-191-25/+4
| | | | | | | Previously we only used the .trees file if nothing had changed but actually, if we have the tree for a given SHA, we can always use it. So cache-key calculation will be faster, since it can use previously found trees more often.
* Add 'get_last_tag' and 'run' functionsPaul Sherwood2016-06-191-2/+16
|
* Some renaming, lose a linePaul Sherwood2016-06-191-7/+6
|
* Revert concourse-specific internal data-model changePaul Sherwood2016-06-191-6/+1
| | | | | Without this, the current concourse.py code gets the topology wrong, but better to fix that than mess with the model
* Lose a linePaul Sherwood2016-06-191-3/+2
|
* Swtich from [0, 1, 2] etc to range()Paul Sherwood2016-06-193-8/+8
|
* Rename component => dn in assembly.install_contentsPaul Sherwood2016-06-191-23/+23
|
* Rename component => dn in assembly.install_dependenciesPaul Sherwood2016-06-191-12/+11
|
* Rename component => dn in assembly.composePaul Sherwood2016-06-191-20/+20
|
* Rename component => dn in assembly.buildPaul Sherwood2016-06-191-10/+10
|
* Deal with not-yet declared foo mentioned as build-dependPaul Sherwood2016-06-151-1/+7
|
* Fix schema-validation (check or not) logicPaul Sherwood2016-06-151-3/+1
|
* Write out internal yaml for no-build mode tooPaul Sherwood2016-06-151-2/+4
|
* Various fleck8 fixesPaul Sherwood2016-06-147-27/+6
|
* Fix missed import of app.exitPaul Sherwood2016-06-141-1/+1
|
* Pep8Paul Sherwood2016-06-141-0/+1
|
* Always log counts16.24Paul Sherwood2016-06-131-2/+2
|
* Shorten some linesPaul Sherwood2016-06-131-42/+37
|
* Revert "Shorten some lines"Paul Sherwood2016-06-131-38/+43
| | | | This reverts commit ec035e260ada83eabd13a9c327a7b486af1a4179.
* Shorten some linesPaul Sherwood2016-06-131-43/+38
|
* WIP Concourse pipeline for parse-onlyPaul Sherwood2016-06-133-72/+76
|
* Show counts for chunks, strata, systemsPaul Sherwood2016-06-123-0/+14
|
* Tidy up for legibilityPaul Sherwood2016-06-102-23/+34
|
* Stop false warnings on old artifact-versionsPaul Sherwood2016-06-101-1/+1
|