summaryrefslogtreecommitdiff
path: root/ybd/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* Filter .trees from artifacts for cullingBen Brown2017-09-071-2/+1
* Write cache-key to results file every timeBen Brown2017-09-011-1/+1
* Save trees file after cullingBen Brown2017-08-251-1/+2
* Treat missing kind as 'chunk'Ben Brown2017-07-071-3/+4
* Allow generating rpms from chunks/strataBen Brown2017-06-131-1/+1
* Do not parallelize rpm assemblystaging/jonathan/rpm-export-parallelJonathan Maw2017-05-121-1/+2
* rpm: use 'version' metadata field instead of timeJonathan Maw2017-05-111-4/+2
* __main__.py: Interpret the generate-rpms setting differently.Tristan Van Berkom2017-05-111-3/+11
* Make rpm spec's version and release hold useful infoJonathan Maw2017-05-111-2/+4
* Make ybd+rpm generate rpms for every system in a clusterJonathan Maw2017-05-111-1/+10
* Make RPM generation dependent on configJonathan Maw2017-05-111-1/+2
* Invoke package_rpms when buildingJonathan Maw2017-05-111-0/+3
* Added -m/--mode command line argument.tristan/mode-optionTristan Van Berkom2017-02-181-1/+11
* Build from single .yml file if that's what is providedPaul Sherwood2017-02-071-1/+1
* Prune definitions to what we need for build/deployPaul Sherwood2017-02-071-1/+2
* Add track-branches: conf option, to use unpetrify-refPaul Sherwood2017-02-071-0/+2
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-8/+10
* Revert "WIP: Put the config in a different file?"Daniel Firth2016-11-291-2/+1
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-31/+29
* Revert "Stop hiding exceptions"Daniel Firth2016-11-291-2/+2
* Revert "Change shebang to '#!/usr/bin/python3'"Daniel Firth2016-11-291-1/+1
* Change shebang to '#!/usr/bin/python3'Javier Jardón2016-11-161-1/+1
* Stop hiding exceptionsDaniel Firth2016-11-161-2/+2
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-29/+31
* WIP: Put the config in a different file?Javier Jardón2016-11-151-1/+2
* Update code to python3Daniel Firth2016-11-151-10/+8
* Pep8Paul Sherwood2016-08-301-1/+1
* Fixes bug that ignores ybd.conf on cwdAndrew Leeming2016-08-261-1/+2
* Concourse visualisation workingPaul Sherwood2016-07-311-0/+2
* Fix release-note logicPaul Sherwood2016-06-291-5/+3
* Move app.exit function in to app.logPaul Sherwood2016-06-231-2/+2
* Add release_note.pyPaul Sherwood2016-06-191-0/+4
* Separate out Morphs class and new Pots classPaul Sherwood2016-06-191-23/+2
* Write out internal yaml for no-build mode tooPaul Sherwood2016-06-151-2/+4
* Fix missed import of app.exitPaul Sherwood2016-06-141-1/+1
* Pep8Paul Sherwood2016-06-141-0/+1
* Always log counts16.24Paul Sherwood2016-06-131-2/+2
* Shorten some linesPaul Sherwood2016-06-131-42/+37
* Revert "Shorten some lines"Paul Sherwood2016-06-131-38/+43
* Shorten some linesPaul Sherwood2016-06-131-43/+38
* WIP Concourse pipeline for parse-onlyPaul Sherwood2016-06-131-5/+6
* Show counts for chunks, strata, systemsPaul Sherwood2016-06-121-0/+6
* Tidy up for legibilityPaul Sherwood2016-06-101-5/+34
* Remove all the 'defs' parametersPaul Sherwood2016-06-081-6/+6
* And now fix max-jobs/instances properlyPaul Sherwood2016-04-301-1/+1
* Allow result-file to be set in configPaul Sherwood2016-04-281-1/+3
* Pep8Paul Sherwood2016-04-061-1/+1
* Write cache-key to ybd.resultwrite-a-resultPaul Sherwood2016-03-251-1/+2
* Move RetryException into app.pyPaul Sherwood2016-03-201-2/+2
* Put cache_keys in .trees file, print target key if mode: keys-onlyPaul Sherwood2016-03-131-2/+3