From e7bf9fb382955dd89e4981527d7947dbaff01cbd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 12 Oct 2007 07:59:04 +0000 Subject: Snapshot 1016ccec00. --- (limited to 'maint-helper.py') diff --git a/maint-helper.py b/maint-helper.py index e1bbe22..7192de4 100755 --- a/maint-helper.py +++ b/maint-helper.py @@ -70,6 +70,8 @@ def cmd_build_snapshot(): if retcode: sys.exit(0) + 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