summaryrefslogtreecommitdiff
path: root/buildstream/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add Error to git and ostree sources configureWilliam Salmon2018-08-172-0/+13
* Fix ostree repository mirroringValentin David2018-08-161-10/+20
* Add pip source pluginChandan Singh2018-08-151-0/+237
* git.py: Add configurable warning for inconsistent-submoduleJosh Smith2018-08-151-1/+10
* buildstream/plugins/sources/git.py: Fix clone side effect in getting fetchersValentin David2018-08-141-1/+3
* buildstream/plugins/sources/zip.py: Fix non-determism in staging.Valentin David2018-08-121-2/+30
* buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+6
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-071-2/+17
* ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
* patch plugin: validate project pathsTiago Gomes2018-08-021-9/+4
* local plugin: validate project pathsTiago Gomes2018-08-021-7/+5
* compose.py: Remove unused getmtime()Jim MacArthur2018-08-011-7/+0
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-08-011-6/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-08-011-13/+10
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-08-011-25/+13
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-291-4/+15
* git.py: Improve mirror supportJonathan Maw2018-07-271-45/+49
* bzr.py: Improve mirror supportJonathan Maw2018-07-271-4/+7
* git.py: Update git plugin to fail temporarily on clone failuresJosh Smith2018-07-271-3/+7
* _downloadablefilesource.py: Update network errors to be temporaryJosh Smith2018-07-271-2/+2
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+2
* Add remote source pluginEd Baunton2018-07-251-0/+80
* plugins/sources/git.py: Use --shared instead of --hardlinksTristan Van Berkom2018-07-231-4/+4
* git source plugin: Omit the .git directory completely.Tristan Van Berkom2018-07-201-0/+3
* Updating .bzr plugin to omit the .bzr dirPhillip Smyth2018-07-201-0/+2
* Source plugin deb depends on host's arpy python packageJavier Jardón2018-06-221-0/+4
* Source plugin patch depends on host's patchJavier Jardón2018-06-221-0/+4
* Source plugin git depends on host's gitJavier Jardón2018-06-221-0/+4
* Source plugin bzr depends on host's bzrJavier Jardón2018-06-221-0/+4
* Source plugin tar depends on host's lzipJavier Jardón2018-06-221-0/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-1923-23/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0924-40/+73
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* make build element: Add support for PREFIXTristan Van Berkom2018-06-061-2/+2
* make plugin: Ammended documentation to note it's since version.Tristan Van Berkom2018-06-061-0/+4
* Add a kind for MakeEd Baunton2018-06-062-0/+84
* junction.py: Include note regarding explicit trackingJames Ennis2018-05-231-0/+16
* filter.py: Redirect _get_source_element() calls to its build dependJonathan Maw2018-05-171-0/+11
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* plugins/elements/junction.py: Forbid dependenciesTristan Van Berkom2018-04-261-0/+4
* plugins/elements/compose.py: Avoid losing files inside directory symlinksSam Thursfield2018-04-231-13/+20
* plugins/elements/compose.py: Only calculate snapshot when neededSam Thursfield2018-04-231-5/+8
* plugins/elements/compose.py: Use sets instead of lists where appropriateSam Thursfield2018-04-231-7/+8
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-2014-0/+15
* buildstream/plugins/sources/_downloadablefilesource.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-141-6/+9
* Add element.prepare methodTristan Maat2018-04-131-1/+5
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-076-16/+16