module documentation
Simple class wrappers for the various external commands needed by git-buildpackage and friends
Class |
|
Wrap tar to catenate a tar file with the next |
Class |
|
Wrap zipmerge tool to catenate a zip file with the next |
Class |
|
Wraps a shell command, so we don't have to store any kind of command line options in one of the git-buildpackage commands |
Class |
|
Wrap dpkg-source to extract a Debian source package into a certain directory |
Class |
|
Mother/Father of all git commands |
Class |
|
Wrap tar to pack a compressed tar archive |
Class |
|
Wrap rm to remove a whole directory tree |
Class |
|
Run a command in a specific directory |
Class |
|
Wrap tar to unpack a compressed tar archive |
Class |
|
Wrap zip to Unpack a zip file |
Exception |
|
Exception raised by the Command class |
Function | proxy |
Circulate stdout/stderr via a proper file object. Designed to work around a problem where Python nose replaces sys.stdout/stderr with a custom 'Tee' object that is not a file object (compatible) and thus causes a crash with Popen. |