summaryrefslogtreecommitdiff
path: root/buildstream/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* makemaker.py: Fix typo in commentMathieu Bridon2017-08-101-1/+1
* compose.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* dpkg_build.yaml: Remove useless debiandir from artifactsJonathan Maw2017-07-271-0/+4
* Fix dpkg_build and dpkg_deploy documentation using wrong script namesJonathan Maw2017-07-272-6/+6
* dpkg_build.py: Prevent cache-key changing mid-buildJonathan Maw2017-07-261-1/+16
* dpkg_deploy.yaml: Removed a line of whitespace which had floating tabsTristan Van Berkom2017-07-191-1/+0
* dpkg-deploy: Add an element that creates debian packagesJonathan Maw2017-07-192-0/+294
* dpkg-build.py: Add a build element for debian sourcesJonathan Maw2017-07-192-0/+280
* local.py source plugin: Fixed to support symlinksTristan Van Berkom2017-07-171-0/+2
* compose.py: Ensure include list order does not effect cache keysTristan Van Berkom2017-07-051-1/+1
* compose.py: Simplify cache key generationJürg Billeter2017-07-051-30/+1
* script.py: Added documentationTristan Van Berkom2017-07-011-0/+6
* x86image.yaml: Fixing non-standard initTristan Van Berkom2017-07-011-1/+1
* 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
* compose.py: Fix possibility of referencing undefined variableTristan Van Berkom2017-06-221-0/+1
* 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
* import.py: Raise an error for elements that have no sourcesSam Thursfield2017-06-151-2/+6