mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
Release 0.5.0
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user