summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRebecca Grayson <becky.grayson1@hotmail.co.uk>2019-08-20 17:07:29 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2019-09-02 10:02:24 +0100
commitd4011901434b53259b2f30b90b7ab045474596f2 (patch)
tree0c0a7e8ec87d6e0e89e30ae861cba445a24ba220 /NEWS
parent61468553543589056f70297cb8779200e398548a (diff)
downloadbuildstream-d4011901434b53259b2f30b90b7ab045474596f2.tar.gz
Addition of --long option to list-contents:becky/list_contents_long_option
--long or -l will provide the user with extra information about the contents of the artifacts, including permission mode, file type, size and name. In order for this to work, the way in which list-contents works has been modified. A test and NEWS entry have also been added within this commit
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5006dadce..cde99c7be 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,8 @@ buildstream 1.3.1
o Added `bst artifact list-contents` subcommand which can display the names
of files in artifacts in your artifact cache, either by element name
- or by direct artifact reference.
+ or by direct artifact reference. --long option can be used to display more
+ information; file type and size.
o BREAKING CHANGE: Reverted the default behaviour of junctions. Subproject
elements will no longer interact with the parent project's remote (by