Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:56:39 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:56:39 (GMT)
commit6bfe0a5b4dac5ba9d44aaacc6200486b7e153b1a (patch)
tree3425df85981089998d615c8a8fa18df5b1010ed7
parent05668dfad7cf59be41c312421b224391a6abd26b (diff)
Snapshot 05668dfad7.
-rw-r--r--NEWS2
-rwxr-xr-xmaint-helper.py2
2 files changed, 4 insertions, 0 deletions
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...'