-
54fee6c8
by Phillip Smyth
at 2018-07-25T14:15:36Z
_stream.py: Added functionality for workspace open -f
tests/frontend/workspace.py: Added tests
-
f62b6cb7
by Jonathan Maw
at 2018-07-25T15:01:33Z
Merge branch 'bst_workspace_open_force_does_nothing' into 'master'
_stream.py: Added functionality for workspace open -f
See merge request BuildStream/buildstream!549
-
c049d021
by Ed Baunton
at 2018-07-25T19:43:51Z
Add remote source plugin
Add a plugin that supports downloading files verbatim from a source with
an optional overridable filename and destination directory. Bumps bst
format version to 10.
Fixes #163
-
bd1196ef
by Ed Baunton
at 2018-07-26T13:22:52Z
Provide explicit reason for SourceError exception on path
When the user provides a path for the filename parameter, provide a reason
-
9a46c16f
by Ed Baunton
at 2018-07-26T14:06:52Z
Merge branch 'edbaunton/remote-source' into 'master'
Add remote source plugin
Closes #163
See merge request BuildStream/buildstream!541
-
968d98b8
by Phil Dawson
at 2018-07-26T15:07:40Z
examples: add project demonstrating a junction element
This is part of the work towards #437.
-
d83712b7
by Phil Dawson
at 2018-07-26T15:07:40Z
junctions.run: Add terminal session output for junctions walkthrough.
This is part of the work towards #437.
-
ddea84af
by Phil Dawson
at 2018-07-26T15:21:43Z
junction-elements.rst: Add junctions walkthrough
This is part of the work towards #437.
-
fbf1a893
by James Ennis
at 2018-07-26T15:21:43Z
using_advanced_features.rst: Added file
-
13dab494
by Phil Dawson
at 2018-07-26T15:21:43Z
tests/examples/junctions.py: Add tests for junctions walkthrough
This is part of the work towards issue #437.