gclient getdep and setdep should support CIPD deps |
|||
Issue descriptiongclient 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.
,
Nov 30
,
Nov 30
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
,
Nov 30
,
Dec 3
Great, thanks! I had the format wrong when I tried it out myself. |
|||
►
Sign in to add a comment |
|||
Comment 1 by w...@chromium.org
, Nov 30