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

Unified Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json

Issue 909883005: Don't put revision as part of the local filename. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json
index 3b4cf8536b66748c1f37f3b1e785ad7cd57622df..a59acec0470a9d2b289d61e92b7b9a51dfa25307 100644
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_Staging.json
@@ -104,7 +104,6 @@
"goma-clang",
"--goma-dir",
"[BUILD]/goma",
- "--clobber",
"--",
"all"
],
@@ -148,7 +147,7 @@
"--path-to-compdb",
"[SLAVE_BUILD]/src/out/Debug/compile_commands.json",
"--path-to-archive-output",
- "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos_170242.zip"
+ "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip"
],
"name": "create index pack"
},
@@ -181,7 +180,7 @@
"3.25",
"--",
"cp",
- "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos_170242.zip",
+ "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip",
"gs://chrome-codesearch/staging/index_pack_chromeos_170242.zip"
],
"name": "gsutil upload index pack",
@@ -200,7 +199,7 @@
"tools",
"/usr/include",
"-f",
- "chromium_src_chromeos_170242.tar.bz2"
+ "chromium_src_chromeos.tar.bz2"
],
"name": "archive source"
},
@@ -215,7 +214,7 @@
"3.25",
"--",
"cp",
- "[SLAVE_BUILD]/chromium_src_chromeos_170242.tar.bz2",
+ "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2",
"gs://chrome-codesearch/staging/chromium_src_chromeos_170242.tar.bz2"
],
"name": "gsutil upload source tarball",

Powered by Google App Engine
This is Rietveld 408576698