summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-08-01 12:57:18 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-08-01 12:57:18 +0100
commit771da48f616938d548136a4062afa93a2c7383dd (patch)
treeecda0fc674fbfe78d6e4fb89cfdff5fe962caa4e
parent8b64b4ef1ca4b2ecd153364278fe03150999b056 (diff)
downloadbuildstream-jennis/junctions_and_remotes.tar.gz
NEWS: Added a news entry announcing the two new junction config optionsjennis/junctions_and_remotes
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d5906500..6c93dde94 100644
--- a/NEWS
+++ b/NEWS
@@ -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.