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

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: .'s are unnecessary 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..23392a36eeafa9a3d9bc50cf8959410f5a74aab4 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,',
+ '--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