[Notes] [Git][BuildStream/buildstream][chandan/sourcetransform] fixup! fixup! Allow source plugins to access previous sources



Title: GitLab

Chandan Singh pushed to branch chandan/sourcetransform at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/source.py
    ... ... @@ -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
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]