-
831df5a9
by Richard Maw
at 2019-01-09T16:22:23Z
cli: Add artifact checkout subcommand
This implements a superset of the features of `bst checkout`,
but uses a --directory option rather than a location argument,
and --tar takes a location instead of being a flag.
If multiple element targets or any artifact refs are passed
then it does not support creating a tarball, running integration commands
or including dependencies of the targets.
This partially solves #822
-
aa63d8a8
by James Ennis
at 2019-01-09T16:22:23Z
Mark 'old' checkout command as obsolete
-
bdc26831
by James Ennis
at 2019-01-09T16:22:23Z
tests/frontend/buildcheckout.py: Add tests for checking out artifacts
bst artifact subcommands are able to handle artifact refs as well as
element names. These tests ensure that we can checkout an artifact
or multiple artifacts by using their refs.
-
1d91cb12
by James Ennis
at 2019-01-09T16:23:41Z
NEWS: Add entry for the deprecation of bst checkout