Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 14:04:21 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 14:04:21 (GMT)
commit1d567905c8b182dc11c951db6ce192556dafac47 (patch)
treeae8c08feb58fd42dcdad46939ead461511d88281 /sugar
parent8cc395cae98d32b243239c19d1a50a9586b53f44 (diff)
Make maint helper add snapshot to NEWS and update NEWS.sugar
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
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):