summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-04-12 17:19:16 +0000
committerRichard Purdie <richard@openedhand.com>2007-04-12 17:19:16 +0000
commit74679918ba4ff835f067fa15b9bdf16a2627a49e (patch)
tree25e13f1a9f30407dd6c8d71f3165a7d8ce2bbeaf /scripts
parent24d739b739aaf70501ba12006dca66bb9aea0954 (diff)
downloadopenembedded-core-74679918ba4ff835f067fa15b9bdf16a2627a49e.tar.gz
autobuild script: Remove images-complete stamp before building
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1495 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 8a87d95ecb..3076be975d 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -26,6 +26,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
exit 0
fi