| Index: bin/cbuildbot.py
|
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
|
| index 954cfc3e489b1ebf62f06819781b521ea09c3db6..d0a777f427fb1fe13ef8c6ce959b4f71fb393a42 100755
|
| --- a/bin/cbuildbot.py
|
| +++ b/bin/cbuildbot.py
|
| @@ -746,7 +746,7 @@ def main():
|
| if buildconfig['uprev']:
|
| _UprevPackages(buildroot, tracking_branch, revisionfile,
|
| buildconfig['board'], rev_overlays)
|
| - elif not chrome_atom_to_build:
|
| + elif options.chrome_rev and not chrome_atom_to_build:
|
| # We found nothing to rev, we're done here.
|
| return
|
|
|
|
|