forked from pool/python-kiwi
- Bump version: 9.17.7 → 9.17.8
- Make result compression in the bundler optional Calling kiwi result bundle will take the image build results and bundle the relevant image files according to their image type. Depending on the result configuration this could instruct the bundler to compress one or more files from the result. By default this compression is switched off in the bundler but can be activated to save storage space and speedup download of the image with the following runtime configuration: bundle: - compress: true|false If compression is activated the result image has to be uncompressed before it can be used. This Fixes #901 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=129
This commit is contained in:
parent
01665930fb
commit
b0020f9157
@ -1,6 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 10:57:10 CET 2019 - ms@suse.de
|
||||
|
||||
- Bump version: 9.17.7 → 9.17.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 15:52:49 CET 2019 - ms@suse.de
|
||||
|
||||
- Make result compression in the bundler optional
|
||||
|
||||
Calling kiwi result bundle will take the image build results
|
||||
and bundle the relevant image files according to their image
|
||||
type. Depending on the result configuration this could instruct
|
||||
the bundler to compress one or more files from the result.
|
||||
By default this compression is switched off in the bundler but
|
||||
can be activated to save storage space and speedup download
|
||||
of the image with the following runtime configuration:
|
||||
|
||||
bundle:
|
||||
- compress: true|false
|
||||
|
||||
If compression is activated the result image has to be
|
||||
uncompressed before it can be used. This Fixes #901
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 11:17:52 CET 2019 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.17.6 → 9.17.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -45,7 +45,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.17.7
|
||||
Version: 9.17.8
|
||||
Provides: kiwi-schema = 6.6
|
||||
Release: 0
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47e0dcc86d274c6016e0e0728655b08557e6b8f96bd240f7433cb4f73c8b2983
|
||||
size 1186069
|
||||
oid sha256:2066220de858a93796747d031efc99894be8defea4798111542c2f0f0032b33a
|
||||
size 1188342
|
||||
|
Loading…
Reference in New Issue
Block a user