Chandan Singh pushed to branch chandan/sourcetransform at BuildStream / buildstream
Commits:
-
d040963b
by Chandan Singh at 2018-07-30T09:52:53Z
1 changed file:
Changes:
| ... | ... | @@ -216,7 +216,7 @@ class Source(Plugin): |
| 216 | 216 |
* all sources listed before this source in the given element will be
|
| 217 | 217 |
fetched bef*re this source is tracked
|
| 218 | 218 |
* Source.track() will be called with an additional keywork argument
|
| 219 |
- `previous_sources` that will contain a list of sources
|
|
| 219 |
+ `previous_sources_dir` that will contain a list of sources
|
|
| 220 | 220 |
* this source can not be the first source for an element
|
| 221 | 221 |
"""
|
| 222 | 222 |
|
| ... | ... | @@ -227,7 +227,7 @@ class Source(Plugin): |
| 227 | 227 |
* all sources listed before this source in the given element will be
|
| 228 | 228 |
fetched bef*re this source is fetched
|
| 229 | 229 |
* Source.fetch() will be called with an additional keyword argument
|
| 230 |
- `previous_sources` that will contain a list of sources
|
|
| 230 |
+ `previous_sources_dir` that will contain a list of sources
|
|
| 231 | 231 |
* this source can not be the first source for an element
|
| 232 | 232 |
"""
|
| 233 | 233 |
|
