diff options
author | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-03-28 12:31:50 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-05-15 10:18:26 +0000 |
commit | 30e89a6a3cdcea83e0d83e373e50b88c02df3667 (patch) | |
tree | 2ca584a89133bdc0efe2fa5d876173f48d7f396c /NEWS | |
parent | 7c1bb299c891b7fe8b92e1d54a38eca0b55840ef (diff) | |
download | buildstream-30e89a6a3cdcea83e0d83e373e50b88c02df3667.tar.gz |
_artifact.py: Rework to use artifact proto
This will replace the previous use of a directory structure.
Quite a lot is changed here, predominantly _artifact and _artifactcache
modules.
Part of #974
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: Artifact as a Proto. The caching of buildstream artifacts + has changed from a reference based impelementation. Existing artifacts and + artifact servers are not compatible, as such remote artifact servers need to + be updated to the latest version which will then allow them to be repopulated + with new artifacts. + o BREAKING CHANGE: ostree plugin has been removed. It now leaves in the bst-plugins-experimental repo |