+1 on wrapper script, it's now impossible to use the package out of the box, also because of the auth plugin, with fish
.
Search Criteria
Package Details: google-cloud-cli 502.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy) |
---|---|
Package Base: | google-cloud-cli |
Description: | A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq. |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-sdk |
Provides: | google-cloud-sdk |
Replaces: | google-cloud-sdk |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 188 |
Popularity: | 0.38 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2024-11-20 07:51 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (15)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- google-cloud-cli-firestore-emulator
- google-cloud-cli-gke-gcloud-auth-plugin
- google-cloud-sdk-app-engine-java (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python-extras (requires google-cloud-sdk)
- google-cloud-sdk-bigtable-emulator (requires google-cloud-sdk)
- google-cloud-sdk-cbt (requires google-cloud-sdk)
- google-cloud-sdk-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- python-google-earthengine-api (requires google-cloud-sdk)
- repman (optional)
- repman-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 31 Next › Last »
mjboa commented on 2023-11-03 08:39 (UTC) (edited on 2023-11-03 08:40 (UTC) by mjboa)
PolarianDev commented on 2023-10-24 12:46 (UTC)
Following on from what @jvybihal says.
The compression isn't handled by the PKGBUILD
but instead by the makepkg.conf
. pigz
is not the default command and thus I can not force its use, so you must configure this manually.
Clean chroot builds will use Arch Linux configs, which do not use pigz
either and thus the build might take a while but meh.
You are free to pull the builds from polarrepo
if you can't wait for the build process.
Furthermore I will be rewriting this package when I get time, this is a binary package (which I adopted) and the source code is available upstream and thus it should be built from source with the Arch toolchain. This will increase build times dramatically, this PKGBUILD will be moved over to google-cloud-cli-bin
or a easier name such as gcloud-cli-bin
and then have it superseded by gcloud-cli
.
Take care,
Polarian
jvybihal commented on 2023-10-24 10:43 (UTC)
@Cornul11 you might try changing your /etc/makepkg.conf
and use pigz
there. See here.
Cornul11 commented on 2023-10-24 10:37 (UTC)
@PolarianDev, would using pigz
be a possibility, or is it not recommended to add non-mandatory deps just for the build process?
PolarianDev commented on 2023-10-22 01:50 (UTC)
@Cornul11 gzip is single threaded and there is A LOT of man pages, so it takes a good while to compress all the man pages.
Feel free to pull the package from my repository if you do not want to build it.
Take care,
Polarian
Cornul11 commented on 2023-10-22 01:48 (UTC)
Why is the Compressing man and info pages...
stage taking so long?
PolarianDev commented on 2023-10-21 18:53 (UTC)
@MarsSeed I forgot someone already submitted a PR to fix that, they also moved the path entry to /etc/profile.d/
however I am not sure if I will keep it that way, I might make a wrapper script as it tends to work better on Arch Linux, not too sure yet.
But yeah thanks for the heads up.
Take care,
Polarian
PolarianDev commented on 2023-10-21 18:51 (UTC)
If gcloud
is not within path (aka "Command not found") please see the following:
https://git.polarian.dev/AUR/google-cloud-cli/pulls/10
Also please do not submit orphan requests when I have replied to every comment, and have already stated I intend to update the package just I was busy.
Take care,
Polarian
PolarianDev commented on 2023-10-07 15:47 (UTC)
@MarsSeed
I will look into it then, I only adopted and maintained it for the past half a year or so.
I did plan to rewrite it to actually be a source package, but due to the source code being hard to get and no compile instructions I have postponed this.
I will update the package when I get time, I have been busy.
Thank you,
Polarian
MarsSeed commented on 2023-10-07 14:28 (UTC)
dev_appserver.py seems to support Python3, not just Python2.
Pinned Comments