Package Details: depot-tools-git r9435.249e9a26c-1

Git Clone URL: https://aur.archlinux.org/depot-tools-git.git (read-only, click to copy)
Package Base: depot-tools-git
Description: Tools for working with Chromium development
Upstream URL: https://chromium.googlesource.com/chromium/tools/depot_tools
Keywords: chromium depot_tools google
Licenses: custom
Submitter: aperez
Maintainer: alerque
Last Packager: alerque
Votes: 87
Popularity: 0.000616
First Submitted: 2014-07-07 14:25 (UTC)
Last Updated: 2023-03-19 09:10 (UTC)

Dependencies (4)

Sources (1)

Pinned Comments

alerque commented on 2021-09-23 08:19 (UTC)

Installers beware! This package is a fiasco and the upstream Git repository basically has bunch of binary blobs in it that do strange things. I'm working on cleaning up the packaging some but the upstream behavior is egregious. Wash your /opt/depot_tools directory out with soap and bleach when done.

relrel commented on 2020-10-30 11:30 (UTC)

depot_tools is installed in /opt/depot_tools/. This directory is not in $PATH by default, so make sure to export PATH=/opt/depot_tools:$PATH before using it. Also, this directory has root permissions, so either use it as root, or if you want to use it as your currect user:

# groupadd depot_tools
# gpasswd -a $(whoami) depot_tools
# setfacl -m g:depot_tools:rwX /opt/depot_tools/

Then re-login as your current user or log your terminal in to the newly created group:

$ newgrp depot_tools

Latest Comments

1 2 3 4 5 6 7 Next › Last »

alerque commented on 2023-03-16 22:21 (UTC) (edited on 2023-03-16 22:21 (UTC) by alerque)

@Rustmilian Lets see patches here or a PR on this repo before we talk about co- access. Definitely open to improvements.

Rustmilian commented on 2023-03-07 20:53 (UTC) (edited on 2023-03-07 20:55 (UTC) by Rustmilian)

I'd like to co-maintain this package. I've emailed further details to you.

hotaru commented on 2023-02-01 16:03 (UTC)

this is failing to build because the upstream git repository no longer contains any .exe files. {bat,exe} in the PKGBUILD needs to be changed to just bat.

alerque commented on 2021-11-27 04:59 (UTC)

@japhir You have a source clone from before some packaging changes. Clear your source directory and try again.

japhir commented on 2021-11-25 11:15 (UTC)

Apparently it checks whether it has the "correct" upstream url now...

==> ERROR: /home/japhir/.cache/paru/clone/depot-tools-git/depot_tools is not a clone of https://chromium.googlesource.com/chromium/tools/depot_tools.git
    Aborting...
error: failed to download sources for 'depot-tools-git-r8355.04d9c8345-1':
error: packages failed to build: depot-tools-git-r8355.04d9c8345-1

alerque commented on 2021-09-23 08:19 (UTC)

Installers beware! This package is a fiasco and the upstream Git repository basically has bunch of binary blobs in it that do strange things. I'm working on cleaning up the packaging some but the upstream behavior is egregious. Wash your /opt/depot_tools directory out with soap and bleach when done.

alerque commented on 2021-07-30 11:13 (UTC)

The architecture on this should not be 'any', there are platform specific binaries being distributed in this package.

relrel commented on 2020-10-30 11:30 (UTC)

depot_tools is installed in /opt/depot_tools/. This directory is not in $PATH by default, so make sure to export PATH=/opt/depot_tools:$PATH before using it. Also, this directory has root permissions, so either use it as root, or if you want to use it as your currect user:

# groupadd depot_tools
# gpasswd -a $(whoami) depot_tools
# setfacl -m g:depot_tools:rwX /opt/depot_tools/

Then re-login as your current user or log your terminal in to the newly created group:

$ newgrp depot_tools

relrel commented on 2020-10-07 04:59 (UTC)

@caleb I don't see it as a conflict because depot-tools-git is not installed in $PATH, but rather in /opt/depot_tools/.

So no files would overwrite each other when both depot-tools-git and git-extras are installed.

Am I wrong?

alerque commented on 2020-10-02 11:05 (UTC)

This needs to mark a conflits=('git-extras') which also has an implementation of git-rename-branch.