From 6bfe0a5b4dac5ba9d44aaacc6200486b7e153b1a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 12 Oct 2007 07:56:39 +0000 Subject: Snapshot 05668dfad7. --- diff --git a/NEWS b/NEWS index 2e0edc5..ea31808 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Snapshot 05668dfad7 + * First implementation of the alert bar #2822 and hooked it up to the activity window (erikos) diff --git a/maint-helper.py b/maint-helper.py index e1bbe22..c036320 100755 --- a/maint-helper.py +++ b/maint-helper.py @@ -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...' -- cgit v0.9.1