Chromium Code Reviews| Index: build/linux/install-arm-sysroot.py |
| diff --git a/build/linux/install-arm-sysroot.py b/build/linux/install-arm-sysroot.py |
| index d1be1fd829d23096cf431be1e794f00cf39f2ece..84090c431484c87432c577474b80c8271a861b59 100755 |
| --- a/build/linux/install-arm-sysroot.py |
| +++ b/build/linux/install-arm-sysroot.py |
| @@ -22,7 +22,7 @@ Steps to rebuild the arm sysroot image: |
| - ./tools/trusted_cross_toolchains/trusted-toolchain-creator.armel.precise.sh \ |
| BuildJail $SRC/out/arm-sysroot.tar.gz |
| - gsutil cp -a public-read $SRC/out/arm-sysroot.tar.gz \ |
| - nativeclient-archive2/toolchain/$NACL_REV/naclsdk_linux_arm-trusted.tgz |
| + nativeclient-archive2/toolchain/$NACL_REV/sysroot-arm-trusted.tgz |
|
ghost stip (do not use)
2013/10/28 18:17:02
why are we changing the name of the tgz?
Sam Clegg
2013/10/28 18:21:02
I changed this on the nacl side since the old name
|
| """ |
| import os |
| @@ -34,8 +34,8 @@ import sys |
| SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) |
| URL_PREFIX = 'https://commondatastorage.googleapis.com' |
| URL_PATH = 'nativeclient-archive2/toolchain' |
| -REVISION = 12203 |
| -TARBALL = 'naclsdk_linux_arm-trusted.tgz' |
| +REVISION = 12292 |
| +TARBALL = 'sysroot-arm-trusted.tgz' |
| def main(args): |