Chandan Singh pushed to branch chandan/sourcetransform at BuildStream / buildstream
Commits:
-
dd0d3a8b
by Chandan Singh at 2018-07-27T12:24:43Z
1 changed file:
Changes:
| ... | ... | @@ -133,6 +133,7 @@ class Source(Plugin): |
| 133 | 133 |
o Source.track() will be called with an additional keywork argument
|
| 134 | 134 |
`previous_sources` that will contain a list of sources
|
| 135 | 135 |
o this source can not be the first source for an element
|
| 136 |
+ |
|
| 136 | 137 |
"""
|
| 137 | 138 |
|
| 138 | 139 |
requires_previous_sources_fetch = False
|
| ... | ... | @@ -144,6 +145,7 @@ class Source(Plugin): |
| 144 | 145 |
o Source.fetch() will be called with an additional keyword argument
|
| 145 | 146 |
`previous_sources` that will contain a list of sources
|
| 146 | 147 |
o this source can not be the first source for an element
|
| 148 |
+ |
|
| 147 | 149 |
"""
|
| 148 | 150 |
|
| 149 | 151 |
def __init__(self, context, project, meta):
|
