-
3ca487b8
by Chandan Singh
at 2018-10-08T18:25:39Z
bst-docker-import: Consistently use stderr for all logs
In !857, we added `contrib/bst-docker-import` script but it has a small
issue that some of logs go to stdout while others go to stderr. Fix it
so that all logging is done on stderr.
-
49df3d75
by Chandan Singh
at 2018-10-08T18:58:54Z
Merge branch 'chandan/fix-bst-docker-import-logging' into 'master'
bst-docker-import: Consistently use stderr for all logs
See merge request BuildStream/buildstream!863
-
4a29a112
by William Salmon
at 2018-10-09T08:20:59Z
Sandbox: CWD was not being created for workspaces
The code was creating the cwd folder but when the workspace was
mounted in to the buildroot it was hiding the folder created in it
behind the bind mounted workspace.
However by using the bubblewarp `--dir` directive to ensure that cwd
exists we can cover both workspace and non workspace situations with
the same method.
-
4e698a31
by William Salmon
at 2018-10-09T08:20:59Z
New Integration test for workspace command-subdir
Build stream was only creating command-subdir for non workspace builds
this has now been fixed, and this regression test should support the
feature.
-
e3e27123
by William Salmon
at 2018-10-09T08:20:59Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
04a4e012
by William Salmon
at 2018-10-09T08:21:00Z
Adding Out of Source Build Examples
Three examples covering out of source builds for:
* basic autotools
* basic cmake
* autotools from a folder inside the source folder
This is also the first cmake example.
-
343ee0af
by William Salmon
at 2018-10-09T08:21:00Z
Adding Tests for Out of Source Build examples
-
382f89a5
by William Salmon
at 2018-10-09T08:21:00Z
Extended the Documentation to cover out of source builds
-
10fbd24f
by William Salmon
at 2018-10-09T08:21:00Z
Added a news item for