tools: add deflated size of the zipfile to the updates.xml 21/3921/1 accepted/tizen/20130611.123253 submit/tizen/20130611.120126
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 29 May 2013 14:41:11 +0000 (17:41 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 30 May 2013 10:18:25 +0000 (13:18 +0300)
commitcc82d9a3d3681b0dd83ca6222fea40f90fcb8a81
tree63c80c0b5e36e029e7c6b3b6e85f10ce1b5f1901
parentd4fe048639f435c13b04fd72c1f395a1d4656786
tools: add deflated size of the zipfile to the updates.xml

The size returned is the sum of the sizes of all the files in the
zip file.

NOTE: This is not exactly the same as disk usage after decompression.
The size returned here does not take into account the real disk usage of
the files (dependent on the fs block sizes) or disk space taken by
directories.

Change-Id: I8c52aed054c6fe9cf7ec9c3add24c0395cbb5c79
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
tools/updateinfo/create-update.py
tools/updateinfo/updateutils.py