diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-09-22 00:32:04 +0100 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2018-11-19 12:35:01 +0000 |
commit | 76c5d2f884724791d65cb148f958c9c31ab3dc6c (patch) | |
tree | 9652d4700a32c9f7a5f4e50b322c7537772f36e2 /tests/completions | |
parent | 30b722447a2f45194d207f261602e3d86837d06e (diff) | |
download | buildstream-76c5d2f884724791d65cb148f958c9c31ab3dc6c.tar.gz |
Add `bst source-checkout` command
As discussed in
https://mail.gnome.org/archives/buildstream-list/2018-September/msg00064.html,
add `bst source-checkout` command. This will allow users to checkout
sources for a given target.
* _frontend/cli.py: Add source-checkout command
* _pipeline.py: Add assert_sources_cached() method
* _stream.py: Add source_checkout method, abstract out
__check_location_writable() method that used to part of checkout()
Diffstat (limited to 'tests/completions')
-rw-r--r-- | tests/completions/completions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions/completions.py b/tests/completions/completions.py index 83728743a..7b63e67fe 100644 --- a/tests/completions/completions.py +++ b/tests/completions/completions.py @@ -15,6 +15,7 @@ MAIN_COMMANDS = [ 'push ', 'shell ', 'show ', + 'source-checkout ', 'source-bundle ', 'track ', 'workspace ' |