Release 0.5.0

This commit is contained in:
Baptiste Lepilleur
2010-02-24 07:36:38 +00:00
3 changed files with 58 additions and 1 deletions

View File

@@ -167,8 +167,11 @@ Must be started in the project top directory.
source_tarball_path = 'dist/%s.tar.gz' % source_dir
print 'Generating source tarball to', source_tarball_path
tarball.make_tarball( source_tarball_path, [export_dir], export_dir, prefix_dir=source_dir )
distcheck_dir = 'dist/distcheck'
print 'Decompressing source tarball to', distcheck_dir
tarball.decompress( source_tarball_path, distcheck_dir )
#@todo:
# decompress source tarball
# ?compile & run & check
# ?upload documentation
else: