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

Unified Diff: masters/master.chromium.mojo/buildbot.tac

Issue 2112743002: Move Mojo bots to chromium_fyi; remove mojo master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add 'use_isolate': True and 'enable_swarming': True. Created 4 years, 6 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 | « masters/master.chromium.mojo/buildbot ('k') | masters/master.chromium.mojo/builders.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mojo/buildbot.tac
diff --git a/masters/master.chromium.mojo/buildbot.tac b/masters/master.chromium.mojo/buildbot.tac
deleted file mode 100644
index c1d0447fb6812afc469c454d992b59ae88c4056f..0000000000000000000000000000000000000000
--- a/masters/master.chromium.mojo/buildbot.tac
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.
-
-# This file was generated from
-# scripts/tools/buildbot_tool_templates/buildbot.tac
-# by "../../build/scripts/tools/buildbot-tool gen .".
-# DO NOT EDIT BY HAND!
-
-
-import os
-
-from twisted.application import service
-from buildbot.master import BuildMaster
-
-basedir = os.path.dirname(os.path.abspath(__file__))
-configfile = 'master.cfg'
-
-application = service.Application('buildmaster')
-BuildMaster(basedir, configfile).setServiceParent(application)
« no previous file with comments | « masters/master.chromium.mojo/buildbot ('k') | masters/master.chromium.mojo/builders.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698