From 374d39b7aed15aaa7bbf0a66cfd4f22ad6281fab Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 21 Aug 2014 19:51:06 +0000 Subject: [PATCH] Increment sync_chromium.py version to force re-sync This should make the remaining red Windows bots cycle green. Currently, some of them are in a bad state for the Chromium checkout. BUG=webrtc:2863 TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18229004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6953 4adac7df-926f-26a2-2b94-8c16560cd09d --- sync_chromium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_chromium.py b/sync_chromium.py index af7a622966..1957d2174f 100755 --- a/sync_chromium.py +++ b/sync_chromium.py @@ -14,7 +14,7 @@ import sys # Bump this whenever the algorithm changes and you need bots/devs to re-sync, # ignoring the .last_sync_chromium file -SCRIPT_VERSION = 0 +SCRIPT_VERSION = 1 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))