Fix removal of kernel directories in repo archiver 93/46893/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 8 Nov 2017 23:18:36 +0000 (15:18 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 8 Nov 2017 23:18:36 +0000 (15:18 -0800)
commitf336990e8804d33cd643a2bf5172a1d1730a46b8
treef658c012b000453994540bbe5eeb925b130deb8a
parent122cf34bf3e656e1b7fa35e07dd8a71e42ed4d59
Fix removal of kernel directories in repo archiver

Removal of these directories was silently failing due to the '-f' flag
of rm. Unquoting '{..}' allows bash to corretly interpret the brace
expansion.

Change-Id: I315c63b5eb26fd3780632da0961a0eaf86439ae3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/opnfv-repo-archiver.sh