summarylogtreecommitdiffstats
path: root/google-cloud-sdk.sh
AgeCommit message (Collapse)Author
2022-04-01feat: set CLOUDSDK_PYTHON to /usr/bin/pythonsudoforge
This change enforces that the system python is used, in order to avoid potential issues when `gcloud` is executed from within a virtual environment, which may have an incompatible version of python, missing modules, or other problematic characteristics. Closes: #62 Change-Id: I8f12140d12be7ade7ed50ce816258e2cd8dfffb3 GitOrigin-RevId: bbb4a399cc36e584508038bac9c62ee5086ac5f8
2020-01-16new release: google-cloud-sdk 276.0.0-2Benjamin Denhartog
- fix: remove package from optdepends: python - feat: change CLOUDSDK_PYTHON from python2 to python
2018-08-15refactor to slim down packageBenjamin Denhartog
This patch accomplishes several things: - Removes the appengine-python component - Removes the appengine-php component - Removes the appenging-go component - Swaps upstream source to the release "for packagers". This includes manpages and disables the builtin updater, amongst other minor things. - Refactors the package to align with the DEB and RPM packages shipped by Google. View the [documentation][0] for more information. [0]: https://cloud.google.com/sdk/docs/components#external_package_managers For those who need the python, php, or go appengine components that are removed in this patch, search the AUR for any of the following packages: - google-cloud-sdk-app-engine-go - google-cloud-sdk-app-engine-python - google-cloud-sdk-app-engine-php Note that the above packages may not exist as of the commit time of this patch.