This class subclasses the XML_Dumper class. It overrides the
_get_xml_writer method and adds a set_stream method, which will let it
write to a file instead of over the wire.
|
|
| __init__(self,
outputdir,
channel_labels,
org_ids,
hardlinks,
start_date,
end_date,
use_rhn_date,
whole_errata) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| _dump_simple(self,
filename,
dump_func,
startmsg,
endmsg,
exceptmsg) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| copy_repomd(self,
repomds,
channel,
get_file_func) |
source code
|
|
|
|
| dump_channels(self,
channel_labels=None,
start_date=None,
end_date=None,
use_rhn_date=True,
whole_errata=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from dumper.XML_Dumper:
dump_kickstartable_trees,
get_channel_families_statement,
get_channels_statement,
get_errata_statement,
get_packages_statement,
get_source_packages_statement,
send,
set_exportable_orgs
|