| Trees | Indices | Help |
|
|---|
|
|
Simple class wrappers for the various external commands needed by git-buildpackage and friends
|
|||
|
CommandExecFailed Exception raised by the Command class |
|||
|
Command Wraps a shell command, so we don't have to store any kind of command line options in one of the git-buildpackage commands |
|||
|
RunAtCommand Run a command in a specific directory |
|||
| PristineTar | |||
|
UnpackTarArchive Wrap tar to unpack a compressed tar archive |
|||
|
PackTarArchive Wrap tar to pack a compressed tar archive |
|||
|
CatenateTarArchive Wrap tar to catenate a tar file with the next |
|||
|
RemoveTree Wrap rm to remove a whole directory tree |
|||
|
Dch Wrap dch and set a specific version |
|||
|
DpkgSourceExtract Wrap dpkg-source to extract a Debian source package into a certain directory, this needs |
|||
|
UnpackZipArchive Wrap zip to Unpack a zip file |
|||
|
GitCommand Mother/Father of all git commands |
|||
|
GitInit Wrap git init |
|||
|
GitClone Wrap git clone |
|||
|
GitBranch Wrap git branch |
|||
|
GitFetch Wrap git fetch |
|||
|
GitMerge Wrap git merge |
|||
|
GitTag Wrap git tag |
|||
|
GitAdd Wrap git add to add new files |
|||
|
|||
| list |
|
||
|
|||
__package__ =
|
|||
|
|||
copy a source tree over via tar
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 28 09:27:19 2011 | http://epydoc.sourceforge.net |