mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-10-22 23:02:21 +02:00
run-patchmetrics: Use -m for realpath for results dir as it doesn't exist
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5b73a9b6eb
commit
348467c2c8
|
@ -2,7 +2,7 @@
|
|||
|
||||
PARENTDIR=`realpath $1`
|
||||
TARGETDIR=`realpath $2`
|
||||
RESULTSDIR=`realpath $3`
|
||||
RESULTSDIR=`realpath -m $3`
|
||||
|
||||
git clone ssh://git@push.yoctoproject.org/yocto-metrics $PARENTDIR/yocto-metrics
|
||||
$PARENTDIR/scripts/contrib/patchreview.py $TARGETDIR -j $PARENTDIR/yocto-metrics/patch-status.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user