Package bodhi :: Module metadata :: Class ExtendedMetadata
[hide private]
[frames] | no frames]

Class ExtendedMetadata

source code

Instance Methods [hide private]
 
__init__(self, repo) source code
 
_fetch_updates(self)
Based on our given koji tag, populate a list of PackageUpdates.
source code
 
_create_document(self) source code
 
_insert(self, parent, name, attrs={}, text=None)
Helper function to trivialize inserting an element into the doc
source code
 
_get_notice(self, update) source code
 
_fetch_checksums(self)
Pull a list of 'name-version-release sha1' from our repodata and store it in self.checksums = { n-v-r : { arch : sha1sum } }
source code
 
add_update(self, update)
Generate the extended metadata for a given update
source code
 
insert_updateinfo(self) source code