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

Unified Diff: ensure_dependencies.py

Issue 29523625: Issue 5553 - Updating buildtools dependency to hg:9c8d2c9e4344 (Closed)
Patch Set: Created Aug. 22, 2017, 11:02 a.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 | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ensure_dependencies.py
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index b5231e49ce2215c823775403a3c562a333d13b62..127e300d213dc13d2888e3ccbaa46fabf83e9990 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -302,7 +302,7 @@ def resolve_deps(repodir, level=0, self_update=True, overrideroots=None, skipdep
if overrideroots is not None:
config['_root'] = overrideroots
- for dir, sources in config.iteritems():
+ for dir, sources in sorted(config.iteritems()):
tlucas 2017/08/22 11:05:09 Note: results from updating buildtools over Issue
if (dir.startswith('_') or
skipdependencies.intersection([s[0] for s in sources if s[0]])):
continue
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld