Index: scripts/master/factory/chromeos_factory.py |
=================================================================== |
--- scripts/master/factory/chromeos_factory.py (revision 105623) |
+++ scripts/master/factory/chromeos_factory.py (working copy) |
@@ -256,7 +256,8 @@ |
# a typo. |
cbuild_cmd.append(WithProperties('%s', 'clobber:+--clobber')) |
- cbuild_cmd.append(WithProperties("--gerrit-patches='%(gerrit_patches)s'")) |
+ if self.trybot: |
+ cbuild_cmd.append(WithProperties("--gerrit-patches='%(gerrit_patches)s'")) |
name = self.type |
if description_suffix: |