aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-12-15 10:31:03 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2016-12-21 11:32:28 +0000
commit8a60455e61d6a7cd11eb7da02bdf1cae8ff97b8b (patch)
tree9b3ff133c525c835aa14b4c66c94930a1d8c869d /coin
parentff1ad70a197069ea455cc8c2daaa870e8ec528e9 (diff)
Remove shutdown "helpers" for macOS
It turns out that they don't quite work the way we expected them to, and instead we Coin is going to shut down the VMs directly at the right time. Change-Id: I9f7a6f2f898002a25544fc513a0c2414fcd5c263 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh8
-rw-r--r--coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh8
-rw-r--r--coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh10
-rw-r--r--coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh8
4 files changed, 0 insertions, 34 deletions
diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh
deleted file mode 100644
index 1f17b545..00000000
--- a/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Make sure to shut down the machine cleanly when provisioning is done.
-
-# +1 minute delay to make sure that the setup finishes
-# and can clean up before being interrupted by the shutdown
-
-sudo shutdown -h +1
diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh
deleted file mode 100644
index 1f17b545..00000000
--- a/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Make sure to shut down the machine cleanly when provisioning is done.
-
-# +1 minute delay to make sure that the setup finishes
-# and can clean up before being interrupted by the shutdown
-
-sudo shutdown -h +1
diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh
deleted file mode 100644
index 73e5efa7..00000000
--- a/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# OS X 10.8 and VMWare tools don't play well together.
-# The shutdown command fails, so just shut down the machine
-# manually when provisioning is done.
-
-# +1 minute delay to make sure that the setup finishes
-# and can clean up before being interrupted by the shutdown
-
-sudo shutdown -h +1
diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh
deleted file mode 100644
index 1f17b545..00000000
--- a/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Make sure to shut down the machine cleanly when provisioning is done.
-
-# +1 minute delay to make sure that the setup finishes
-# and can clean up before being interrupted by the shutdown
-
-sudo shutdown -h +1