Don't push manifests for chrome pfq.

Change-Id: I252616725936b2c471026d39d06c3fbb2fa1ed65

BUG=chromium-os:8693
TEST=Ran with chrome_rev=tot

Review URL: http://codereview.chromium.org/5744003
This commit is contained in:
Chris Sosa 2010-12-13 16:20:51 -08:00
parent 171321f8ff
commit 97432e7e9e

View File

@ -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)