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

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

Issue 1100783002: infra/publish_tarball: move export_tarball.py to recipes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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/infra/publish_tarball.expected/basic.json
diff --git a/scripts/slave/recipes/infra/publish_tarball.expected/basic.json b/scripts/slave/recipes/infra/publish_tarball.expected/basic.json
index abc80107ef272a28c56bf3f2502c41597d3efb54..1b8aab906bd6473a1f6f1d3972b060775031aaa0 100644
--- a/scripts/slave/recipes/infra/publish_tarball.expected/basic.json
+++ b/scripts/slave/recipes/infra/publish_tarball.expected/basic.json
@@ -66,17 +66,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/tools/export_tarball/export_tarball.py",
- "--help"
- ],
- "name": "export_tarball.py --help",
- "stdout": "/path/to/tmp/"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/tools/export_tarball/export_tarball.py",
+ "RECIPE_MODULE[chromium]/resources/export_tarball.py",
"--remove-nonessential-files",
"chromium-38.0.2125.122",
"--verbose",

Powered by Google App Engine
This is Rietveld 408576698