Fix issue caused by process substitution on sh 15/56715/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 9 May 2017 11:49:44 +0000 (21:49 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 9 May 2017 11:49:44 +0000 (21:49 +1000)
commitf1ca9d0ff0e189bc0c98831417e5b371ec033e16
tree593ef981edff9fcf41fe392fb1558d0df3050f88
parent54985f2ecd67b9c8a57802d708f67067cfe3a8bb
Fix issue caused by process substitution on sh

The change fixes the issue 'syntax error near unexpected token `<''
which is caused because the while loop and find uses process
substitution feature which is not standard on all shells. The
default shell used to run a builder is 'sh'. To fix the issue
invoke the code from a script using bash.

Change-Id: Icac081a6ca1aa19cdcef8202cd943348e6dbc513
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/autorelease/autorelease-macros.yaml
jjb/autorelease/include-raw-autorelease-collect-sar.sh [new file with mode: 0644]