Phil Dawson pushed to branch phil/source-checkout-options at BuildStream / buildstream
Commits:
-
ea5a1c89
by Phil Dawson at 2018-11-23T10:07:09Z
1 changed file:
Changes:
| ... | ... | @@ -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():
|
