| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 8 "--outfile", | 8 "--outfile", |
| 9 "/path/to/tmp/", | 9 "/path/to/tmp/", |
| 10 "--attempts", | 10 "--attempts", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "3" | 24 "3" |
| 25 ], | 25 ], |
| 26 "name": "Get project 'build' config 'recipes.cfg'" | 26 "name": "Get project 'build' config 'recipes.cfg'" |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "name": "$result", | 29 "name": "$result", |
| 30 "recipe_result": null, | 30 "recipe_result": null, |
| 31 "status_code": 0 | 31 "status_code": 0 |
| 32 } | 32 } |
| 33 ] | 33 ] |
| OLD | NEW |