summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP try-latertry-later-algorithmPaul Sherwood2015-09-173-21/+79
* Corner-case: on multi-instance ybd, kbas can receive artifactsPaul Sherwood2015-09-181-0/+14
* Make conf log explicit, check in root dir of ybd (lost in 734aaf36)Paul Sherwood2015-09-152-3/+4
* Default max-jobs => cores, not 1.5 * coresPaul Sherwood2015-09-151-2/+1
* Don't shuffle order for preinstall dependenciesPaul Sherwood2015-09-151-1/+0
* Log where sandbox is on error, and simplify exitPaul Sherwood2015-09-142-3/+4
* Merge branch 'master' of github.com:devcurmudgeon/ybdPaul Sherwood2015-09-1624-126/+213
|\
| * Merge pull request #123 from ssssam/sam/ybd-as-libraryPaul Sherwood2015-09-1524-126/+213
| |\
| | * Move default config files inside the relevant modulesSam Thursfield2015-09-155-4/+6
| | * Add requirements.txt fileSam Thursfield2015-09-141-0/+3
| | * Add a setup.py file for YBDSam Thursfield2015-09-142-0/+20
| | * Turn YBD and KBAS into proper Python packagesSam Thursfield2015-09-1418-123/+185
| |/
* | Lose a linePaul Sherwood2015-09-151-2/+1
|/
* Log elapsed by default, and verbose-logs => log-verbose15.38Paul Sherwood2015-09-133-3/+8
* Allow parallel gitdir attemptsPaul Sherwood2015-09-121-7/+9
* 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