summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/ostree.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ostree source failing to fetch when upstream is absentjonathan/ostree-fix-no-upstreamJonathan Maw2018-08-081-1/+1
* ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
* 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-4/+4
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-4/+4
* Remove unused importsGökçen Nurlu2017-12-071-2/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-3/+2
* ostree.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* Add source plugin node validationsTristan Maat2017-09-141-0/+2
* _ostree.py: Support multiple remotesJürg Billeter2017-06-271-1/+1
* ostree.py source plugin: Fixed for recent changes in Source API contractTristan Van Berkom2017-06-231-2/+9
* ostree.py source plugin: Use Source.tempdir() context managerTristan Van Berkom2017-04-081-3/+1
* ostree.py source plugin: Use user mode at checkout timeTristan Van Berkom2017-04-051-1/+1
* Fixing permissions, some random python files became executableTristan Van Berkom2017-03-061-0/+0
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-111-1/+1
* ostree.py: Include ostree plugin on the main docs and some docs touchups.Tristan Van Berkom2017-01-261-1/+1
* ostree.py source plugin: Adapt to new get_consistency() APITristan Van Berkom2017-01-191-3/+9
* ostree.py: Updated for new Source APITristan Van Berkom2017-01-181-15/+16
* ostree.py source plugin: Use _ostree routinesTristan Van Berkom2017-01-161-145/+112
* ostree.py source plugin: Fixing to pass pep8 testsTristan Van Berkom2017-01-161-2/+1
* Changing the pull command from pull_with_options to just the basic pull. GPG ...Andrew Leeming2017-01-161-29/+59
* Adding some return code/conditions when adding remotes to catch if a remote i...Andrew Leeming2017-01-161-4/+23
* Adding in the ostree remote when calling ostree_initAndrew Leeming2017-01-161-2/+3
* Starting to add in some tests for OSTree.Andrew Leeming2017-01-161-23/+27
* Adding basic stub for OSTree Source plugin.Andrew Leeming2017-01-161-0/+153