aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows_removethemall.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Clean up windows cleanup scriptSimon Hausmann2017-06-061-0/+61
* There's no need to have a numbered prefix in the common directory * Instead of deleting directories trees worth several gigabytes of data, just rename the directory. The underlying storage system is copy-on-write and so deleting the files produces more data than just moving the directory out of the way. Deleting the files does not actually free up any physical disk space. Change-Id: I6de02d56f3485651726ea11183ce7571d5b61520 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>