1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +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:
Richard Purdie
2007-10-05 14:17:08 +00:00
parent a0ad9da376
commit eeaeae473c
+1 -1
View File
@@ -27,7 +27,7 @@
if [ "xpreamble" = "x$1" ]; then
mkdir -p ./build/tmp/deploy/images
rm -f ./build/tmp/deploy/images/images-complete
svn info >> ./build/tmp/deploy/images/svninfo
svn info > ./build/tmp/deploy/images/svninfo
exit 0
fi