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

Unified Diff: tools/download_latest_dev_sdk.py

Issue 2989623002: Pin the dev SDK version pulled by Fuchsia (Closed)
Patch Set: Created 3 years, 5 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: tools/download_latest_dev_sdk.py
diff --git a/tools/download_latest_dev_sdk.py b/tools/download_latest_dev_sdk.py
index 3c212566ec2d32ee0b74e7af7b88723690b272a7..c5de4202594eb48a830b103663b6751900f1cf29 100755
--- a/tools/download_latest_dev_sdk.py
+++ b/tools/download_latest_dev_sdk.py
@@ -19,7 +19,8 @@ HOST_ARCH = utils.GuessArchitecture()
SCRIPT_DIR = os.path.dirname(sys.argv[0])
DART_ROOT = os.path.realpath(os.path.join(SCRIPT_DIR, '..'))
-BASE_URL = 'http://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk'
+DART_VERSION = '1.25.0-dev.7.0'
+BASE_URL = 'http://gsdview.appspot.com/dart-archive/channels/dev/raw/' + DART_VERSION +'/sdk'
def host_os_for_sdk(host_os):
if host_os.startswith('macos'):
« 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