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-16 10:12:19 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-16 10:12:19 (GMT)
commitb5910479872a26fd1d7f010c8a7096ffacb182f3 (patch)
tree18fcf140da306f5d5838dfb5fb7ceb0161aba007
parent439e31672baca41cadae8871f432e9a012d41011 (diff)
Snapshot 439e31672b.
-rw-r--r--NEWS2
-rwxr-xr-xmaint-helper.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11dd5aa..6651dcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Snapshot 439e31672b
+
* Emit BuddyHandleJoined with Buddy and handle so sugar.presence can
track handles without calling PS (morgs)
* Create Tubes Channel during join process (morgs)
diff --git a/maint-helper.py b/maint-helper.py
index e1bbe22..7192de4 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -70,6 +70,8 @@ def cmd_build_snapshot():
if retcode:
sys.exit(0)
+ if 'JOYBUILD_PATH' in os.environ:
+ tarball = os.path.join(os.environ['JOYBUILD_PATH'], 'source', tarball)
os.rename('%s-%s.tar.bz2' % (name, version), tarball)
print 'Update NEWS.sugar...'