Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2129)

Unified Diff: visual_studio/NativeClientVSAddIn/buildbot_run.py

Issue 18947002: Fix buildbot upload to commondatastorage (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/buildbot_run.py
diff --git a/visual_studio/NativeClientVSAddIn/buildbot_run.py b/visual_studio/NativeClientVSAddIn/buildbot_run.py
index 9e23251d7c591293562353871d01b493100dc946..a4304523f0b6588d5a658bebc25fefc6bc3c21e3 100755
--- a/visual_studio/NativeClientVSAddIn/buildbot_run.py
+++ b/visual_studio/NativeClientVSAddIn/buildbot_run.py
@@ -182,6 +182,10 @@ def StepArchive():
def main():
+ if 'BOTO_CONFIG' in os.environ:
binji 2013/07/09 21:48:03 comment about why this is necessary?
+ del os.environ['BOTO_CONFIG']
+ if 'AWS_CREDENTIAL_FILE' in os.environ:
+ del os.environ['AWS_CREDENTIAL_FILE']
StepBuild()
StepInstall()
StepInstallSDK()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698