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