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

Side by Side Diff: infra/libs/buildbot/__init__.py

Issue 1097233002: Add libs to get information about or manipulate a buildbot master. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@timebrug
Patch Set: Clarify comment. Created 5 years, 7 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
« no previous file with comments | « bootstrap/deps.pyl ('k') | infra/libs/buildbot/master.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 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 from infra.libs.buildbot.master import buildbot_is_running
6 from infra.libs.buildbot.master import get_last_boot
7 from infra.libs.buildbot.master import get_last_no_new_builds
8 from infra.libs.buildbot.master import get_accepting_builds
9 from infra.libs.buildbot.master import convert_action_items_to_cli
10 from infra.libs.buildbot.master import \
11 GclientSync, MakeStop, MakeWait, MakeStart, MakeNoNewBuilds
OLDNEW
« no previous file with comments | « bootstrap/deps.pyl ('k') | infra/libs/buildbot/master.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698