Fix packaging script - Memory error in md5 calculations 56/101756/2
authorMateusz Pilat <m.pilat@partner.samsung.com>
Fri, 14 Feb 2020 17:37:35 +0000 (18:37 +0100)
committerMateusz Pilat <m.pilat@partner.samsung.com>
Fri, 14 Feb 2020 19:30:42 +0000 (20:30 +0100)
commitf1d9816984b695fc4ae6a011c23c5f274385070e
tree7b9766f680500eac09d676334fb6963cfb60096c
parentd8b17a1fe40bdc1fb1df0a70be6e92cdbc5ce09c
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
build/package.py