[Notes] [Git][BuildStream/buildstream][phil/source-checkout-options] fixup! fixup! fixups for --tar option



Title: GitLab

Phil Dawson pushed to branch phil/source-checkout-options at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_frontend/cli.py
    ... ... @@ -688,7 +688,7 @@ def checkout(app, element, location, force, deps, integrate, hardlinks, tar):
    688 688
     @click.argument('location', type=click.Path())
    
    689 689
     @click.pass_obj
    
    690 690
     def source_checkout(app, element, location, force, deps, fetch_, except_,
    
    691
    -                    tar_, build_scripts):
    
    691
    +                    tar, build_scripts):
    
    692 692
         """Checkout sources of an element to the specified location
    
    693 693
         """
    
    694 694
         with app.initialized():
    



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