Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1608#discussion_r73691111
--- Diff: bin/storm.py ---
@@ -154,6 +157,39 @@ def confvalue(name, extrapaths, daemon=True):
return " ".join(tokens[1:])
return ""
+def resolve_dependencies(packages):
--- End diff --
nit: It would be nice to have a short circuit here so if there are no
dependencies to resolve we don't have to call into another java application.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---