From fb758f850675aa1c166a94a6c03b6683d2343925 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 12 Oct 2007 09:59:35 +0200 Subject: [PATCH] Add joybuild support --- maint-helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maint-helper.py b/maint-helper.py index c0363200..7192de40 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...'