[Notes] [Git][BuildStream/buildstream][jennis/deprecate_bst_checkout] NEWS: Add entry for the deprecation of bst checkout



Title: GitLab

James Ennis pushed to branch jennis/deprecate_bst_checkout at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • NEWS
    ... ... @@ -2,6 +2,19 @@
    2 2
     buildstream 1.3.1
    
    3 3
     =================
    
    4 4
     
    
    5
    +   o BREAKING CHANGE: Moved `checkout` to the artifact subcommands. `bst checkout` is
    
    6
    +     now obsolete.
    
    7
    +
    
    8
    +     The command is now `bst artifact checkout`. `bst checkout` has been deprecated.
    
    9
    +     This implements the features of `bst checkout`, although the mandatory LOCATION
    
    10
    +     argument should now be specified with the `--directory` option.
    
    11
    +
    
    12
    +     `artifact checkout` can handle both element names and artifact refs, of which it
    
    13
    +     can take multiple.
    
    14
    +
    
    15
    +     `--deps`, `--tar` and `--integrate` options are only supported when passed a
    
    16
    +     single ELEMENT target.
    
    17
    +
    
    5 18
       o Added `bst artifact log` subcommand for viewing build logs.
    
    6 19
     
    
    7 20
       o BREAKING CHANGE: The bst source-bundle command has been removed. The
    



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