diff options
author | James Ennis <james.ennis@codethink.com> | 2019-01-17 12:33:24 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-01-22 12:32:43 +0000 |
commit | 9e8034e9a5d88956b0f4d4df82bd793c200b0795 (patch) | |
tree | a0781ff042fa648ca04d80c87144c0ea6e389856 /NEWS | |
parent | fbd159390e97a26f85bb7e8d6284b14bb77083ff (diff) | |
download | buildstream-9e8034e9a5d88956b0f4d4df82bd793c200b0795.tar.gz |
Add NEWS entry describing the deprecation of checkout, pull and push
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: The top level commands `checkout`, `push` and `pull` have + been moved to the `bst artifact` subcommand group and are now obsolete. + For example, you must now use `bst artifact pull hello.bst`. + + The behaviour of `checkout` has changed. The previously mandatory LOCATION + argument should now be specified with the `--directory` option. In addition + to this, `--tar` is no longer a flag, it is a mutually incompatible option + to `--directory`. For example, `bst artifact checkout foo.bst --tar foo.tar.gz`. + + o Added `bst artifact log` subcommand for viewing build logs. o BREAKING CHANGE: The bst source-bundle command has been removed. The |