This commit is contained in:
Marco Pesenti Gritti 2007-10-12 09:56:39 +02:00
parent 05668dfad7
commit 6bfe0a5b4d
2 changed files with 4 additions and 0 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
Snapshot 05668dfad7
* First implementation of the alert bar #2822 and hooked it up
to the activity window (erikos)

View File

@ -70,6 +70,8 @@ def cmd_build_snapshot():
if retcode:
sys.exit(0)
if 'JOYRIDE_PATH' in os.environ:
tarball = os.path.join(os.environ['JOYRIDE_PATH'], 'source', tarball)
os.rename('%s-%s.tar.bz2' % (name, version), tarball)
print 'Update NEWS.sugar...'