summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow parallel gitdir attemptsmake-git-clones-atomicPaul Sherwood2015-09-121-4/+3
* Oops - lockfile is now in tmpPaul Sherwood2015-09-121-1/+1
* Move cleanup outside the TOTAL timerPaul Sherwood2015-09-122-5/+4
* Clean tmp with locksPaul Sherwood2015-09-122-0/+24
* Disable tree-server by defaultPaul Sherwood2015-09-102-3/+3
* We can download non-native artifactsPaul Sherwood2015-09-081-4/+4
* Update readme with experimental features15-37Paul Sherwood2015-09-041-3/+20
* as-passord => kbas-passwordPaul Sherwood2015-09-041-1/+2
* Only upload chunk artifactsPaul Sherwood2015-09-041-0/+2
* Shorter message for successul uploadPaul Sherwood2015-09-041-1/+1
* Fix key error on 'artifact-dir' during uploadPaul Sherwood2015-09-041-1/+1
* 4dad76d broke assembly of systemsPaul Sherwood2015-09-041-2/+1
* Start to make definitions.py more understandablePaul Sherwood2015-09-041-26/+21
* Log sandbox.installs if verbose-logs is setPaul Sherwood2015-09-042-1/+3
* Reorder logic - if no server, go no furtherPaul Sherwood2015-09-041-2/+2
* Lose a few linesPaul Sherwood2015-09-041-14/+5
* Tweaks for remote downloadPaul Sherwood2015-09-042-2/+5
* Include cache in logline for assembly, buildPaul Sherwood2015-09-031-2/+2
* Make assembly robust against discovery of out-of-order cache items V2Paul Sherwood2015-09-032-26/+28
* Revert "Make assembly robust against discovery of out-of-order cache items"Paul Sherwood2015-09-032-19/+22
* Make assembly robust against discovery of out-of-order cache itemsPaul Sherwood2015-09-032-22/+19
* Log every sandbox install, for nowPaul Sherwood2015-09-031-1/+1
* Simplify assembly logicPaul Sherwood2015-09-031-7/+5
* Move deployment into its own filePaul Sherwood2015-09-033-69/+91
* User must override default kbas-url, kbas-password15-36Paul Sherwood2015-09-012-5/+5
* cache-server has been renamed to git-serverPaul Sherwood2015-08-311-2/+2
* Fix instructions for debian, fedoraPaul Sherwood2015-08-311-4/+13
* Tidy system builds.Paul Martin2015-08-311-0/+3
* Rename artifact-server to kbasPaul Sherwood2015-08-312-9/+10
* Move stuff aroundPaul Sherwood2015-08-317-23/+38
* Remove toplevel ybd.conf filePaul Sherwood2015-08-311-16/+0
* Dont allow uploads if password has not been changedPaul Sherwood2015-08-311-2/+3
* Fix configs for kbasPaul Sherwood2015-08-312-3/+7
* Drop unused importsPaul Sherwood2015-08-311-3/+0
* Use requests library for tree checkPaul Sherwood2015-08-312-4/+6
* Re-work unpackPaul Sherwood2015-08-302-39/+20
* Yet more futzing with remote cache logicPaul Sherwood2015-08-301-1/+2
* Still messing with remote cache logicPaul Sherwood2015-08-301-1/+3
* Pep8Paul Sherwood2015-08-304-16/+17
* Remote artifact logic fixesPaul Sherwood2015-08-302-6/+15
* Config precedence => cwd, ybd dir, ybd/configPaul Sherwood2015-08-301-8/+14
* Use cache_key to trigger calculations not get_cachePaul Sherwood2015-08-301-1/+1
* Catch exception if remote server not configuredPaul Sherwood2015-08-301-2/+2
* Only upload if we cached it, time the uploadPaul Sherwood2015-08-301-1/+3
* Merge branch 'master' of github.com:devcurmudgeon/ybdPaul Sherwood2015-08-291-1/+1
|\
| * Merge pull request #121 from jamespthomas/flush_stdoutPaul Sherwood2015-08-281-1/+1
| |\
| | * Flush stdout after printingJames Thomas2015-08-281-1/+1
| |/
* | Add get_remote_artifact functionPaul Sherwood2015-08-291-2/+36
* | WIP simple bottle cache server - upload working, no download yetPaul Sherwood2015-08-299-599/+138
|/
* Merge pull request #120 from jjardon/jjardon/autoconf_fixesPaul Sherwood2015-08-251-1/+3
|\