summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2019-01-17 12:33:24 +0000
committerJames Ennis <james.ennis@codethink.com>2019-01-22 12:32:43 +0000
commit9e8034e9a5d88956b0f4d4df82bd793c200b0795 (patch)
treea0781ff042fa648ca04d80c87144c0ea6e389856 /NEWS
parentfbd159390e97a26f85bb7e8d6284b14bb77083ff (diff)
downloadbuildstream-9e8034e9a5d88956b0f4d4df82bd793c200b0795.tar.gz
Add NEWS entry describing the deprecation of checkout, pull and push
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ee63f952..2e13f1480 100644
--- a/NEWS
+++ b/NEWS
@@ -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