summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-134-6/+0
* autotools: Always run the autogen stepMathieu Bridon2017-11-111-1/+1
* Change origin to point at source repoDaniel Playle2017-11-113-6/+60
* Remove DummyElement hackTristan Maat2017-11-102-35/+35
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-089-77/+64
* Allow overwriting a list with an empty list using (=) operatorsam/overwrite-list-with-empty-listSam Thursfield2017-11-081-2/+4
* _frontend/main.py: Fix #133 - make completions work for --except argumentsTristan Van Berkom2017-11-081-1/+6
* refactoring: Made Project option privateTristan Van Berkom2017-11-0615-86/+95
* sandbox: Refactoring, moving accidentally public MountMap into it's own fileTristan Van Berkom2017-11-065-112/+135
* sandbox/_mounter.py: Added missing copyright headerTristan Van Berkom2017-11-061-0/+20
* sandbox/_mount.py: Renamed _mounter.pyTristan Van Berkom2017-11-062-3/+3
* buildelement.py: Fixed doc string link.exceptions-refactorTristan Van Berkom2017-11-061-1/+1
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-068-50/+52
* Refactoring: Rename _ArtifactError -> ArtifactErrorTristan Van Berkom2017-11-066-34/+34
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-0630-85/+92
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-066-40/+47
* 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
* buildelement.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-34/+29
* _frontend/widget.py: Removing architecture from the reportsTristan Van Berkom2017-11-061-2/+0
* _frontend/main.py: Removing arch related optionsTristan Van Berkom2017-11-061-17/+8
* _pipeline.py: Removing archesTristan Van Berkom2017-11-061-12/+4
* _loader.py: Removing arch conditionalsTristan Van Berkom2017-11-051-52/+3
* project.py: Removing archesTristan Van Berkom2017-11-051-10/+0
* context.py: Removing archesTristan Van Berkom2017-11-051-11/+2
* main.py: Make CLI wording for elements consistentTristan Maat2017-11-041-29/+30
* Stop using pipeline.target for UI widgetsTristan Maat2017-11-042-3/+3
* Adjust commands to multiple targetsTristan Maat2017-11-042-54/+67
* _pipeline.py: Misc adjustments to multiple targetsTristan Maat2017-11-041-7/+22
* _pipeline.py: Fix metaelement resolutionTristan Maat2017-11-041-9/+7
* _pipeline.py: Adjust to new loader APITristan Maat2017-11-041-5/+6
* _loader.py: Adjust the loader to support multiple targetsTristan Maat2017-11-041-20/+31
* _pipeline.py: Adjust Planner.plan to multiple targetsTristan Maat2017-11-041-3/+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
* Clean old Platform.get_platform referencesTristan Maat2017-11-012-2/+2
* Make the platform object a singletonTristan Maat2017-11-012-4/+11
* _artifactcache/ostreecache.py: Allow explicit disabling of pushesuser-namespace-fallbackTristan Van Berkom2017-10-311-1/+14
* sandbox/_sandboxbwrap.py: Dont use user namespaces if they are unavailableTristan Van Berkom2017-10-311-1/+6
* _platform/linux.py: Add preflight check to detect user namespacesTristan Van Berkom2017-10-311-1/+40
* _scheduler/job.py: Ensure messages are logged to the correct log fileTristan Van Berkom2017-10-311-1/+4
* _frontend/main.py: Hold on to unconditional startup messagesTristan Van Berkom2017-10-311-0/+8
* Catch attempts to compose a listSam Thursfield2017-10-311-3/+7
* context.py: Fixed project override validation to allow new 'strict' keywordTristan Van Berkom2017-10-301-1/+1
* utils.list_relative_paths: Clarify empty dirs noteAngelos Evripiotis2017-10-301-1/+2
* utils.list_relative_paths: avoid os.path.relpathAngelos Evripiotis2017-10-301-6/+9
* _pipeline.py: No except_ argument in source_bundleTristan Van Berkom2017-10-302-4/+2