Ignore:
Timestamp:
2016-03-04T19:32:22+13:00 (8 years ago)
Author:
ak19
Message:

Bat file also needs to delete stale expeditee snapshot before regenerating it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/create-expeditee.bat

    r29368 r30393  
    3434pushd %currentdir%\snapshots
    3535::http://www.robvanderwoude.com/battech_ifexistfolder.php
     36if exist expeditee\ echo Deleting snapshots\expeditee&& rmdir /s /q expeditee
    3637if not exist expeditee\ mkdir expeditee
    3738if not exist expeditee\rke-build.properties copy C:\Research\Nightly\tools\expeditee-release-kits\rke-build.properties.in expeditee\rke-build.properties
Note: See TracChangeset for help on using the changeset viewer.