| Index: visual_studio/NativeClientVSAddIn/buildbot_run.py
|
| diff --git a/visual_studio/NativeClientVSAddIn/buildbot_run.py b/visual_studio/NativeClientVSAddIn/buildbot_run.py
|
| index f8b28ddd8c93be8ec57c587401103e1a769f5969..9e23251d7c591293562353871d01b493100dc946 100755
|
| --- a/visual_studio/NativeClientVSAddIn/buildbot_run.py
|
| +++ b/visual_studio/NativeClientVSAddIn/buildbot_run.py
|
| @@ -20,7 +20,7 @@ import zipfile
|
| GSURL = 'https://commondatastorage.googleapis.com'
|
| GSPATH = 'nativeclient-mirror/nacl/nacl_sdk/sdk'
|
| SDKROOT = os.path.join('..', '..', 'out', 'sdk')
|
| -SDK_VERSIONS = ['pepper_23', 'pepper_24', 'pepper_canary']
|
| +SDK_VERSIONS = ['pepper_27', 'pepper_28', 'pepper_canary']
|
|
|
|
|
| def Log(msg):
|
|
|