gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

sudo apt-get install gcloud #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It should be possible to include the Google Cloud SDK as a package to make it 
much easier to get the SDK installed on machines and/or included in machine 
images.

Original issue reported on code.google.com by jthun...@google.com on 25 Feb 2015 at 12:38

GoogleCodeExporter commented 8 years ago
One issue that I've encountered while trying to install the Arch Linux 
community-maintained package[1] is that the installation tarballs are not 
distributed through canonical URLs.

Instead of:
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip

You should provide:
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk-0.9.48.zip
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk-0.9.49.zip
...

The way it currently works, installs from the AUR package begin to fail as soon 
as you "silently" change the version due to a tarball mismatch. By providing 
canonical URLs, this situation is avoided at the cost of a little more 
disk/network space.

(If these already exists, please let me know.)

[1] https://aur.archlinux.org/packages/google-cloud-sdk/

Original comment by ge...@geoffhill.org on 28 Feb 2015 at 8:07

GoogleCodeExporter commented 8 years ago
s/tarball mismatch/checksum mismatch/

Original comment by ge...@geoffhill.org on 28 Feb 2015 at 8:08

GoogleCodeExporter commented 8 years ago
Looking into if this is something we can do.

Original comment by che...@google.com on 2 Mar 2015 at 4:21