|
|
__init__(self,
repo)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
has_commit(self,
archive_regexp)
Do we have a pristine-tar commit for a package matching
archive_regexp. |
|
|
|
|
get_commit(self,
archive_regexp)
Get the pristine-tar commit of a package matching
archive_regexp. |
|
|
|
|
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}. |
|
|
|
|
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__
|