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>
This commit is contained in:
Simon Hausmann
2016-12-15 10:31:03 +01:00
parent ff1ad70a19
commit 8a60455e61
4 changed files with 0 additions and 34 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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