From 3ff1bfb7d96ca97a1263c751c91bd2b04a269cfa Mon Sep 17 00:00:00 2001 From: Max Illfelder Date: Wed, 13 Aug 2014 16:58:37 -0700 Subject: [PATCH] Removed a check to verify file type The file command is not installed by bootstrap-vz by default. Change-Id: I59d5f04145b7db517c28bfec1d4d758be468b398 --- bootstrapvz/plugins/google_cloud_sdk/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrapvz/plugins/google_cloud_sdk/tasks.py b/bootstrapvz/plugins/google_cloud_sdk/tasks.py index 9b3b08d..c59cf97 100644 --- a/bootstrapvz/plugins/google_cloud_sdk/tasks.py +++ b/bootstrapvz/plugins/google_cloud_sdk/tasks.py @@ -52,7 +52,6 @@ class InstallCloudSDK(Task): cloudsdk_directory = os.path.join(info.root, 'usr/local/share/google') os.makedirs(cloudsdk_directory) - log_check_call(['file', cloudsdk_download_dest, cloudsdk_directory]) log_check_call(['tar', 'xaf', cloudsdk_download_dest, '-C', cloudsdk_directory]) # We need to symlink certain programs from the Cloud SDK bin directory into /usr/local/bin.