aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-05-09 09:46:31 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-06-06 20:15:40 +0000
commit35057fe4b2e4fd1c11a87cc19d4baf673df9e0ad (patch)
treed8f2a489745338977ad8ec3c61cdae4f4370a149 /coin/provisioning/qtci-windows-10-x86
parent038d26308151b5e15394b9a63b274278a2456662 (diff)
Clean up windows cleanup script
* 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>
Diffstat (limited to 'coin/provisioning/qtci-windows-10-x86')
-rw-r--r--coin/provisioning/qtci-windows-10-x86/01-windows_removethemall.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/qtci-windows-10-x86/01-windows_removethemall.ps1 b/coin/provisioning/qtci-windows-10-x86/01-windows_removethemall.ps1
index 3bb0af0e..dfca166f 100644
--- a/coin/provisioning/qtci-windows-10-x86/01-windows_removethemall.ps1
+++ b/coin/provisioning/qtci-windows-10-x86/01-windows_removethemall.ps1
@@ -1 +1 @@
-. "$PSScriptRoot\..\common\01-windows_removethemall.ps1"
+. "$PSScriptRoot\..\common\windows_removethemall.ps1"