Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmaint-helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint-helper.py b/maint-helper.py
index c036320..7192de4 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -70,8 +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)
+ 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...'