summaryrefslogtreecommitdiff
path: root/ybd/splitting.py
Commit message (Expand)AuthorAgeFilesLines
* Use sha in place of refBen Brown2017-09-041-1/+1
* splitting.py: Print a warning if stratum does not have contentstristan/empty-stratumTristan Van Berkom2017-02-181-1/+4
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-5/+5
* Revert "Move log functions to utils.py"Daniel Firth2016-11-291-2/+2
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-24/+24
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-24/+24
* Move log functions to utils.pyJavier Jardón2016-11-151-2/+2
* Update code to python3Daniel Firth2016-11-151-5/+5
* Include all artifacts if not explicitly givenTiago Gomes2016-11-151-25/+17
* Fix write_chunk_metafile so it can handle unicode pathsPaul Sherwood2016-07-241-21/+9
* Revert "Force UTF-8 encoding in OSFS"Paul Sherwood2016-07-221-1/+1
* Force UTF-8 encoding in OSFSPaul Sherwood2016-07-211-1/+1
* Move app.exit function in to app.logPaul Sherwood2016-06-231-3/+3
* 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
* WIP fix for #224 system-level splitting with system-integration-commandsPaul Sherwood2016-06-221-32/+37
* Rename component => dnPaul Sherwood2016-06-211-40/+39
* Swtich from [0, 1, 2] etc to range()Paul Sherwood2016-06-191-4/+4
* Various fleck8 fixesPaul Sherwood2016-06-141-3/+0
* Remove all the 'defs' parametersPaul Sherwood2016-06-081-26/+27
* Lock down artifact-version check in integer rangePaul Sherwood2016-06-051-1/+1
* Re-enable default-splits logicPaul Sherwood2016-06-031-2/+1
* Add definitions repo+ref to .meta, from artifact-version: 4 onwards16.22Paul Sherwood2016-05-291-0/+4
* Fallback to copy all files if metadata copy failsPaul Sherwood2016-05-291-9/+3
* Shorten some lines by 'from app import...'Paul Sherwood2016-05-281-32/+30
* Standardise .meta artifact|files => artifact|componentsPaul Sherwood2016-05-281-5/+5
* Cache-key only in .meta from artifact-version 2Paul Sherwood2016-05-281-8/+13
* Report actual 'kind' in splitting logPaul Sherwood2016-05-281-2/+2
* Lose a couple of linesPaul Sherwood2016-05-281-6/+4
* Rename element => productPaul Sherwood2016-05-281-8/+8
* Revert "Attempt fix for #218"Paul Sherwood2016-05-281-13/+16
* Attempt fix for #218ps-attempt-218-fixPaul Sherwood2016-05-131-16/+13
* Disable splitting by default, because it's slowerPaul Sherwood2016-05-121-1/+1
* No need to exit if bootstrap artifacts missingPaul Sherwood2016-05-111-3/+3
* Create runtime systems by defaultPaul Sherwood2016-05-101-0/+6
* Fix ybd representation of splitsPaul Sherwood2016-05-081-3/+4
* Rename get_metafile, and lose some linesPaul Sherwood2016-05-071-6/+4
* Pep8Paul Sherwood2016-05-071-1/+1
* Lose a few lines by adding 'verbose' flagPaul Sherwood2016-05-071-5/+3
* Tidyups in splitting.py, this => componentPaul Sherwood2016-05-021-21/+18
* Move get_meta_ functions into splitting.pyPaul Sherwood2016-05-021-1/+27
* Gah... 'this' was not specifiedPaul Sherwood2016-04-251-1/+2
* Log sandbox dirPaul Sherwood2016-04-251-2/+3
* Exit if cache-key fails for stratum content chunkPaul Sherwood2016-04-251-0/+3
* Capitalise 'splitting' messagesPaul Sherwood2016-04-251-2/+2
* Fixes #207 - exit if we can't process metafilePaul Sherwood2016-04-241-1/+9
* Fix spelling mistake and pep8Paul Sherwood2016-04-211-2/+2
* Add check-overlaps: ignore, warn, exitPaul Sherwood2016-04-201-2/+7