New issue
Advanced search Search tips

Issue 910678 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 910668


Show other hotlists

Hotlists containing this issue:
Would-like-to-work-on


Sign in to add a comment

gclient getdep and setdep should support CIPD deps

Project Member Reported by bore...@google.com, Nov 30

Issue description

gclient getdep and setdep should support CIPD deps

We've received requests for autorollers which update the CIPD packages listed in DEPS.  It'd nice if getdep/setdep supported this type of dependency, so that we don't have to get back into parsing DEPS files.
 
Blocking: 910668
Status: Available (was: Untriaged)
It is already supported. I just ran these commands in my Chromium checkout, and they work as expected.

Format is path:package@version.

$ gclient setdep -r src/chrome/test/data/safe_browsing/dmg:chromium/chrome/test/data/safe_browsing/dmg@123
$ gclient getdep -r src/chrome/test/data/safe_browsing/dmg:chromium/chrome/test/data/safe_browsing/dmg
123
Status: WontFix (was: Available)
Great, thanks!  I had the format wrong when I tried it out myself.

Sign in to add a comment