Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/maint-helper.py
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 /maint-helper.py
parent05668dfad7cf59be41c312421b224391a6abd26b (diff)
Snapshot 05668dfad7.
Diffstat (limited to 'maint-helper.py')
-rwxr-xr-xmaint-helper.py2
1 files changed, 2 insertions, 0 deletions
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...'