Update the notice about the slow Chromium sync.

It's no longer valid to run 'git auto-svn' since we've
moved over to Git.

R=phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/50489004

Cr-Commit-Position: refs/heads/master@{#8880}
This commit is contained in:
Henrik Kjellander
2015-03-27 14:25:35 +01:00
parent 1d36003181
commit b3fc48b28f

View File

@ -148,14 +148,12 @@ def main():
args += ['--deps=' + target_os_list] args += ['--deps=' + target_os_list]
print textwrap.dedent("""\ print textwrap.dedent("""\
+--------------------------------------------------------------------+ +---------------------------------------------------------------------+
| NOTICE: This sync of Chromium will take a very long time the first | | NOTICE: This sync of Chromium will take a long time as several |
| time you checkout WebRTC as several gigabytes of data has | | gigabytes of data are downloaded. If this is your initial |
| to be downloaded. Make sure you don't abort this download | | sync and it's interrupted, try running 'gclient sync' again.|
| or you will have to issue a 'gclient sync' followed by a | | If that fails, wipe everything clean and start over again. |
| 'git auto-svn' to complete the initial setup. If that | +---------------------------------------------------------------------+""")
| fails, you have to wipe everything clean and start over. |
+--------------------------------------------------------------------+""")
print 'Running "%s" in %s' % (' '.join(args), opts.chromium_dir) print 'Running "%s" in %s' % (' '.join(args), opts.chromium_dir)
ret = subprocess.call(args, cwd=opts.chromium_dir, env=env) ret = subprocess.call(args, cwd=opts.chromium_dir, env=env)
if ret == 0: if ret == 0: