Server-side Repositories status information container.
|
|
init_singleton(self)
Singleton "constructor" |
source code
|
|
|
|
|
|
|
|
|
|
set_tainted(self,
db)
Set bit which determines if the repository which db points to has
been modified. |
source code
|
|
|
|
|
|
|
set_bumped(self,
db)
Set bit which determines if the repository which db points to has
been revision bumped. |
source code
|
|
|
|
unset_bumped(self,
db)
Unset bit which determines if the repository which db points to has
been revision bumped. |
source code
|
|
|
|
|
|
|
is_bumped(self,
db)
Return whether repository which db points to has been revision
bumped. |
source code
|
|
|
|
is_unlock_msg(self,
db)
Return whether repository which db points to has outputed the unlock
warning message. |
source code
|
|
|
|
get_updates_log(self,
db)
Return dict() object containing metadata related to package updates
occured in a server-side repository. |
source code
|
|
|
Inherited from core.Singleton:
is_destroyed,
is_singleton
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|