| Index: cros_mark_all_as_stable
|
| diff --git a/cros_mark_all_as_stable b/cros_mark_all_as_stable
|
| index e85bb0f94291a826fef9db8d3ad3a01242c4c526..c01ffdcc6d8fcd702242329bda3632a80e0b907b 100755
|
| --- a/cros_mark_all_as_stable
|
| +++ b/cros_mark_all_as_stable
|
| @@ -99,6 +99,8 @@ 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
|
|
|