diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-04-17 19:27:23 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-04-18 15:45:19 +0100 |
commit | 28aee4c66a5ba170c4d9a43e7905e63a83134c51 (patch) | |
tree | 94f8b0554aebc72bf3a259eb2254827307f1ab8c | |
parent | dc4e10c39118b09a65eccaf5eacf7ca963a1f3e7 (diff) | |
download | buildstream-28aee4c66a5ba170c4d9a43e7905e63a83134c51.tar.gz |
NEWS: Add entry about junction targets
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,9 @@ buildstream 1.3.1 o Elements may now specify cross-junction dependencies as simple strings using the format '{junction-name}:{element-name}'. + o Junction elements may now specify another junction as their target, using + the `target` configuration option. + o Source plugins may now request access access to previous during track and fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes. |