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

Unified Diff: dart/tools/bots/pub.py

Issue 125853002: Run pkbuild with public packages from pub.dartlang.org as well (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 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: dart/tools/bots/pub.py
diff --git a/dart/tools/bots/pub.py b/dart/tools/bots/pub.py
index 06de138591540f3271863502e470c643f63ddea3..d33a21e4a511de5d55c16544b8b399254fe7db05 100755
--- a/dart/tools/bots/pub.py
+++ b/dart/tools/bots/pub.py
@@ -46,7 +46,8 @@ def PubSteps(build_info):
pkgbuild_build_info = bot.BuildInfo('none', 'vm', 'release',
build_info.system, checked=False)
bot.RunTest('pkgbuild_repo_pkgs', pkgbuild_build_info, ['pkgbuild'])
- bot.RunTest('pkgbuild_public_pkgs', pkgbuild_build_info, ['pkgbuild'])
+ bot.RunTest('pkgbuild_public_pkgs', pkgbuild_build_info,
+ ['pkgbuild', '--use-public-packages'])
if __name__ == '__main__':
« 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