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

Side by Side Diff: scripts/slave/recipes/infra/publish_tarball.expected/basic.json

Issue 1210593002: publish_tarball: fetch nacl source dependencies in addition to pnacl (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « scripts/slave/recipes/infra/publish_tarball.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 772 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
773 "[SLAVE_BUILD]/src", 773 "[SLAVE_BUILD]/src",
774 "[TMP_BASE]/tmp_tmp_5/src", 774 "[TMP_BASE]/tmp_tmp_5/src",
775 "1" 775 "1"
776 ], 776 ],
777 "cwd": "[SLAVE_BUILD]", 777 "cwd": "[SLAVE_BUILD]",
778 "name": "copytree (2)" 778 "name": "copytree (2)"
779 }, 779 },
780 { 780 {
781 "cmd": [ 781 "cmd": [
782 "make",
783 "-C",
784 "[TMP_BASE]/tmp_tmp_5/src/native_client/tools",
785 "sync-pinned"
786 ],
787 "cwd": "[SLAVE_BUILD]",
788 "name": "download nacl toolchain dependencies"
789 },
790 {
791 "cmd": [
782 "python", 792 "python",
783 "-u", 793 "-u",
784 "[TMP_BASE]/tmp_tmp_5/src/native_client/toolchain_build/toolchain_build_pn acl.py", 794 "[TMP_BASE]/tmp_tmp_5/src/native_client/toolchain_build/toolchain_build_pn acl.py",
785 "--verbose", 795 "--verbose",
786 "--sync", 796 "--sync",
787 "--sync-only", 797 "--sync-only",
788 "--disable-git-cache" 798 "--disable-git-cache"
789 ], 799 ],
790 "cwd": "[SLAVE_BUILD]", 800 "cwd": "[SLAVE_BUILD]",
791 "name": "download nacl toolchain dependencies" 801 "name": "download pnacl toolchain dependencies"
792 }, 802 },
793 { 803 {
794 "cmd": [ 804 "cmd": [
795 "python", 805 "python",
796 "-u", 806 "-u",
797 "RECIPE_MODULE[chromium]/resources/export_tarball.py", 807 "RECIPE_MODULE[chromium]/resources/export_tarball.py",
798 "--remove-nonessential-files", 808 "--remove-nonessential-files",
799 "chromium-38.0.2125.122", 809 "chromium-38.0.2125.122",
800 "--verbose", 810 "--verbose",
801 "--progress", 811 "--progress",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "@@@STEP_LOG_LINE@python.inline@@@@", 902 "@@@STEP_LOG_LINE@python.inline@@@@",
893 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 903 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
894 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 904 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
895 "@@@STEP_LOG_LINE@python.inline@@@@", 905 "@@@STEP_LOG_LINE@python.inline@@@@",
896 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 906 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
897 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 907 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
898 "@@@STEP_LOG_END@python.inline@@@" 908 "@@@STEP_LOG_END@python.inline@@@"
899 ] 909 ]
900 } 910 }
901 ] 911 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/publish_tarball.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698