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

Unified Diff: download_apprtc_appengine_and_mercurial.py

Issue 1579523002: Corrected SHA1 computation for AppRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: download_apprtc_appengine_and_mercurial.py
diff --git a/download_apprtc_appengine_and_mercurial.py b/download_apprtc_appengine_and_mercurial.py
index 853923eb515e0f83abcbf955f109725e6dae4a7f..66173296cd16f8d57d135f9db6189c675a36073d 100755
--- a/download_apprtc_appengine_and_mercurial.py
+++ b/download_apprtc_appengine_and_mercurial.py
@@ -45,7 +45,7 @@ def main(argv):
old_mercurial_sha1 = utils.ComputeSHA1(mercurial_tar_path)
apprtc_zip_path = os.path.join(webrtc_deps_path, 'prebuilt_apprtc.zip')
- old_apprtc_sha1 = utils.ComputeSHA1(mercurial_tar_path)
+ old_apprtc_sha1 = utils.ComputeSHA1(apprtc_zip_path)
_DownloadResources(webrtc_deps_path)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698