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

Unified Diff: autoupdate.py

Issue 4755001: Change update logic to be backwards compatible with old format. (Closed) Base URL: http://git.chromium.org/git/dev-util.git@master
Patch Set: Created 10 years, 1 month 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 | « no previous file | stateful_update » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoupdate.py
diff --git a/autoupdate.py b/autoupdate.py
index a8e02fed285101f1682a02396285daf8f9466267..d4e00af0ce076ef3752059d0c7d2d52952f6f326 100644
--- a/autoupdate.py
+++ b/autoupdate.py
@@ -261,6 +261,8 @@ class Autoupdate(BuildObject):
'-czf',
output_gz,
'--directory=%s' % stateful_dir,
+ '--transform="s,dev_image,dev_image_new,"',
petkov 2010/11/09 21:31:12 Maybe s,^dev_image,... and s,^var,... Otherwise if
sosa 2010/11/09 21:51:46 Good call on first. I personally prefer what's th
+ '--transform="s,var,var_new,"',
'dev_image',
'var',
])
« no previous file with comments | « no previous file | stateful_update » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698