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

Unified Diff: dart/tools/publish_all_pkgs.py

Issue 62783003: Version 0.8.10.7 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: 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 | « dart/tools/VERSION ('k') | dart/tools/publish_pkg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/publish_all_pkgs.py
===================================================================
--- dart/tools/publish_all_pkgs.py (revision 29987)
+++ dart/tools/publish_all_pkgs.py (working copy)
@@ -20,6 +20,8 @@
BLACK_LISTED_DIRECTORIES = ['.svn', 'async_helper', 'expect', 'third_party'];
def Main(argv):
+ pkgs_to_publish = []
+
for pkgdir in ['pkg', 'pkg/third_party']:
for name in os.listdir(pkgdir):
if os.path.isdir(os.path.join(pkgdir, name)):
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/publish_pkg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698