Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: releaseAutomation.py

Issue 29363565: Issue 4552 - Drop jshydra dependency (buildtools) (Closed)
Patch Set: Check module exists before auto-loading it Created Nov. 30, 2016, 3:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packagerChrome.py ('k') | templates/modules.js.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: releaseAutomation.py
diff --git a/releaseAutomation.py b/releaseAutomation.py
index 9066584de48713a80842497cc02de311c90108aa..5578abf1d948fe185e046cdb70ccd4734fa876ed 100644
--- a/releaseAutomation.py
+++ b/releaseAutomation.py
@@ -11,6 +11,7 @@ import json
from packager import readMetadata, getDefaultFileName
+
def get_dependencies(prefix, repos):
from ensure_dependencies import read_deps, safe_join
repo = repos[prefix]
« no previous file with comments | « packagerChrome.py ('k') | templates/modules.js.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld