File gsutil_noVersioCheckOrUpdate.patch of Package google-cloud-sdk
--- platform/gsutil/gslib/command_runner.py.orig
+++ platform/gsutil/gslib/command_runner.py
@@ -299,6 +299,7 @@ class CommandRunner(object):
# gsutil tarball).
# - user is using a Cloud SDK install (which should only be updated via
# gcloud components update)
+ return False # Check and update disabled for distribution provided code
logger = logging.getLogger()
gs_host = boto.config.get('Credentials', 'gs_host', None)
if (not IsRunningInteractively()