diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-07-16 16:45:16 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.avv@gmail.com> | 2018-07-20 09:07:01 +0000 |
commit | 9c1f024b15849fae1d8512c0215e4fb0b24fc311 (patch) | |
tree | 0a2216e961e5b4a5f8eebb6bf1eab087719916a1 /NEWS | |
parent | 790fb40b75075c9af64798df3aa54fd4d8fe140e (diff) | |
download | buildstream-9c1f024b15849fae1d8512c0215e4fb0b24fc311.tar.gz |
Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout
One of the tests added is configured to be skipped for now, as dumping
binary data is causing a bad descriptor exception when using the pytest
capture module.
Closes #263.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,11 @@ ================= +buildstream 1.3.1 +================= + + o Add a `--tar` option to `bst checkout` which allows a tarball to be + created from the artifact contents. + +================= buildstream 1.1.4 ================= @@ -19,6 +26,7 @@ buildstream 1.1.4 runs out of space. The exact behavior is configurable in the user's buildstream.conf. + ================= buildstream 1.1.3 ================= |