Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: scripts/tools/blink_roller/auto_roll_wrapper.sh

Issue 2205383002: Remove Blink auto-roll script (scripts/tools/blink_roller/). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/tools/blink_roller/auto_roll_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 while :
7 do
8 # Make sure auto-roll is up to date.
9 cd /src/build/scripts/tools/blink_roller
10 git pull --rebase
11
12 # FIXME: We should probably remove any stale pyc files.
13 ./auto_roll.py blink blink-deps-roller@chromium.org /src/chromium/src
14
15 echo 'Waiting 5 minutes between checks...'
16 sleep 300
17 done
OLDNEW
« no previous file with comments | « scripts/tools/blink_roller/auto_roll_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698