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-16 10:12:19 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-16 10:12:19 (GMT)
commitb5910479872a26fd1d7f010c8a7096ffacb182f3 (patch)
tree18fcf140da306f5d5838dfb5fb7ceb0161aba007 /maint-helper.py
parent439e31672baca41cadae8871f432e9a012d41011 (diff)
Snapshot 439e31672b.
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...'