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

Side by Side Diff: scripts/slave/recipes/codesearch.expected/without-grok-index.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar get_os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar get_os = ['android']"
10 ], 10 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "src-internal", 77 "src-internal",
78 "-f", 78 "-f",
79 "src.tar.bz2" 79 "src.tar.bz2"
80 ], 80 ],
81 "name": "archive source" 81 "name": "archive source"
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "python", 85 "python",
86 "-u", 86 "-u",
87 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 87 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
88 "--", 88 "--",
89 "[DEPOT_TOOLS]/gsutil.py", 89 "[DEPOT_TOOLS]/gsutil.py",
90 "--force-version", 90 "--force-version",
91 "3.25", 91 "3.25",
92 "--", 92 "--",
93 "cp", 93 "cp",
94 "[SLAVE_BUILD]/src.tar.bz2", 94 "[SLAVE_BUILD]/src.tar.bz2",
95 "gs://chrome-codesearch/src.tar.bz2" 95 "gs://chrome-codesearch/src.tar.bz2"
96 ], 96 ],
97 "name": "gsutil upload source tarball", 97 "name": "gsutil upload source tarball",
98 "~followup_annotations": [ 98 "~followup_annotations": [
99 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/src.tar.bz2@@@" 99 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/src.tar.bz2@@@"
100 ] 100 ]
101 } 101 }
102 ] 102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698