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:04 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:59:04 (GMT)
commite7bf9fb382955dd89e4981527d7947dbaff01cbd (patch)
treeb3e29dfb2e80e366bcc3a491519b5735a18ef501 /maint-helper.py
parent1016ccec0001c4bfcff9816b0a2a46cf694cfb14 (diff)
Snapshot 1016ccec00.
Diffstat (limited to 'maint-helper.py')
-rwxr-xr-xmaint-helper.py2
1 files changed, 2 insertions, 0 deletions
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...'