Chandan Singh pushed to branch chandan/sourcetransform at BuildStream / buildstream
Commits:
-
4a2dd6af
by Chandan Singh at 2018-08-15T18:58:58Z
1 changed file:
Changes:
... | ... | @@ -17,6 +17,13 @@ buildstream 1.3.1 |
17 | 17 |
to avoid having to specify the dependency type for every entry in
|
18 | 18 |
'depends'.
|
19 | 19 |
|
20 |
+ o Source plugins may now request access access to previous during track and
|
|
21 |
+ fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or
|
|
22 |
+ `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes.
|
|
23 |
+ |
|
24 |
+ o Add new `pip` source plugin for downloading python packages using pip,
|
|
25 |
+ based on requirements files from previous sources.
|
|
26 |
+ |
|
20 | 27 |
|
21 | 28 |
=================
|
22 | 29 |
buildstream 1.1.5
|