[Notes] [Git][BuildStream/buildstream][bschubert/bst-checkout-build] fixup! Refactor and simplify _prepare_sandbox for elements



Title: GitLab

Benjamin Schubert pushed to branch bschubert/bst-checkout-build at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_frontend/cli.py
    ... ... @@ -657,7 +657,7 @@ def checkout(app, element, location, force, deps, integrate, hardlinks, tar):
    657 657
             scope = Scope.RUN
    
    658 658
         elif deps == "build":
    
    659 659
             scope = Scope.BUILD
    
    660
    -    elif scope == "none":
    
    660
    +    elif deps == "none":
    
    661 661
             scope = Scope.NONE
    
    662 662
     
    
    663 663
         with app.initialized():
    



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