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

Unified 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, 8 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 | « bootstrap/deps.pyl ('k') | infra/libs/buildbot/master.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/libs/buildbot/__init__.py
diff --git a/infra/libs/buildbot/__init__.py b/infra/libs/buildbot/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..621c598481a479d4e148fd3f52d79b45ef19275a
--- /dev/null
+++ b/infra/libs/buildbot/__init__.py
@@ -0,0 +1,11 @@
+# Copyright 2015 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.
+
+from infra.libs.buildbot.master import buildbot_is_running
+from infra.libs.buildbot.master import get_last_boot
+from infra.libs.buildbot.master import get_last_no_new_builds
+from infra.libs.buildbot.master import get_accepting_builds
+from infra.libs.buildbot.master import convert_action_items_to_cli
+from infra.libs.buildbot.master import \
+ GclientSync, MakeStop, MakeWait, MakeStart, MakeNoNewBuilds
« 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