Index: cros_mark_as_stable.py |
diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py |
index 84fa16ec33b43ddf6ffe4d3c8c61de32773adf2b..3df91817443ee3f6185bd51a98bf9f29a5bdef3e 100755 |
--- a/cros_mark_as_stable.py |
+++ b/cros_mark_as_stable.py |
@@ -19,7 +19,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), 'lib')) |
from cros_build_lib import Info, RunCommand, Warning, Die |
-gflags.DEFINE_string('board', 'x86-generic', |
+gflags.DEFINE_string('board', '', |
'Board for which the package belongs.', short_name='b') |
gflags.DEFINE_string('packages', '', |
'Space separated list of packages to mark as stable.', |