| Index: cros_mark_all_as_stable
|
| diff --git a/cros_mark_all_as_stable b/cros_mark_all_as_stable
|
| index c01ffdcc6d8fcd702242329bda3632a80e0b907b..e85bb0f94291a826fef9db8d3ad3a01242c4c526 100755
|
| --- a/cros_mark_all_as_stable
|
| +++ b/cros_mark_all_as_stable
|
| @@ -99,8 +99,6 @@ if [ -n "${PACKAGE_LIST}" ] ; then
|
| ./cros_mark_as_stable --board ${FLAGS_board} -p "${PACKAGE_LIST}" \
|
| -i "${COMMIT_ID_LIST}" -t ${FLAGS_tracking_branch} commit || \
|
| die "Could not mark all packages as stable"
|
| -
|
| - ./cros_workon start ${PACKAGE_LIST}
|
| else
|
| info "No candidate packages to be marked"
|
| fi
|
|
|