diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-02-12 20:03:19 +0530 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-02-26 03:05:03 +0530 |
commit | dc73ab679a1eac4cbb00f7ec7220ef5259d0e41d (patch) | |
tree | bae668110c4b7d972640059ada5cba337e1c9b88 /NEWS | |
parent | 88ace418b0e9d1608b58c78e206d203af8fc6eeb (diff) | |
download | buildstream-dc73ab679a1eac4cbb00f7ec7220ef5259d0e41d.tar.gz |
NEWS: Cross-junction dependencies can now be specified inline
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ buildstream 1.3.1 to avoid having to specify the dependency type for every entry in 'depends'. + o Elements may now specify cross-junction dependencies as simple strings + using the format '{junction-name}:{element-name}'. + 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. |