build/win: Automatically remove unused tarballs.

This commit is contained in:
Michael Henning 2013-09-16 21:08:32 -04:00
parent 86b13ae8c4
commit 31954afcf8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
pushd checkout pushd checkout
rm -rf *-*/ rm -rf *-*/
find . -maxdepth 1 -type f -atime +25 -print -delete
popd popd
if [[ "$1" != "--skip-targets" ]]; then if [[ "$1" != "--skip-targets" ]]; then