push-to-trunk.sh: Don't send Chromium CLs to the commit queue immediately

Review URL: https://chromiumcodereview.appspot.com/9835047

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11115 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
jkummerow@chromium.org 2012-03-23 10:22:45 +00:00
parent c39c2089a7
commit c0ec8a64be

View File

@ -359,9 +359,9 @@ current directory is: $(pwd)."
git commit -am "Update V8 to version $MAJOR.$MINOR.$BUILD.
TBR=$REVIEWER" || die "'git commit' failed."
git cl upload --send-mail --use-commit-queue \
git cl upload --send-mail \
|| die "'git cl upload' failed, please try again."
echo "CL uploaded and sent to commit queue."
echo "CL uploaded."
fi
let CURRENT_STEP+=1