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:59:35 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:59:35 (GMT)
commitfb758f850675aa1c166a94a6c03b6683d2343925 (patch)
tree53ee0fdcf05d09b3387d9523b0e4830d909c1816 /maint-helper.py
parent6bfe0a5b4dac5ba9d44aaacc6200486b7e153b1a (diff)
Add joybuild support
Diffstat (limited to 'maint-helper.py')
-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...'