summaryrefslogtreecommitdiff
path: root/ybd/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Need to include 'devices' in cach-keyPaul Sherwood2016-08-141-1/+5
* Only report arch mismatch oncePaul Sherwood2016-07-211-2/+4
* Exit if unpack fails - it's no good continuing16.28Paul Sherwood2016-07-081-3/+1
* Log arch mismatchPaul Sherwood2016-07-071-0/+2
* Move app.exit function in to app.logPaul Sherwood2016-06-231-5/+5
* Revert "Fix #226"Paul Sherwood2016-06-221-5/+5
* Revert "Rename unpack => save, and don't unpack!"Paul Sherwood2016-06-221-9/+10
* 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-221-3/+2
* Separate thousands in artifact sizesPaul Sherwood2016-06-221-0/+2
* Rename dn['build'] => dn['checkout']Paul Sherwood2016-06-191-1/+1
* Swtich from [0, 1, 2] etc to range()Paul Sherwood2016-06-191-1/+1
* Various fleck8 fixesPaul Sherwood2016-06-141-1/+0
* Show counts for chunks, strata, systemsPaul Sherwood2016-06-121-0/+7
* Remove all the 'defs' parametersPaul Sherwood2016-06-081-42/+44
* Rename definition => dnPaul Sherwood2016-06-081-25/+25
* Rename 'this' => dnPaul Sherwood2016-06-071-76/+73
* Only upload chunks by defaultPaul Sherwood2016-06-051-3/+4
* As suggested by rjek, f.write(response.content)Paul Sherwood2016-06-051-2/+1
* Reverse logic, lose a linePaul Sherwood2016-05-291-3/+2
* Make 'contents' field dict, containing splits if anyPaul Sherwood2016-05-281-1/+1
* System cache-key varies with default-splitsPaul Sherwood2016-05-281-0/+4
* KBAS was using response.raw, instead of response.contentPaul Sherwood2016-05-251-1/+2
* Disable splitting by default, because it's slowerPaul Sherwood2016-05-121-1/+1
* Drop 'Cache key is' textPaul Sherwood2016-05-111-1/+1
* Only support split systems from artifact-version 3Paul Sherwood2016-05-101-3/+3
* Force new cache-key for split systemsPaul Sherwood2016-05-101-0/+3
* Move checkboxes so they are easier to scanPaul Sherwood2016-05-101-1/+1
* Show checkbox for cache-keys already foundPaul Sherwood2016-05-081-1/+3
* Tidyup manifest handlingPaul Sherwood2016-05-071-12/+1
* Allow current cache.py to run with original splittingPaul Sherwood2016-05-051-1/+2
* Move get_meta_ functions into splitting.pyPaul Sherwood2016-05-021-26/+0
* Add new 'parse-only' and 'log-timings' modesPaul Sherwood2016-04-281-1/+1
* First-pass at manifest creationPaul Sherwood2016-04-271-7/+35
* Keep going if stratum reproduction failsPaul Sherwood2016-04-251-3/+3
* If mode is no-build, no need to do the hashingPaul Sherwood2016-04-241-6/+6
* Amend cache-key algorithm - per build-systemPaul Sherwood2016-04-191-1/+9
* More testing needed on bit-for-bit reproducibility of stratum artifactPaul Sherwood2016-04-131-1/+1
* Fix pep8 issues16.11Paul Sherwood2016-03-131-1/+1
* New mode: [keys-only, no-build, normal]Paul Sherwood2016-03-131-1/+1
* Revert "Change default min-gigabytes config to 0"Paul Sherwood2016-03-121-3/+3
* Merge branch 'master' of github.com:devcurmudgeon/ybdPaul Sherwood2016-03-091-3/+3
|\
| * Change default min-gigabytes config to 0Edward Cragg2016-03-081-3/+3
* | Do not cull things we need for this run of ybdPaul Sherwood2016-03-081-1/+2
|/
* Strata artifacts really should be bit-for-bit16.10Paul Sherwood2016-03-071-0/+5
* Many chunks have no 'kind'Paul Sherwood2016-03-071-1/+1
* Revert "Log when skipping definition because of arch"Paul Sherwood2016-03-071-2/+0
* Upload strata tooPaul Sherwood2016-03-071-1/+1
* Separate out hash_factors functionPaul Sherwood2016-03-061-24/+28