Fix auto roll update.
authormachenbach@chromium.org <machenbach@chromium.org>
Mon, 3 Nov 2014 15:39:30 +0000 (15:39 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Mon, 3 Nov 2014 15:39:43 +0000 (15:39 +0000)
commit29552a4004837573522f6865d5bb97db228f3f5a
treede121c14a4ac90ec70e5c7baf41bffaffd93f792
parent744c66bc2967341f9175db73128005ffee3c8fd9
Fix auto roll update.

Auto roll requires an additional "git fetch" now that it uses
a workdir. Before, the checkout used to be updated
externally.

BUG=408523
LOG=n
TEST=script_test.py
R=tandrii@chromium.org
TBR=tandrii@chromium.org

Review URL: https://codereview.chromium.org/695323002

Cr-Commit-Position: refs/heads/master@{#25079}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25079 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/push-to-trunk/auto_roll.py
tools/push-to-trunk/test_scripts.py