summarylogtreecommitdiffstats
path: root/google-cloud-sdk.sh
AgeCommit message (Collapse)Author
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.