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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/win_builder.json

Issue 2402583003: Revert "Fix file.copy recipe_module to not fail if files are already equal." (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, ' name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, ' name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "drmemory", 10 "drmemory",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "cwd": "[SLAVE_BUILD]", 101 "cwd": "[SLAVE_BUILD]",
102 "env": { 102 "env": {
103 "BOTTOOLS": "[SLAVE_BUILD]\\tools\\buildbot\\bot_tools" 103 "BOTTOOLS": "[SLAVE_BUILD]\\tools\\buildbot\\bot_tools"
104 }, 104 },
105 "name": "create sfx archive" 105 "name": "create sfx archive"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", 111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
112 "[SLAVE_BUILD]\\DrMemory-Windows-1.2.3-0x1234567-sfx.exe", 112 "[SLAVE_BUILD]\\DrMemory-Windows-1.2.3-0x1234567-sfx.exe",
113 "[SLAVE_BUILD]\\drmemory-windows-latest-sfx.exe" 113 "[SLAVE_BUILD]\\drmemory-windows-latest-sfx.exe"
114 ], 114 ],
115 "name": "copy locally" 115 "name": "copy locally"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", 121 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
(...skipping 26 matching lines...) Expand all
148 "~followup_annotations": [ 148 "~followup_annotations": [
149 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@" 149 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@"
150 ] 150 ]
151 }, 151 },
152 { 152 {
153 "name": "$result", 153 "name": "$result",
154 "recipe_result": null, 154 "recipe_result": null,
155 "status_code": 0 155 "status_code": 0
156 } 156 }
157 ] 157 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698