Chromium Code Reviews| 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', |
| ]) |