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

Unified Diff: tools/bots/dart_sdk.py

Issue 1133113002: Only build and archive docs on linux (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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: tools/bots/dart_sdk.py
diff --git a/tools/bots/dart_sdk.py b/tools/bots/dart_sdk.py
index 02063138148ab51274764242d540ae868fdd86da..cf121c43881d35bde9a723d5d7e1bca80972b736 100644
--- a/tools/bots/dart_sdk.py
+++ b/tools/bots/dart_sdk.py
@@ -62,7 +62,8 @@ def DartArchiveUploadSDKs(system, sdk32_zip, sdk64_zip):
def CreateUploadSDK():
BuildSDK()
- CreateUploadSDKZips()
+ if BUILD_OS == 'linux':
+ CreateUploadSDKZips()
def CreateUploadAPIDocs():
api_path = os.path.join(bot_utils.DART_DIR,
« 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