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

Side by Side Diff: scripts/slave/recipe_modules/zip/example.expected/win.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint 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 "touch", 4 "touch",
5 "[TMP_BASE]\\zip-example_tmp_1\\a" 5 "[TMP_BASE]\\zip-example_tmp_1\\a"
6 ], 6 ],
7 "name": "touch a" 7 "name": "touch a"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ], 67 ],
68 "name": "report" 68 "name": "report"
69 }, 69 },
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "RECIPE_MODULE[build::zip]\\resources\\unzip.py" 74 "RECIPE_MODULE[build::zip]\\resources\\unzip.py"
75 ], 75 ],
76 "name": "unzipping", 76 "name": "unzipping",
77 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"zip_ file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\"}" 77 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"quie t\": true, \"zip_file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\"}"
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "find" 81 "find"
82 ], 82 ],
83 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output", 83 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output",
84 "name": "listing" 84 "name": "listing"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
(...skipping 13 matching lines...) Expand all
101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
102 "@@@STEP_LOG_END@python.inline@@@" 102 "@@@STEP_LOG_END@python.inline@@@"
103 ] 103 ]
104 }, 104 },
105 { 105 {
106 "name": "$result", 106 "name": "$result",
107 "recipe_result": null, 107 "recipe_result": null,
108 "status_code": 0 108 "status_code": 0
109 } 109 }
110 ] 110 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/zip/example.expected/mac.json ('k') | scripts/slave/recipe_modules/zip/resources/unzip.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698