DescriptionAdd 'git clean -f -d' to 'gclient revert' when in a git repo.
The try slaves run 'git revert' to clean up from the previous run. This only runs 'git reset --hard', which does not remove any untracked files, so if a CL adds a new file it will still be present after 'gclient revert'. Adding git clean -f -d removes untracked files (-f) and directories (-d).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159020
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 8 (0 generated)
|