From b5910479872a26fd1d7f010c8a7096ffacb182f3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 16 Oct 2007 10:12:19 +0000 Subject: Snapshot 439e31672b. --- 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...' -- cgit v0.9.1