Delete staging images when running factor.cmd. Fixes #104.

db4
Doug Coleman 2011-10-07 10:57:50 -07:00
parent 31175eb5cc
commit 677419dcbf
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ if %_bootimage_version%==clean (
set _bootimage_path=latest
)
echo Deleting staging images from temp/...
del temp\staging.*.image
if errorlevel 1 goto fail
echo Updating working copy from %_git_branch%...
call git pull http://factorcode.org/git/factor.git %_git_branch%
if errorlevel 1 goto fail