diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-07-16 16:45:16 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-07-20 12:25:35 +0100 |
commit | 90a204d50b4a2d14dc880531cfd7291fbdc8318f (patch) | |
tree | 0febc18faf6c588e8e0ae4779c3595ab1324d56c /NEWS | |
parent | 21fb826dc90570914bb2e80a8348d408dec44be7 (diff) | |
download | buildstream-90a204d50b4a2d14dc880531cfd7291fbdc8318f.tar.gz |
Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout_1.2
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 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,12 @@ ================= +buildstream 1.1.5 +================= + + 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 +27,7 @@ buildstream 1.1.4 runs out of space. The exact behavior is configurable in the user's buildstream.conf. + ================= buildstream 1.1.3 ================= |