| Trees | Indices | Help |
|
|---|
|
|
Common functionality for Debian and RPM buildpackage scripts
|
|||
|
|||
|
|||
|
|||
| Functions to handle export-dir | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
index_name =
|
|||
wc_name =
|
|||
wc_index =
|
|||
__package__ =
|
|||
|
|||
Sanitize the prefix used for generating source archives >>> sanitize_prefix('') '/' >>> sanitize_prefix('foo/') 'foo/' >>> sanitize_prefix('/foo/bar') 'foo/bar/' |
Create tar.gz of an archive with submodules since git-archive always writes an end of tarfile trailer we concatenate the generated archives using tar and compress the result. Exception handling is left to the caller. |
Create tar.gz of an archive without submodules Exception handling is left to the caller. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Feb 15 17:52:05 2014 | http://epydoc.sourceforge.net |