Snapshot 05668dfad7
.
This commit is contained in:
parent
05668dfad7
commit
6bfe0a5b4d
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
||||
Snapshot 05668dfad7
|
||||
|
||||
* First implementation of the alert bar #2822 and hooked it up
|
||||
to the activity window (erikos)
|
||||
|
||||
|
@ -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...'
|
||||
|
Loading…
Reference in New Issue
Block a user