mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
171321f8ff
commit
97432e7e9e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user