summaryrefslogtreecommitdiff
path: root/scripts/cros_mark_as_stable.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cros_mark_as_stable.py')
-rw-r--r--scripts/cros_mark_as_stable.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cros_mark_as_stable.py b/scripts/cros_mark_as_stable.py
index beebccd56..00940b374 100644
--- a/scripts/cros_mark_as_stable.py
+++ b/scripts/cros_mark_as_stable.py
@@ -288,7 +288,7 @@ def main(argv):
if command == 'push':
PushChange(constants.STABLE_EBUILD_BRANCH, tracking_branch,
options.dryrun, cwd=overlay)
- elif command == 'commit' and ebuilds:
+ elif command == 'commit':
existing_branch = cros_build_lib.GetCurrentBranch(overlay)
work_branch = GitBranch(constants.STABLE_EBUILD_BRANCH, tracking_branch,
cwd=overlay)
@@ -316,7 +316,6 @@ def main(argv):
'and reset the git repo yourself.' % overlay)
raise
- if command == 'commit':
# Regenerate caches if need be. We do this all the time to
# catch when users make changes without updating cache files.
cache_queue.put([overlay])