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

Unified Diff: releaseAutomation.py

Issue 29360043: Issue 4575 - Fix failing tests in buildtools (Closed)
Patch Set: Created Oct. 28, 2016, 10:37 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
Index: releaseAutomation.py
===================================================================
--- a/releaseAutomation.py
+++ b/releaseAutomation.py
@@ -6,16 +6,17 @@
import re
import codecs
import subprocess
import tarfile
import json
from packager import readMetadata, getDefaultFileName
+
def get_dependencies(prefix, repos):
from ensure_dependencies import read_deps, safe_join
repo = repos[prefix]
deps = read_deps(repo)
if deps:
for subpath in deps:
if subpath.startswith('_'):
continue
« packagerEdge.py ('K') | « packagerEdge.py ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld