diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-08-01 12:57:18 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-08-06 13:03:47 +0000 |
commit | b03eab16b624cda9bbcc72303ea814a6ac374dc4 (patch) | |
tree | 67f4e5907f4567eeb3d9f741e1a521a5c9ebe503 /NEWS | |
parent | ef778ca58d13be60faad37d55a4a64918c1b3d00 (diff) | |
download | buildstream-b03eab16b624cda9bbcc72303ea814a6ac374dc4.tar.gz |
NEWS: Added a news entry announcing the two new junction config options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: Reverted the default behaviour of junctions. Subproject + elements will no longer interact with the parent project's remote (by + default). To enable this behaviour, a new "cache-junction-elements" boolean + can be optionally declared as part of your junction element's configuration. + Additionally, a new "ignore-junction-remotes" option has also been + introduced. This allows you to completely ignore subproject remotes when + using the parent project. + o Added Basic support for the BuildBox sandbox. The sand box will only be used if the environment variable BST_FORCE_SANDBOX is set to `buildbox`. This is the first step in transitioning to only using BuildBox for local sandboxing. |