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

Side by Side Diff: DEPS

Issue 2243233002: Update test scripts used by package bots to version 1.19.0-dev.6.0 (Closed) Base URL: https://github.com/dart-lang/package-bots.git@master
Patch Set: Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # We _don't_ inline this to allow the bots to use the mirror. 6 # We _don't_ inline this to allow the bots to use the mirror.
7 "sdk_tag": "@1.16.0", 7 "sdk_tag": "@1.19.0-dev.6.0",
8 "dart_root": "dart", 8 "dart_root": "dart",
9 } 9 }
10 10
11 deps = { 11 deps = {
12 "dart": 12 "dart":
13 "https://chromium.googlesource.com/external/github.com" + 13 "https://chromium.googlesource.com/external/github.com" +
14 "/dart-lang/sdk.git" + Var("sdk_tag"), 14 "/dart-lang/sdk.git" + Var("sdk_tag"),
15 } 15 }
16 16
17 hooks = [ 17 hooks = [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '--no_auth', 83 '--no_auth',
84 '--no_resume', 84 '--no_resume',
85 '--bucket', 85 '--bucket',
86 'dart-dependencies', 86 'dart-dependencies',
87 '-d', 87 '-d',
88 '-r', 88 '-r',
89 'dart/tools/testing/bin', 89 'dart/tools/testing/bin',
90 ], 90 ],
91 }, 91 },
92 ] 92 ]
OLDNEW
« 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