Skip to content

Commit

Permalink
Remove old cipd clobber gclient hook
Browse files Browse the repository at this point in the history
The bug it relied on is fixed now.

Bug: 794764
Change-Id: Ifb52b474590966e19768a122a042fa708569a2d2
Reviewed-on: https://chromium-review.googlesource.com/c/1308907
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605096}
  • Loading branch information
martiniss authored and Commit Bot committed Nov 2, 2018
1 parent 9a7f91f commit 74121ab
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2450,19 +2450,6 @@ hooks = [
'-d', 'src/components/zucchini',
],
},

{
# We used to use src as a CIPD root. We moved it to a different directory
# in crrev.com/c/930178 but left the clobber here to ensure that that CL
# could be reverted safely. This can be safely removed once crbug.com/794764
# is resolved.
'name': 'Android Clobber Deprecated CIPD Root',
'pattern': '.',
'condition': 'checkout_android',
'action': ['src/build/cipd/clobber_cipd_root.py',
'--root', 'src',
],
},
{
'name': 'Fetch Android AFDO profile',
'pattern': '.',
Expand Down

0 comments on commit 74121ab

Please sign in to comment.