summaryrefslogtreecommitdiff
path: root/ybd/pots.py
Commit message (Expand)AuthorAgeFilesLines
* Don't reuse entry from trees if we're tracking-branchBen Brown2017-09-071-1/+2
* Remove magic ref/sha logicBen Brown2017-09-011-10/+1
* Save tree entry for reuseBen Brown2017-09-011-4/+5
* Return early if .trees file does not existBen Brown2017-09-011-0/+2
* Fix ref comparison when re-using .trees filebenbrown/fix-treesBen Brown2017-05-301-2/+3
* Fallback check for treefile in definitionsps-treefile-in-definitionsPaul Sherwood2017-05-261-1/+4
* Pass directory parameter to Morphs()Ben Brown2017-05-221-1/+1
* Don't set _trees if file is emptyBen Brown2017-05-221-1/+2
* pots.py: Use morph_dump() when outputting the exported <target>.ymltristan/clean-outputTristan Van Berkom2017-03-121-12/+2
* Store the original 'ref' and restore it before savingtristan-build-sha-if-existsTristan Van Berkom2017-02-211-1/+11
* Added -m/--mode command line argument.tristan/mode-optionTristan Van Berkom2017-02-181-3/+4
* Build from single .yml file if that's what is providedPaul Sherwood2017-02-071-3/+14
* Prune definitions to what we need for build/deployPaul Sherwood2017-02-071-1/+9
* Add track-branches: conf option, to use unpetrify-refPaul Sherwood2017-02-071-7/+5
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-5/+4
* Revert "Move log functions to utils.py"Daniel Firth2016-11-291-2/+1
* Move log functions to utils.pyJavier Jardón2016-11-151-1/+2
* Update code to python3Daniel Firth2016-11-151-4/+5
* Only save entries in .trees where ref: is a SHAPaul Sherwood2016-06-251-3/+5
* Log number of trees re-used from trees filePaul Sherwood2016-06-251-0/+3
* Save definitions.yml againPaul Sherwood2016-06-241-0/+1
* Exit if a definition lookup failsPaul Sherwood2016-06-231-2/+3
* Use .trees file properly, in artifacts dirPaul Sherwood2016-06-221-12/+12
* Remove unused linesPaul Sherwood2016-06-191-2/+1
* Rename definitions.py => morphs.pyPaul Sherwood2016-06-191-1/+1
* Separate out Morphs class and new Pots classPaul Sherwood2016-06-191-0/+93