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

Unified Diff: appengine/config_service/gitiles_import.py

Issue 1221643020: config services: services.cfg and validation (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 5 years, 5 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 | « appengine/config_service/cron.yaml ('k') | appengine/config_service/proto/service_config.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/gitiles_import.py
diff --git a/appengine/config_service/gitiles_import.py b/appengine/config_service/gitiles_import.py
index 4bf66ffda24a61ebe59d087f09869644c74f3124..f9fa6d22b7832987a6578fe1d56a438da52fdcd5 100644
--- a/appengine/config_service/gitiles_import.py
+++ b/appengine/config_service/gitiles_import.py
@@ -178,6 +178,7 @@ def import_config_set(config_set, location):
def import_services(location_root):
+ # TODO(nodir): import services from location specified in services.cfg
assert location_root
tree = location_root.get_tree()
« no previous file with comments | « appengine/config_service/cron.yaml ('k') | appengine/config_service/proto/service_config.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698