diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-08-22 17:42:04 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.co.uk> | 2019-08-27 15:26:04 +0100 |
commit | d3aee1789ccc73af0976ffe9a44b8e15df784a57 (patch) | |
tree | ad2e04a08f37603fff4aaaca5817e904c7f62ca3 | |
parent | 675abfd0f5272dc12128b2915b52e14cd540416b (diff) | |
download | buildstream-d3aee1789ccc73af0976ffe9a44b8e15df784a57.tar.gz |
NEWS: Add NEWS entry for bst artifact showjennis/bst_artifact_show
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ buildstream 1.3.1 ================= + o Added `bst artifact show` subcommand which shows the cached status + of an artifact. If project/user remotes are available, they are checked + for the target elements (and their deps, if specified). Artifacts available + in remotes are displayed as "available". + o BREAKING CHANGE: The project name of dependencies have been included when calculating the cache key. This was required to keep inline with the artifact proto. Additionally, for strict mode, the name of dependencies have |