diff options
Diffstat (limited to 'lib/MDV/Distribconf/MediaCFG.pm')
-rw-r--r-- | lib/MDV/Distribconf/MediaCFG.pm | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/MDV/Distribconf/MediaCFG.pm b/lib/MDV/Distribconf/MediaCFG.pm index 90a320d..91431aa 100644 --- a/lib/MDV/Distribconf/MediaCFG.pm +++ b/lib/MDV/Distribconf/MediaCFG.pm @@ -155,20 +155,17 @@ foreach (qw(hdlist name synthesis pubkey)) { The name of the media. If unset, the section is the name. -=head3 B<hdlist> +=head3 hdlist -The basename of the hdlist. By default, this is -C<hdlist_mediapath.cz>, with slashes and spaces being replaced by '_'. +The hdlist file holding rpm infos for the media -=head3 B<synthesis> +=head3 synthesis -The basename of the synthesis. By default, this is the hdlist -name prefixed by C<synthesis>. +The synthesis file holding rpm infos for the media =head3 pubkey -The basename of the gpg public key file. By default, this is -the media name prefixed by C<pubkey_>. +The file holding public gpg key used to sign rpms in this media. =cut |