From fb758f850675aa1c166a94a6c03b6683d2343925 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 12 Oct 2007 07:59:35 +0000 Subject: Add joybuild support --- (limited to 'maint-helper.py') 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...' -- cgit v0.9.1