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

Side by Side Diff: scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.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', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
10 ], 10 ],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
103 "\n<html>\n<head>\n<meta http-equiv=\"Pragma\" content=\"no-cache\">\n<met a http-equiv=\"Expires\" content=\"-1\">\n<meta http-equiv=\"refresh\" content=\ "0; url=https://codereview.chromium.org/1234/\" />\n</head>\n</html>\n", 103 "\n<html>\n<head>\n<meta http-equiv=\"Pragma\" content=\"no-cache\">\n<met a http-equiv=\"Expires\" content=\"-1\">\n<meta http-equiv=\"refresh\" content=\ "0; url=https://codereview.chromium.org/1234/\" />\n</head>\n</html>\n",
104 "depsroll.html" 104 "depsroll.html"
105 ], 105 ],
106 "name": "write depsroll.html" 106 "name": "write depsroll.html"
107 }, 107 },
108 { 108 {
109 "cmd": [ 109 "cmd": [
110 "python", 110 "python",
111 "-u", 111 "-u",
112 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 112 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
113 "--", 113 "--",
114 "[DEPOT_TOOLS]/gsutil.py", 114 "[DEPOT_TOOLS]/gsutil.py",
115 "--force-version", 115 "--force-version",
116 "3.25", 116 "3.25",
117 "--", 117 "--",
118 "cp", 118 "cp",
119 "-a", 119 "-a",
120 "public-read", 120 "public-read",
121 "arb_status.html", 121 "arb_status.html",
122 "gs://chromium-skia-gm/arb_status.html" 122 "gs://chromium-skia-gm/arb_status.html"
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@python.inline@ params['last_roll_rev'] = full_hash(old) @@@", 175 "@@@STEP_LOG_LINE@python.inline@ params['last_roll_rev'] = full_hash(old) @@@",
176 "@@@STEP_LOG_LINE@python.inline@ params['curr_roll_rev'] = full_hash(new) @@@", 176 "@@@STEP_LOG_LINE@python.inline@ params['curr_roll_rev'] = full_hash(new) @@@",
177 "@@@STEP_LOG_LINE@python.inline@@@@", 177 "@@@STEP_LOG_LINE@python.inline@@@@",
178 "@@@STEP_LOG_LINE@python.inline@urllib2.urlopen(urllib2.Request(@@@", 178 "@@@STEP_LOG_LINE@python.inline@urllib2.urlopen(urllib2.Request(@@@",
179 "@@@STEP_LOG_LINE@python.inline@ sys.argv[4],@@@", 179 "@@@STEP_LOG_LINE@python.inline@ sys.argv[4],@@@",
180 "@@@STEP_LOG_LINE@python.inline@ urllib.urlencode(params)))@@@", 180 "@@@STEP_LOG_LINE@python.inline@ urllib.urlencode(params)))@@@",
181 "@@@STEP_LOG_END@python.inline@@@" 181 "@@@STEP_LOG_END@python.inline@@@"
182 ] 182 ]
183 } 183 }
184 ] 184 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698