- added source tarball decompression

This commit is contained in:
Baptiste Lepilleur
2010-02-24 08:05:41 +00:00
parent e94d2f483b
commit 35bdc07ebd
2 changed files with 26 additions and 11 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: