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

Unified Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json

Issue 2402583003: Revert "Fix file.copy recipe_module to not fail if files are already equal." (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json
diff --git a/scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json b/scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json
index 698e375e2c6cb765a77d09f36abfde16c3176431..e225aebbb9054865780091af77d08fc0ddc40482 100644
--- a/scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json
+++ b/scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.json
@@ -151,7 +151,7 @@
"cmd": [
"python",
"-u",
- "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
"[SLAVE_BUILD]/timestamp.txt",
"/path/to/tmp/"
],
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698