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

Unified Diff: tools/bots/pub.py

Issue 73113002: Generate docgen output along with api_docs as part of the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed where it's trying to upload to Created 7 years, 1 month 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 | « pkg/docgen/lib/docgen.dart ('k') | utils/apidoc/docgen.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/pub.py
diff --git a/tools/bots/pub.py b/tools/bots/pub.py
index f9f18ee21d7b9ddc0c8cf48abeae7a0a3ce9746b..2d852d8b6f5bb919b705928402ba90ea8eefc242 100755
--- a/tools/bots/pub.py
+++ b/tools/bots/pub.py
@@ -35,12 +35,6 @@ def PubConfig(name, is_buildbot):
def PubSteps(build_info):
- with bot.BuildStep('Build API Docs'):
- args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
- 'api_docs']
- print 'Generating API Docs: %s' % (' '.join(args))
- bot.RunProcess(args)
-
with bot.BuildStep('Build package-root'):
args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
'packages']
« no previous file with comments | « pkg/docgen/lib/docgen.dart ('k') | utils/apidoc/docgen.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698