Add joybuild support
This commit is contained in:
parent
6bfe0a5b4d
commit
fb758f8506
@ -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...'
|
||||
|
Loading…
Reference in New Issue
Block a user