Commits on Source 18
-
This improves staging performance by avoiding making any copies of the objects in the cloned repository in the staging area before removing the .git directory. Fixes #488
-
Tristan Van Berkom authored
plugins/sources/git.py: Use --shared instead of --hardlinks Closes #488 See merge request !557
-
This change will allow for more detailed info messages throughout the CASCache.
-
Work towards fixing issue #275
-
Work towards fixing issue #275
-
Tristan Van Berkom authored
Indicate where artifacts are going to and coming from in the log Closes #275 See merge request !553
-
Phillip Smyth authored
buildstream/element.py: Adding build tree to cache buildstream/_versions.py: Bumping BST_CORE_ARTIFACT_VERSION
-
Tristan Van Berkom authored
Adding caching build trees (limited) See merge request !560
-
Javier Jardón authored
-
Javier Jardón authored
doc/source/install_linux_distro.rst: buildstream doesn't hard depend on ostree or pygobject anymore Closes #492 See merge request !558
-
Jonathan Maw authored
Remove misleading info message See merge request !567
-
Phil Dawson authored
Add test to ensure gracefull handling of exception thrown while loading a pipeline due the python's max recursion depth being exceeded. This is part of the work for issue #203
-
Phil Dawson authored
Because the RecursionError exception was introduced in Python 3.5, until we drop support for for Python 3.4, we must use RuntimeError.
-
Jim MacArthur authored
Phil/203 BuildStream crashes when dependency tree too deep See merge request !512
-
Phillip Smyth authored
tests/frontend/workspace.py: Added tests
-
Jonathan Maw authored
_stream.py: Added functionality for workspace open -f See merge request !549
-
Phil Dawson authored
This commit is part of the work required to resolve issue #436