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

Side by Side Diff: masters/master.tryserver.chromium.gpu/buildbot.tac

Issue 919113002: Removed tryserver.chromium.gpu and related references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 import os
2
3 from twisted.application import service
4 from buildbot.master import BuildMaster
5
6 basedir = os.path.dirname(os.path.abspath(__file__))
7 configfile = r'master.cfg'
8
9 application = service.Application('buildmaster')
10 BuildMaster(basedir, configfile).setServiceParent(application)
11
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.gpu/buildbot ('k') | masters/master.tryserver.chromium.gpu/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698