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

Side by Side Diff: scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
7 "[SLAVE_BUILD]/git_clone_bundler/bundles" 7 "[SLAVE_BUILD]/git_clone_bundler/bundles"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmtree old bundles", 9 "name": "rmtree old bundles",
11 "~followup_annotations": [ 10 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
15 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
16 "@@@STEP_LOG_LINE@python.inline@@@@", 15 "@@@STEP_LOG_LINE@python.inline@@@@",
17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 17 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
19 "@@@STEP_LOG_END@python.inline@@@" 18 "@@@STEP_LOG_END@python.inline@@@"
20 ] 19 ]
21 }, 20 },
22 { 21 {
23 "cmd": [ 22 "cmd": [
24 "python", 23 "python",
25 "-u", 24 "-u",
26 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 25 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
27 "[SLAVE_BUILD]/git_clone_bundler/bundles", 26 "[SLAVE_BUILD]/git_clone_bundler/bundles",
28 "511" 27 "511"
29 ], 28 ],
30 "cwd": "[SLAVE_BUILD]",
31 "name": "makedirs bundles", 29 "name": "makedirs bundles",
32 "~followup_annotations": [ 30 "~followup_annotations": [
33 "@@@STEP_LOG_LINE@python.inline@@@@", 31 "@@@STEP_LOG_LINE@python.inline@@@@",
34 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 32 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
35 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 33 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
36 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 34 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
37 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 35 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
38 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 36 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 37 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
40 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 38 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
41 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 39 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
42 "@@@STEP_LOG_END@python.inline@@@" 40 "@@@STEP_LOG_END@python.inline@@@"
43 ] 41 ]
44 }, 42 },
45 { 43 {
46 "cmd": [ 44 "cmd": [
47 "python", 45 "python",
48 "-u", 46 "-u",
49 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 47 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
50 "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b484", 48 "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b484",
51 "511" 49 "511"
52 ], 50 ],
53 "cwd": "[SLAVE_BUILD]",
54 "name": "makedirs repo", 51 "name": "makedirs repo",
55 "~followup_annotations": [ 52 "~followup_annotations": [
56 "@@@STEP_LOG_LINE@python.inline@@@@", 53 "@@@STEP_LOG_LINE@python.inline@@@@",
57 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 54 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
58 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 55 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
59 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 56 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
60 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 57 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
61 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 58 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
62 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 59 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
63 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 60 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "python", 109 "python",
113 "-u", 110 "-u",
114 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 111 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
115 "--", 112 "--",
116 "[DEPOT_TOOLS]/gsutil.py", 113 "[DEPOT_TOOLS]/gsutil.py",
117 "----", 114 "----",
118 "cp", 115 "cp",
119 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e. bundle", 116 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e. bundle",
120 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle" 117 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle"
121 ], 118 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "gsutil upload bundle (src/foo)", 119 "name": "gsutil upload bundle (src/foo)",
124 "~followup_annotations": [ 120 "~followup_annotations": [
125 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/foo/clone.bundle@@@" 121 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/foo/clone.bundle@@@"
126 ] 122 ]
127 }, 123 },
128 { 124 {
129 "cmd": [ 125 "cmd": [
130 "git", 126 "git",
131 "config", 127 "config",
132 "--get", 128 "--get",
(...skipping 19 matching lines...) Expand all
152 "python", 148 "python",
153 "-u", 149 "-u",
154 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 150 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
155 "--", 151 "--",
156 "[DEPOT_TOOLS]/gsutil.py", 152 "[DEPOT_TOOLS]/gsutil.py",
157 "----", 153 "----",
158 "cp", 154 "cp",
159 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16. bundle", 155 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16. bundle",
160 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle" 156 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle"
161 ], 157 ],
162 "cwd": "[SLAVE_BUILD]",
163 "name": "gsutil upload bundle (src/bar)", 158 "name": "gsutil upload bundle (src/bar)",
164 "~followup_annotations": [ 159 "~followup_annotations": [
165 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/bar/clone.bundle@@@" 160 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/bar/clone.bundle@@@"
166 ] 161 ]
167 }, 162 },
168 { 163 {
169 "cmd": [ 164 "cmd": [
170 "git", 165 "git",
171 "config", 166 "config",
172 "--get", 167 "--get",
173 "remote.origin.url" 168 "remote.origin.url"
174 ], 169 ],
175 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/bar", 170 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/bar",
176 "name": "lookup Git remote (src/bar)", 171 "name": "lookup Git remote (src/bar)",
177 "stdout": "/path/to/tmp/" 172 "stdout": "/path/to/tmp/"
178 }, 173 },
179 { 174 {
180 "name": "$result", 175 "name": "$result",
181 "recipe_result": null, 176 "recipe_result": null,
182 "status_code": 0 177 "status_code": 0
183 } 178 }
184 ] 179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698