Lines Matching full:tarball
29 from devtools import antglob, fixeol, tarball
119 """Set file EOL for tarball distribution.
254 Generates the document tarball.
258 Performs an svn export of tag release version, and build a source tarball.
318 tarball.decompress( doc_tarball_path, doc_distcheck_dir )
327 print('Generating source tarball to', source_tarball_path)
328 tarball.make_tarball( source_tarball_path, [export_dir], export_dir, prefix_dir=source_dir )
331 print('Generating amalgamation source tarball to', amalgamation_tarball_path)
335 tarball.make_tarball( amalgamation_tarball_path, [amalgamation_dir],
338 # Decompress source tarball, download and install scons-local
341 print('Decompressing source tarball to', distcheck_dir)
343 tarball.decompress( source_tarball_path, distcheck_dir )
348 tarball.decompress( scons_local_path, distcheck_top_dir )
351 print('Compiling decompressed tarball')
375 print('Tarball can be found at:', doc_tarball_path)