diff options
author | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 23:15:23 +0000 |
---|---|---|
committer | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 23:15:23 +0000 |
commit | 47681fd17ade5ee8b0710c97104ea555bc813459 (patch) | |
tree | 45e2ac4d01e3b9d08c63606ef64041ada29f39e8 /tools/bisect-perf-regression.py | |
parent | fc877cf756aca680933305c6cb147feecf63113e (diff) | |
download | chromium_src-47681fd17ade5ee8b0710c97104ea555bc813459.zip chromium_src-47681fd17ade5ee8b0710c97104ea555bc813459.tar.gz chromium_src-47681fd17ade5ee8b0710c97104ea555bc813459.tar.bz2 |
Add --reset sync commands in bisect script. Was failing to sync due to missing libjingle in .DEPS.git for a while, so use --reset and --force to bring depot back to working state.
BUG=266324
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/21015015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/bisect-perf-regression.py')
-rwxr-xr-x | tools/bisect-perf-regression.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py index d60c51b..462e81a 100755 --- a/tools/bisect-perf-regression.py +++ b/tools/bisect-perf-regression.py @@ -535,7 +535,7 @@ class SourceControl(object): The return code of the call. """ return bisect_utils.RunGClient(['sync', '--revision', - revision, '--verbose', '--nohooks']) + revision, '--verbose', '--nohooks', '--reset', '--force']) def SyncToRevisionWithRepo(self, timestamp): """Uses repo to sync all the underlying git depots to the specified |