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

Unified Diff: third_party/buildbot_7_12/buildbot/slave/registry.py

Issue 12207158: Bye bye buildbot 0.7.12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/buildbot_7_12/buildbot/slave/registry.py
diff --git a/third_party/buildbot_7_12/buildbot/slave/registry.py b/third_party/buildbot_7_12/buildbot/slave/registry.py
deleted file mode 100644
index 772aad33c674ab30405cd2de3d186e92ea5efcde..0000000000000000000000000000000000000000
--- a/third_party/buildbot_7_12/buildbot/slave/registry.py
+++ /dev/null
@@ -1,17 +0,0 @@
-
-commandRegistry = {}
-
-def registerSlaveCommand(name, factory, version):
- """
- Register a slave command with the registry, making it available in slaves.
-
- @type name: string
- @param name: name under which the slave command will be registered; used
- for L{buildbot.slave.bot.SlaveBuilder.remote_startCommand}
-
- @type factory: L{buildbot.slave.commands.Command}
- @type version: string
- @param version: version string of the factory code
- """
- assert not commandRegistry.has_key(name)
- commandRegistry[name] = (factory, version)
« no previous file with comments | « third_party/buildbot_7_12/buildbot/slave/interfaces.py ('k') | third_party/buildbot_7_12/buildbot/sourcestamp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698