summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try nesting tmpnested-tmpPaul Sherwood2015-10-152-0/+7
* Oops - what if no DEFAULTS file :/ - need to tidy up once DEFAULTS landPaul Sherwood2015-10-151-1/+5
* Don't assume ./DEFAULTS has everything we needPaul Sherwood2015-10-151-4/+7
* Oops... I broke deployPaul Sherwood2015-10-141-1/+1
* Return of tree-server, so we can go for cached artifacts firstPaul Sherwood2015-10-142-11/+13
* Add support to serve morph artifactsPaul Sherwood2015-10-141-0/+5
* Don't keep retrying to download the same componentPaul Sherwood2015-10-132-0/+4
* Add (but don't use yet) extract-commit by Sam ThursfieldPaul Sherwood2015-10-131-1/+29
* kbas.tpl needs to be in top level directoryPaul Sherwood2015-10-131-0/+0
* Drop the /dev/null mknod - seems it's not actually neededPaul Sherwood2015-10-131-5/+0
* Actually stop if user interrupts15.42Paul Sherwood2015-10-111-1/+1
* add wip VagrantfilePaul Sherwood2015-10-111-0/+24
* Hide stderr from tar (spurious 'not permitted' messages)Paul Sherwood2015-10-111-1/+1
* Tarball attempt was failing because tmpdir already existsPaul Sherwood2015-10-111-1/+0
* Rename lockfile => tmp_lockPaul Sherwood2015-10-102-5/+5
* Simplify the waiting logic + put it in RetryExceptionPaul Sherwood2015-10-101-14/+11
* Use our own RetryException so we don't swallow all exceptionsPaul Sherwood2015-10-102-4/+10
* Tidy up config dirs so they can be set independentlyPaul Sherwood2015-10-102-9/+17
* Implement Richard Maw's wait for lock instead of sleep15.40Paul Sherwood2015-10-042-16/+22
* Proper implementation of Richard Maw's race fixPaul Sherwood2015-10-041-22/+14
* Claim has to apply to artifact creation tooPaul Sherwood2015-10-041-6/+5
* Revert "Fix race from 7ee0f293b83 as proposed by Richard Maw"Paul Sherwood2015-10-041-22/+3
* Fix race from 7ee0f293b83 as proposed by Richard MawPaul Sherwood2015-10-031-3/+22
* As proposed by Richard Maw, don't swallow exceptionPaul Sherwood2015-10-031-6/+4
* Revert "Exit if artifact is empty"Paul Sherwood2015-10-031-3/+0
* Simplify retry loop based on feedback from Richard MawPaul Sherwood2015-10-031-9/+10
* Improve deploy logic and allow keyboard interruptPaul Sherwood2015-09-292-6/+9
* Exit if artifact is emptyPaul Sherwood2015-09-291-0/+3
* Readme fixes - state that it's best to use latest tagPaul Sherwood2015-09-291-4/+5
* Make chroot warning less scaryPaul Sherwood2015-09-291-2/+2
* Merge pull request #124 from padrigali/collect-cache-dataPaul Sherwood2015-09-251-1/+10
|\
| * Facilitate artifact log file generation for systemsPatrick Darley2015-09-231-1/+10
* | Tidyup - let's not log assembly timesPaul Sherwood2015-09-221-36/+35
* | Untidy wait and restart algorithmPaul Sherwood2015-09-222-5/+9
* | WIP restart algorithmPaul Sherwood2015-09-222-4/+43
* | Simplify and lose a few linesPaul Sherwood2015-09-223-12/+9
|/
* Force dependency install order15.39Paul Sherwood2015-09-211-1/+0
* Tidyup get_cache and get_remotePaul Sherwood2015-09-202-7/+4
* 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
|/