|
__init__(self,
repo)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
checkout(self,
archive,
quiet=False)
Checkout an orig archive from pristine-tar branch |
|
|
|
commit(self,
archive,
upstream,
quiet=False)
Commit an archive archive to the pristine tar branch using
upstream branch ${upstream}. |
|
|
|
get_commit(self,
archive_regexp)
Get the pristine-tar commit of a package matching
archive_regexp. |
|
|
|
has_commit(self,
archive_regexp)
Do we have a pristine-tar commit for a package matching
archive_regexp. |
|
|
|
verify(self,
archive,
quiet=False)
Verify an archive's archive checksum using to the pristine tar
branch |
|
|
Inherited from command_wrappers.Command :
__call__ ,
call
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|