commit | 792e8c7259569067728fc759500d4d2dd42a7e79 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Wed Aug 30 09:43:46 2017 +0200 |
committer | Rico Wind <ricow@google.com> | Wed Aug 30 09:43:46 2017 +0200 |
tree | 5aef21a0514f9ff2db1e5695e0362adf5b91526e | |
parent | f38fb51b9cfad1d47d8a98a3c0574fdabdb4a3d8 [diff] [blame] |
Fix archiving bucket R=ager@google.com Bug: Change-Id: Ice0f0f04c792ea2cca64e5927590455e00129064
diff --git a/tools/archive.py b/tools/archive.py index 7989b8a..ee1053d 100755 --- a/tools/archive.py +++ b/tools/archive.py
@@ -9,7 +9,7 @@ import sys import utils -ARCHIVE_BUCKET = 'r8-release' +ARCHIVE_BUCKET = 'r8-releases' def GetVersion(): r8_version = r8.run(['--version'], build = False).strip()