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

Side by Side Diff: master/master_source_cfg.py

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix launch_slaves, remove more stuff Created 6 years, 2 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
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5
6 from config_private import SKIA_GIT_URL
7 from master import chromium_git_poller_bb8
8
9 import skia_vars
10
11
12 def Update(config, active_master, c):
13 skia_poller = chromium_git_poller_bb8.ChromiumGitPoller(
14 repourl=SKIA_GIT_URL,
15 pollInterval=30,
16 revlinktmpl=skia_vars.GetGlobalVariable('revlink_tmpl'))
17 c['change_source'].append(skia_poller)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698