From 1d567905c8b182dc11c951db6ce192556dafac47 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 08 Jul 2007 14:04:21 +0000 Subject: Make maint helper add snapshot to NEWS and update NEWS.sugar --- (limited to 'sugar/activity') diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py index a412d17..a82d744 100644 --- a/sugar/activity/bundlebuilder.py +++ b/sugar/activity/bundlebuilder.py @@ -257,7 +257,7 @@ def cmd_release(bundle_name, manifest): news_path = os.path.join(_get_source_path(), 'NEWS') if os.environ.has_key('SUGAR_NEWS'): - print 'Update NEWS.sugar' + print 'Update NEWS.sugar...' sugar_news_path = os.environ['SUGAR_NEWS'] if os.path.isfile(sugar_news_path): -- cgit v0.9.1