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

Unified Diff: tools/publish_all_pkgs.py

Issue 16365019: Add spacing and colors to publish_all_pkgs.py to make it easier to see the (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/publish_all_pkgs.py
diff --git a/tools/publish_all_pkgs.py b/tools/publish_all_pkgs.py
index 729d9a1f6b228ec2a7607a0240b023b862cf5666..2e3d181072b34356087f9384121cc344f685d85c 100644
--- a/tools/publish_all_pkgs.py
+++ b/tools/publish_all_pkgs.py
@@ -29,7 +29,7 @@ def Main(argv):
os.path.join('sdk', 'lib', '_internal', 'compiler'))
for pkg in pkgs_to_publish:
- print "Publishing " + pkg
+ print "\n\nPublishing %s:\n-------------------------------" % pkg
subprocess.call(['python', 'tools/publish_pkg.py', pkg])
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