Commits on Source 14
-
Jim MacArthur authored
-
Jim MacArthur authored
Add named argument in bst2html.py to fix documentation See merge request !874
-
-
Jürg Billeter authored
Fix spelling of it's and its See merge request !877
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
Update links to documentation website See merge request !876
-
Valentin David authored
-
Javier Jardón authored
Change URL to the Alpine tarball See merge request !880
-
Daniel Silverstone authored
When a circular dependency is detected, the reported error hilights only one part of the loop in question. This change ensures that the entire loop is listed so that the user has a greater chance of easily determining the correct fix. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-
richardmaw-codethink authored
_loader/loader.py: Be more explanatory in CircDep exception See merge request !878
-
Tom Pollard authored
The addition of the pull-buildtrees flag will be used to override the default behaviour of remote artifact cache pulling. Included is the required changes to completions tests.
-
Tom Pollard authored
The addition of the pullbuildtrees option to the users global buildstream.conf will be used to override the default behaviour of remote artifact cache pulling.
-
Tom Pollard authored
The addition of cached buildtrees being included in element artifacts has led to mostly redundant download overheads when pulling from a remote artifact server. As such the default behaviour of pull shouldn't fetch the buildtree object if available. _stream.py: propagate if pullbuildtrees has been set via cli or user config to the PullQueue. pullqueue.py: add extensible attributes to determine required/ excluded directories for element pull jobs. element.py: extend relevant pull logic for specified subdir consideration and ensure push logic does not lead to partial artifact pushes. _artifactcache/: artifactcache.py & cascache.py inclusion of helper functions for subdir artifact checking & fetching, fetch logic extended to only pull required artifact directories. tests/: integration test pullbuildtrees.py & fix for testutils/ artifactshare.py pathing.