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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/tools/blink_roller/auto_roll_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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