| Index: tools/promote.py
|
| diff --git a/tools/promote.py b/tools/promote.py
|
| index 81ab4025479916d880faf7bc8758481c16994117..4b5569f8084e28bf094d6e71c289c8474fb22ed4 100644
|
| --- a/tools/promote.py
|
| +++ b/tools/promote.py
|
| @@ -143,9 +143,8 @@ def _PromoteDartArchiveBuild(channel, revision):
|
| Gsutil(['-m', 'cp', '-a', 'public-read', '-R', from_loc, to_loc])
|
|
|
| # Copy wheezy linux deb and src packages.
|
| - from_loc = raw_namer.linux_packages_directory(revision, 'debian_wheezy')
|
| - to_loc = release_namer.linux_packages_directory(to_revision,
|
| - 'debian_wheezy')
|
| + from_loc = raw_namer.linux_packages_directory(revision)
|
| + to_loc = release_namer.linux_packages_directory(to_revision)
|
| remove_gs_directory(to_loc)
|
| Gsutil(['-m', 'cp', '-a', 'public-read', '-R', from_loc, to_loc])
|
|
|
|
|