mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
poky-autobuild: overwrite instead of appending to svninfo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2843 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
if [ "xpreamble" = "x$1" ]; then
|
if [ "xpreamble" = "x$1" ]; then
|
||||||
mkdir -p ./build/tmp/deploy/images
|
mkdir -p ./build/tmp/deploy/images
|
||||||
rm -f ./build/tmp/deploy/images/images-complete
|
rm -f ./build/tmp/deploy/images/images-complete
|
||||||
svn info >> ./build/tmp/deploy/images/svninfo
|
svn info > ./build/tmp/deploy/images/svninfo
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user