From 9e8034e9a5d88956b0f4d4df82bd793c200b0795 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Thu, 17 Jan 2019 12:33:24 +0000 Subject: Add NEWS entry describing the deprecation of checkout, pull and push --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.1