summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write cache-key to ybd.resultwrite-a-resultPaul Sherwood2016-03-251-1/+2
* Update .gitlab-ci to use the new install.shPaul Sherwood2016-03-251-2/+2
* Re-spell GitLabPaul Sherwood2016-03-251-2/+2
* Fix install.sh to handle all the dependenciesput-all-deps-into-install.shPaul Sherwood2016-03-253-16/+46
* Tidyup badgesPaul Sherwood2016-03-251-3/+1
* Merge pull request #200 from devcurmudgeon/allow-environment-variablesPaul Sherwood2016-03-252-0/+9
|\
| * Export YBD_mode=keys-only for initial travis runPaul Sherwood2016-03-251-1/+1
| * Add support for taking ybd config from YBD_* environent variablesPaul Sherwood2016-03-251-0/+7
| * Add cache-keys run to .travis.ymlPaul Sherwood2016-03-251-0/+2
* | Merge pull request #199 from devcurmudgeon/fix-travisPaul Sherwood2016-03-251-4/+0
|\ \ | |/
| * Fix travis installPaul Sherwood2016-03-251-4/+0
|/
* Code should be tested and pass pep816.12test-prPaul Sherwood2016-03-201-0/+1
* Fix ybd.conf in .travis.ymlPaul Sherwood2016-03-201-1/+3
* Only log sandbox dir remove if log-verbosePaul Sherwood2016-03-201-1/+2
* Move lockfile into app.pyPaul Sherwood2016-03-202-5/+6
* Move RetryException into app.pyPaul Sherwood2016-03-204-51/+53
* Revert "Don't remove sandbox dir if an exception happens"Paul Sherwood2016-03-201-4/+0
* Add badges to readmePaul Sherwood2016-03-201-3/+7
* First pass at .travis.ymlPaul Sherwood2016-03-201-0/+18
* Pep8Paul Sherwood2016-03-201-0/+1
* Don't remove sandbox dir if an exception happensPaul Sherwood2016-03-201-0/+4
* Merge pull request #196 from gtristan/masterPaul Sherwood2016-03-191-3/+16
|\
| * utils.py: Dont ever set the timestamp of symlink targets.Tristan Van Berkom2016-03-201-3/+16
|/
* Add bootstrap-commands to defaults.confPaul Sherwood2016-03-141-1/+4
* Fix pep8 issues16.11Paul Sherwood2016-03-135-8/+13
* Add pep8 testPaul Sherwood2016-03-132-6/+6
* Start testing.md, and move to docs/Paul Sherwood2016-03-132-0/+21
* Put cache_keys in .trees file, print target key if mode: keys-onlyPaul Sherwood2016-03-132-4/+9
* New mode: [keys-only, no-build, normal]Paul Sherwood2016-03-136-6/+7
* Add installation testPaul Sherwood2016-03-131-1/+7
* Run ybd without args is success, show version tooPaul Sherwood2016-03-131-5/+8
* More notes on test cases for ybdPaul Sherwood2016-03-131-7/+16
* Add a .gitlab-ci.yml filePaul Sherwood2016-03-133-1/+37
* Some improvements to releasing.mdPaul Sherwood2016-03-121-2/+7
* Revert "Change default min-gigabytes config to 0"Paul Sherwood2016-03-123-5/+5
* Log last upload and password fail timesPaul Sherwood2016-03-121-2/+10
* Make autodetection a WARNINGPaul Sherwood2016-03-111-1/+1
* Use tar -tf to check artifact, instead of -xfPaul Sherwood2016-03-101-5/+2
* Merge branch 'master' of github.com:devcurmudgeon/ybdPaul Sherwood2016-03-093-5/+5
|\
| * Merge pull request #191 from nuxeh/edcragg/change-default-min-gigabytes-to-0Paul Sherwood2016-03-083-5/+5
| |\
| | * Change default min-gigabytes config to 0Edward Cragg2016-03-083-5/+5
| |/
* | Do not cull things we need for this run of ybdPaul Sherwood2016-03-083-3/+4
|/
* 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
* Better fix for mis-typed archPaul Sherwood2016-03-071-1/+6
* 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
* Another attempt at claim, can ctrl-cPaul Sherwood2016-03-061-21/+13
* Merge pull request #190 from gtristan/defensive-claim-exceptionPaul Sherwood2016-03-051-12/+23
|\