|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
create(self,
id,
title,
description,
version,
release,
type,
status="",
updated="",
issued="",
pushcount="",
from_str="",
reboot_suggested="",
references=(),
pkglist=(),
repo_defined=False,
immutable=False)
Create a new Errata object and return it |
source code
|
|
|
|
|
|
|
erratum(self,
id)
Return a single Errata object based on the id |
source code
|
|
|
errata(self,
id=None,
title=None,
description=None,
version=None,
release=None,
type=None,
status=None,
updated=None,
issued=None,
pushcount=None,
from_str=None,
reboot_suggested=None)
Return a list of all errata objects matching search terms |
source code
|
|
|
search_by_packages(self)
Search for errata that are associated with specified package info |
source code
|
|
|
|
|
|
|
|
|
|
|
search_by_repo(self,
errata_id)
Goal is to return the repoid's of repos that contain this errata |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
|
|
|
|
|
insert(self,
object,
check_keys=False)
Insert the object document to the database |
source code
|
|