summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _frontend/main.py: Rewording `--track-all` build optiontracking-changes-rebasedTristan Van Berkom2017-12-121-2/+2
* Fix testsTristan Maat2017-12-128-2/+357
* main.py: Add `bst build --track-all`Tristan Maat2017-12-121-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-122-4/+8
* Issue #117: Add `bst build --track`Tristan Maat2017-12-122-65/+121
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-123-13/+24
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-121-4/+8
* _pipeline.py: Fix makedirs exception handlingAngelos Evripiotis2017-12-121-1/+1
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* source.py: Implement _get_workspace_pathAntoine Wacheux2017-12-121-3/+8
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-122-14/+14
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9
* Remove unused variablesGökçen Nurlu2017-12-112-3/+0
* _fuse/mount.py: Fix missing import of ImplErrorGökçen Nurlu2017-12-111-0/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* _profile.py: Fix missing 'self.' keywordGökçen Nurlu2017-12-111-1/+1
* Remove unused imports in test filesGökçen Nurlu2017-12-0717-22/+2
* Remove unused importsGökçen Nurlu2017-12-0728-83/+42
* tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* _pipeline.py: Added hardlinks option to Pipeline.checkout()Tristan Van Berkom2017-12-051-5/+29
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* HACKING.rst: the setup.py --addopts flag can only be given onceSam Thursfield2017-12-051-1/+1
* element.py: Removing unconditional INFO message when stagingTristan Van Berkom2017-12-051-1/+0
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-052-5/+7
* update install instructions for Debian (fix #159)Abderrahim Kitouni2017-12-041-8/+9
* Add a test for overlaps114-give-better-warnings-on-overlapsJonathan Maw2017-12-0113-0/+62
* Produce a more in-depth report of overlaps when stagingJonathan Maw2017-12-011-9/+23
* utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-302-5/+10
* Add a test for tar lzipValentin David2017-11-303-0/+58
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Allow stdout and stderr to be overriden in Plugin.callValentin David2017-11-301-5/+4
* _options/optionpool.py: Split load_valuesJürg Billeter2017-11-302-6/+14
* _pipeline.py: Load platform before creating Loader instanceJürg Billeter2017-11-301-5/+5
* _loader.py: Remove historic distinction between element name and filenameJürg Billeter2017-11-301-8/+6
* _loader.py: Remove unused basedir attribute from LoadElementJürg Billeter2017-11-301-5/+2
* _loader.py: Remove unused owner attribute from DependencyJürg Billeter2017-11-301-7/+6
* _loader.py: Create Dependency objects for dummy targetJürg Billeter2017-11-301-1/+1
* .coveragerc: Ignore eggsJürg Billeter2017-11-301-0/+1
* plugin.py: Add log() methodSam Thursfield2017-11-291-0/+12
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* bst-here: Mitigate permission issuesbst-here-permissionsTristan Maat2017-11-291-2/+10
* .gitlab-ci.yml: Use source distribution tarballs in all testsTristan Van Berkom2017-11-281-13/+74
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* .gitlab-ci.yml: Use specific version of buildstream-fedora Docker imageSam Thursfield2017-11-271-1/+1
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12