aboutsummaryrefslogtreecommitdiff
path: root/sync_chromium.py
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-03-27 14:25:35 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2015-03-27 13:25:44 +0000
commitb3fc48b28fe9ed679f9a054a75f4bce193b77b2f (patch)
treebabcc50512b90bf875e81e0ea24fdb09a892c5cb /sync_chromium.py
parent1d36003181fed7a23537ebdeaca74ef9f50bed8f (diff)
downloadwebrtc-b3fc48b28fe9ed679f9a054a75f4bce193b77b2f.tar.gz
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}
Diffstat (limited to 'sync_chromium.py')
-rwxr-xr-xsync_chromium.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/sync_chromium.py b/sync_chromium.py
index cc850f4265..35d693e543 100755
--- a/sync_chromium.py
+++ b/sync_chromium.py
@@ -148,14 +148,12 @@ def main():
args += ['--deps=' + target_os_list]
print textwrap.dedent("""\
- +--------------------------------------------------------------------+
- | NOTICE: This sync of Chromium will take a very long time the first |
- | time you checkout WebRTC as several gigabytes of data has |
- | to be downloaded. Make sure you don't abort this download |
- | or you will have to issue a 'gclient sync' followed by a |
- | 'git auto-svn' to complete the initial setup. If that |
- | fails, you have to wipe everything clean and start over. |
- +--------------------------------------------------------------------+""")
+ +---------------------------------------------------------------------+
+ | NOTICE: This sync of Chromium will take a long time as several |
+ | gigabytes of data are downloaded. If this is your initial |
+ | sync and it's interrupted, try running 'gclient sync' again.|
+ | If that fails, wipe everything clean and start over again. |
+ +---------------------------------------------------------------------+""")
print 'Running "%s" in %s' % (' '.join(args), opts.chromium_dir)
ret = subprocess.call(args, cwd=opts.chromium_dir, env=env)
if ret == 0: