Fix packaging script - Memory error in md5 calculations 63/101763/1
authorMateusz Pilat <m.pilat@partner.samsung.com>
Fri, 14 Feb 2020 17:37:35 +0000 (18:37 +0100)
committerSamuli Silvius <s.silvius@partner.samsung.com>
Fri, 14 Feb 2020 20:59:31 +0000 (20:59 +0000)
commit15a6ee9424be5eb4a55c0e6ec1289cec90f7018b
treeaa9c7e17ee4d7b58bf5fecfc701b1cacd1f2a18a
parent2b6af07bc99018926428793c1c63882f3a0142a8
Fix packaging script - Memory error in md5 calculations

During package preparation whole file is read and stashed in to RAM. when the file is large, like ONAP package it will result in an error

Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Issue-ID: OOM-2308
Change-Id: Ic2dbea4018162bd4cfb380f6fb34078062c38a09
(cherry picked from commit f1d9816984b695fc4ae6a011c23c5f274385070e)
build/package.py