Functions | |
def | main |
def | package_source |
def | tar_exclude |
Variables | |
list | TAR_IGNORE_ALL = ['.svn'] |
list | TAR_IGNORE_TOP = ['build'] |
def package_source::main | ( | argv, | ||
stdout, | ||||
environ | ||||
) |
Definition at line 77 of file package_source.py.
def package_source::package_source | ( | path | ) |
Create a source tarball from a stack at a particular path. @param path: the path of the stack to package up @return: the path of the resulting tarball, or else None
Definition at line 22 of file package_source.py.
def package_source::tar_exclude | ( | name | ) |
Definition at line 16 of file package_source.py.
list package_source::TAR_IGNORE_ALL = ['.svn'] |
Definition at line 14 of file package_source.py.
list package_source::TAR_IGNORE_TOP = ['build'] |
Definition at line 13 of file package_source.py.