summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources
Commit message (Expand)AuthorAgeFilesLines
* Add source plugin node validationsTristan Maat2017-09-145-0/+10
* patch.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-11/+1
* tar.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-9/+1
* local.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-10/+6
* Add patch source pluginChandan Singh2017-09-091-0/+106
* git.py source plugin: Consider submodules in cache keyTristan Van Berkom2017-09-011-1/+8
* bzr.py source plugin: Dont require a mirror to check for consistencyTristan Van Berkom2017-09-011-0/+4
* local.py source plugin: Fixed to support symlinksTristan Van Berkom2017-07-171-0/+2
* tar.py: Use the utils.glob() methodTristan Van Berkom2017-06-291-20/+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
* git.py source plugin: Avoid deprecated RawConfigParser.readfp() methodSam Thursfield2017-06-221-1/+1
* tar.py: Consider the 'base-dir' as part of the unique keySam Thursfield2017-06-151-1/+1
* tar.py plugin: Handle urllib.error.ContentTooShortErrorTristan Van Berkom2017-05-281-1/+1
* 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
* Added __init__.py to the plugin subdirectories.Tristan Van Berkom2017-05-241-0/+0
* tar.py source plugin: Handle globbing of tarfiles lacking directory entriesTristan Van Berkom2017-05-211-6/+34
* tar.py source plugin: Implement base-dir glob pattern parameterTristan Van Berkom2017-05-141-2/+63
* tar.py source plugin: Reducing line length in documentationTristan Van Berkom2017-04-131-3/+3
* tar.py source: Some minor changes before mergeTristan Van Berkom2017-04-131-9/+5
* Add a tar source pluginJonathan Maw2017-04-131-0/+160
* ostree.py source plugin: Use Source.tempdir() context managerTristan Van Berkom2017-04-081-3/+1
* git.py source plugin: Use Source.tempdir() context managerTristan Van Berkom2017-04-081-9/+9
* git.py source plugin: Fixed staging of submodules.Tristan Van Berkom2017-04-071-0/+7
* ostree.py source plugin: Use user mode at checkout timeTristan Van Berkom2017-04-051-1/+1
* local.py source plugin: Make sha256sums safe for directories in the manifestTristan Van Berkom2017-04-031-0/+5
* Fixing permissions, some random python files became executableTristan Van Berkom2017-03-062-0/+0
* git.py source plugin: Swapping around the loggingTristan Van Berkom2017-03-021-47/+52
* git.py source plugin: Use Mapping in _yaml.node_get()Tristan Van Berkom2017-02-261-3/+3
* git.py source plugin: Removed obsolete line of code.Tristan Van Berkom2017-02-111-1/+0
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-112-2/+2
* 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
* local.py source plugin: Adapt to new get_consistency() APITristan Van Berkom2017-01-191-3/+3
* git.py plugin: Adapt to new get_consistency() API and moreTristan Van Berkom2017-01-191-3/+25
* local.py: Updated for new source APITristan Van Berkom2017-01-181-3/+6
* git.py: Updated for new source APITristan Van Berkom2017-01-181-24/+20
* ostree.py: Updated for new Source APITristan Van Berkom2017-01-181-15/+16
* git.py: Fixed internal has_ref() to be None safeTristan Van Berkom2017-01-181-0/+2
* 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
* git.py source plugin: Raise error if neither source or ref are specifiedTristan Van Berkom2017-01-161-5/+6
* git plugin: Updated for new check_output() apiTristan Van Berkom2017-01-141-16/+17
* local.py: Fixed comment which was incorrectTristan Van Berkom2017-01-131-1/+3