SPEC-3533: unzip wgt files in a dedicated directory 90/25090/1
authorCorentin LABBE <clabbe@baylibre.com>
Mon, 10 Aug 2020 08:54:38 +0000 (10:54 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Mon, 10 Aug 2020 11:19:56 +0000 (13:19 +0200)
commit92236d15fc6d88a2f22524ce11691c29deaebd82
treec5271210d2c53e6c9430f77a8acddd9bdc722e4d
parentfcefef408d150eb3fc3d63efdcc370973b54eaeb
SPEC-3533: unzip wgt files in a dedicated directory

For finding wgtname, we download an index.html and the WGT archive could
contains a file with the same name and unzip complain about replacing a file.
The solution is to unzip in an empty dedicated directory.

Change-Id: I9680eb8909256e749a2b5177ed1d942add841af5
BUG-AGL: SPEC-3533
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
common/scripts/application-lifecycle.sh