summaryrefslogtreecommitdiff
path: root/buildstream/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* import.py: Raise an error when no files are foundSam Thursfield2017-06-151-1/+5
* script.py: Allow layout members without an element.Tristan Van Berkom2017-06-141-1/+1
* x86image.py: Added a None layout element at /buildstreamTristan Van Berkom2017-06-141-0/+1
* x86image: Fix erroneous call to validate_layoutJonathan Maw2017-06-131-4/+0
* stack.py: Adapting to Element API churnTristan Van Berkom2017-06-121-0/+6
* import.py: Adapting to Element API churnTristan Van Berkom2017-06-121-0/+6
* compose.py: Adapting to Element API churnTristan Van Berkom2017-06-121-5/+11
* x86image.py: Fix typo s/x86-image/x86imageTristan Van Berkom2017-06-061-1/+1
* x86image.yaml: Removed root-read-only configurationTristan Van Berkom2017-06-061-1/+0
* Jonathan/enhance script elementJonathan Maw2017-06-064-141/+255
* 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
* script element: Make 'collect' keyword actually optionalSam Thursfield2017-05-241-3/+1
* Added __init__.py to the plugin subdirectories.Tristan Van Berkom2017-05-242-0/+0
* script element: interim hacksTristan Van Berkom2017-05-242-25/+33
* tar.py source plugin: Handle globbing of tarfiles lacking directory entriesTristan Van Berkom2017-05-211-6/+34
* meson plugin: Added %{meson-args} and %{meson-extra} variablesTristan Van Berkom2017-05-201-13/+17
* distutils plugin: Added %{install-args} variableTristan Van Berkom2017-05-201-3/+6
* cmake plugin: Added %{cmake-args} and %{cmake-extra} variablesTristan Van Berkom2017-05-201-2/+7
* autotools plugin: Added %{conf-extra} variableTristan Van Berkom2017-05-201-1/+2
* autotools.yaml: Declare configure args separately from the command itselfTristan Van Berkom2017-05-151-13/+17
* tar.py source plugin: Implement base-dir glob pattern parameterTristan Van Berkom2017-05-141-2/+63
* cmake build element: Added cmake libdir definition to defaultsTristan Van Berkom2017-05-141-1/+5
* 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
* compose.py element plugin: Take into account modified files in integrationTristan Van Berkom2017-04-031-3/+14
* local.py source plugin: Make sha256sums safe for directories in the manifestTristan Van Berkom2017-04-031-0/+5
* compose.py plugin: Improved loggingTristan Van Berkom2017-04-031-2/+15
* script.py plugin: Stage input in the RUN scope, not BUILD scopeTristan Van Berkom2017-04-031-1/+1
* Added new script element.Tristan Van Berkom2017-04-022-0/+183
* compose.py: Fixed preflight error to include selfTristan Van Berkom2017-03-161-1/+1
* compose.py: Removed unused import of re moduleTristan Van Berkom2017-03-161-1/+0
* compose.py: Fixed comment to use its, not it'sTristan Van Berkom2017-03-151-1/+1
* element.py: Added stage_dependencies() convenience function.Tristan Van Berkom2017-03-151-7/+5
* Added new compose elementTristan Van Berkom2017-03-152-0/+186
* import.py: Fixed to use new sandbox APITristan Van Berkom2017-03-141-3/+1
* meson.yaml: Fixed to be correct yaml, syntax highlighting now works in docs.Tristan Van Berkom2017-03-101-3/+9
* stack.py: Adapt to new cleaned up sandbox apiTristan Van Berkom2017-03-081-1/+9
* 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
* autotools.bst: Changed %{autogen} so it displays more nicelyTristan Van Berkom2017-03-021-1/+1
* git.py source plugin: Use Mapping in _yaml.node_get()Tristan Van Berkom2017-02-261-3/+3
* Modified parallelizable element defaults to not parallelize on installationTristan Van Berkom2017-02-243-3/+3
* Updating plugin documentation to mention notparallel magic variable.Tristan Van Berkom2017-02-225-1/+35