summaryrefslogtreecommitdiff
path: root/ybd/app.py
Commit message (Expand)AuthorAgeFilesLines
* Always treat URL value as a strbenbrown/fixupsBen Brown2017-06-301-1/+1
* Fix parallel builds failing because of a missing lockfilejonathan/parallel-missing-lockfileJonathan Maw2017-05-091-1/+1
* Add support for Git LFS repositoriesBen Brown2017-03-011-0/+3
* Remove unused riemann functionality - depends were breaking pipelinesps-remove-riemannPaul Sherwood2017-03-011-19/+0
* Added -m/--mode command line argument.tristan/mode-optionTristan Van Berkom2017-02-181-11/+13
* Build from single .yml file if that's what is providedPaul Sherwood2017-02-071-0/+1
* Fix #250 - don't leak kbas user:pass in logsps-fix-250Paul Sherwood2017-01-301-0/+5
* Do not use 'l' as a variableJavier Jardón2017-01-291-2/+2
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-3/+3
* Revert "Move log functions to utils.py"Daniel Firth2016-11-291-2/+50
* Revert "WIP: Put the config in a different file?"Daniel Firth2016-11-291-1/+1
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-1/+48
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-48/+1
* WIP: Put the config in a different file?Javier Jardón2016-11-151-1/+1
* Move log functions to utils.pyJavier Jardón2016-11-151-50/+2
* Update code to python3Daniel Firth2016-11-151-3/+3
* Revert "Patch for bubblewrap backend"Paul Sherwood2016-10-261-5/+1
* Patch for bubblewrap backendleeming/bwrap-dev-patchAndrew Leeming2016-10-261-1/+5
* We only need root permissions for actual buildsPaul Sherwood2016-08-311-3/+3
* Move permissions check after usage checkPaul Sherwood2016-08-301-3/+3
* Merge branch 'master' of https://github.com/devcurmudgeon/ybdPaul Sherwood2016-08-301-1/+2
|\
| * Merge pull request #240 from leeming/leeming/missing-cwd-confPaul Sherwood2016-08-291-1/+2
| |\
| | * Fixes bug that ignores ybd.conf on cwdAndrew Leeming2016-08-261-1/+2
* | | Spot the deliberate mistake in previous commit :/Paul Sherwood2016-08-301-1/+1
|/ /
* | Fix for #238Paul Sherwood2016-08-291-0/+3
|/
* Force env['LANG'] => 'en_US.UTF-8'Paul Sherwood2016-07-221-0/+1
* Tidyup checks in Morphs, so check-definitions: flag is honouredPaul Sherwood2016-06-241-1/+1
* Move app.exit function in to app.logPaul Sherwood2016-06-231-10/+11
* Rename component => dnPaul Sherwood2016-06-211-10/+10
* Various fleck8 fixesPaul Sherwood2016-06-141-5/+2
* Show counts for chunks, strata, systemsPaul Sherwood2016-06-121-0/+1
* Remove all the 'defs' parametersPaul Sherwood2016-06-081-4/+5
* Rename 'this' => dnPaul Sherwood2016-06-071-9/+9
* Add 'cleanup' option so we can leave debris around if requiredPaul Sherwood2016-06-011-1/+5
* Fix #175 using Eli Bendersky's Counter classPaul Sherwood2016-05-291-18/+11
* Exit 1 on calling with no paramsPaul Sherwood2016-05-181-1/+1
* Pep8Paul Sherwood2016-05-071-1/+1
* Tidyup manifest handlingPaul Sherwood2016-05-071-7/+8
* Lose a few lines by adding 'verbose' flagPaul Sherwood2016-05-071-6/+7
* Remove leading space for 'omit' modePaul Sherwood2016-05-071-3/+3
* And now fix max-jobs/instances properlyPaul Sherwood2016-04-301-4/+6
* Set instances, max-jobs if user doesn'tPaul Sherwood2016-04-301-2/+9
* Add new 'parse-only' and 'log-timings' modesPaul Sherwood2016-04-281-1/+3
* First-pass at manifest creationPaul Sherwood2016-04-271-0/+9
* Show ybd version at top of logPaul Sherwood2016-04-251-4/+2
* Prettify setup config for easier readingPaul Sherwood2016-04-251-2/+2
* config['keys'] was overwriting config['reproduced'] :/Paul Sherwood2016-04-091-1/+2
* Workaround for setting config keys containing '-' via envPaul Sherwood2016-04-081-2/+2
* Pep8Paul Sherwood2016-04-061-1/+1
* Spot case where config is emptyPaul Sherwood2016-03-251-0/+3