Chromium Code Reviews| Index: bin/cbuildbot.py |
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
| index b5c4b8b15135fff0765a2616e1be76d9eed9e30a..076487fb2007aadbd3b57a6c80aea8ceb3cff980 100755 |
| --- a/bin/cbuildbot.py |
| +++ b/bin/cbuildbot.py |
| @@ -722,7 +722,8 @@ def main(): |
| if not os.path.isdir(path): |
| Die('Missing overlay: %s' % path) |
| - _DumpManifest(buildroot, options.url) |
| + if not options.chrome_rev: |
| + _DumpManifest(buildroot, options.url) |
| if not os.path.isdir(chroot_path): |
| _MakeChroot(buildroot) |