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

Unified Diff: infra/services/master_manager_launcher/__init__.py

Issue 1128783003: Add master_manager_launch script which launches master_manager scripts for each master on a host. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address agable's comments. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/libs/buildbot/test/master_test.py ('k') | infra/services/master_manager_launcher/__main__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/master_manager_launcher/__init__.py
diff --git a/infra/services/master_manager_launcher/__init__.py b/infra/services/master_manager_launcher/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..517e7e4ed9fb7713bb703605c2ada2c1605a0a78
--- /dev/null
+++ b/infra/services/master_manager_launcher/__init__.py
@@ -0,0 +1,3 @@
+#!/usr/bin/python
+# Copyright 2015 Google Inc. All Rights Reserved.
+# pylint: disable=F0401
« no previous file with comments | « infra/libs/buildbot/test/master_test.py ('k') | infra/services/master_manager_launcher/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698