summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/bzr.py
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-210/+0
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
* bzr source plugins: Remove all of the atomic backup directory business logicTristan Van Berkom2019-01-181-74/+18
* bzr source plugin: Use lock files to avoid corrupting the source cacheTristan Van Berkom2019-01-181-6/+29
* sources: Don't redundantly document directory configurationChandan Singh2018-10-251-3/+2
* bzr.py: Improve mirror supportJonathan Maw2018-07-271-4/+7
* Updating .bzr plugin to omit the .bzr dirPhillip Smyth2018-07-201-0/+2
* Source plugin bzr depends on host's bzrJavier Jardón2018-06-221-0/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-1/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-2/+2
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-0/+3
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-3/+3
* doc: consistent source staging dir docAngelos Evripiotis2018-02-131-0/+3
* bzr: Implement init_workspaceJonathan Maw2018-02-121-0/+15
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-1/+1
* Add source plugin node validationsTristan Maat2017-09-141-0/+2
* bzr.py source plugin: Dont require a mirror to check for consistencyTristan Van Berkom2017-09-011-0/+4
* bzr.py plugin: Dont try to serialize class method in get_unique_key()Tristan Van Berkom2017-05-251-1/+1
* Add bzr source pluginJonathan Maw2017-05-251-0/+205