summaryrefslogtreecommitdiff
path: root/buildstream/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins/sources/local.py: Consider symbolic link target in cache key.Tristan Van Berkom2018-01-101-1/+2
* plugins/sources/_downloadablefilesource.py: Exclude a line from coverageTristan Van Berkom2018-01-021-1/+6
* plugins/sources/local.py: pragma nocover on unreachable codeTristan Van Berkom2018-01-021-3/+3
* plugins/sources/patch.py: Removing unneeded checkTristan Van Berkom2018-01-021-7/+5
* plugins/sources/patch.py: Added context to some errorsTristan Van Berkom2018-01-011-8/+12
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* Remove unused importsGökçen Nurlu2017-12-074-7/+6
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-3/+5
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-211-4/+4
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27
* Handle removed files from integration in compose pluginValentin David2017-11-201-20/+30
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-173-11/+11
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* compose.py: Use keyword args for utils.move_filesJonathan Maw2017-11-141-1/+1
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1
* autotools: Always run the autogen stepMathieu Bridon2017-11-111-1/+1
* Change origin to point at source repoDaniel Playle2017-11-111-2/+25
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-066-15/+7
* plugins/sources/zip.py: Dont depend on python 3.6 methodTristan Van Berkom2017-11-061-8/+10
* plugins/elements/script.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-8/+3
* plugins/sources/tar.py: Ignore leading ./ in tarball pathsTristan Van Berkom2017-11-031-9/+18
* Add a new zip sourcezipMathieu Bridon2017-11-031-0/+147
* tar: Move most of the code to a new base classMathieu Bridon2017-11-032-91/+114
* plugins/sources/tar.py: Ignore possible leading '.' directory.Tristan Van Berkom2017-11-021-0/+6
* Remove dpkg and x86image elementsJonathan Maw2017-10-266-805/+0
* ostree.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* git.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* Fix timestamps in Python bytecodefix-pyc-timestampsMathieu Bridon2017-09-292-0/+4
* Add source plugin node validationsTristan Maat2017-09-145-0/+10
* Add element plugin node validationsTristan Maat2017-09-144-0/+18
* 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
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-301-1/+5
* compose.py plugin: Expose a new `exclude` option.compose-excludeTristan Van Berkom2017-08-292-19/+38
* import.py: Implement generate_script() for source bundlesJürg Billeter2017-08-221-0/+26
* Add a pip elementMathieu Bridon2017-08-102-0/+65