Skip to content
Snippets Groups Projects
Select Git revision
0 results

make.py

  • richardmaw-codethink's avatar
    87728df7
    cli: Add artifact checkout subcommand · 87728df7
    richardmaw-codethink authored
    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
    87728df7
    History
    cli: Add artifact checkout subcommand
    richardmaw-codethink authored
    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