| Index: scripts/tools/blink_roller/auto_roll_wrapper.sh
|
| diff --git a/scripts/tools/blink_roller/auto_roll_wrapper.sh b/scripts/tools/blink_roller/auto_roll_wrapper.sh
|
| deleted file mode 100755
|
| index 1d5c067a2cf0686b98e082e4a971630ede9fe6fe..0000000000000000000000000000000000000000
|
| --- a/scripts/tools/blink_roller/auto_roll_wrapper.sh
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -#!/bin/sh
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -while :
|
| -do
|
| - # Make sure auto-roll is up to date.
|
| - cd /src/build/scripts/tools/blink_roller
|
| - git pull --rebase
|
| -
|
| - # FIXME: We should probably remove any stale pyc files.
|
| - ./auto_roll.py blink blink-deps-roller@chromium.org /src/chromium/src
|
| -
|
| - echo 'Waiting 5 minutes between checks...'
|
| - sleep 300
|
| -done
|
|
|