mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2026-01-27 11:01:24 +01:00
buildhistory-init/collect-results: Use a tag to make buildhistory data consistent
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a0963045de
commit
f19aa61cd6
|
|
@ -28,3 +28,4 @@ else
|
|||
git add README
|
||||
git commit -s -m 'Initializing Buildhistory'
|
||||
fi
|
||||
git tag ab-fetchrev
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@ fi
|
|||
|
||||
if [ -e $WORKDIR/buildhistory ]; then
|
||||
mkdir -p $DEST/$target
|
||||
$WORKDIR/../scripts/buildhistory-diff -p $WORKDIR/buildhistory > $DEST/$target/buildhistory.txt
|
||||
# ab-fetchrev tag set in buildhistory-init
|
||||
$WORKDIR/../scripts/buildhistory-diff -p $WORKDIR/buildhistory ab-fetchrev > $DEST/$target/buildhistory.txt
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user