mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2026-01-27 11:01:24 +01:00
collect-results: Generate buildhistory-diff output
Since we now have functional buildhistory repository functionality, generate buildhistory-diff output for builds where its enabled. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
dca5a89ca9
commit
e1564ff86c
|
|
@ -9,3 +9,8 @@ if [ -e $RESFILE ]; then
|
|||
mkdir -p $DEST/$target
|
||||
cp $WORKDIR/tmp/log/oeqa/testresults.json $DEST/$target/
|
||||
fi
|
||||
|
||||
if [ -e $WORKDIR/buildhistory ]; then
|
||||
mkdir -p $DEST/$target
|
||||
$WORKDIR/../scripts/buildhistory-diff -p $WORKDIR/buildhistory > $DEST/$target/buildhistory.txt
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user