diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-22 12:33:24 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-22 12:33:24 +0000 |
commit | 0dcaef65a3809b25a0d40f9e8c1a4143767818da (patch) | |
tree | a6d13985c0a51f70706c1834902714ab4005d29f /lib/MDV/Distribconf | |
parent | 3ec62b9b9f2af34402e33add8975071d9e828664 (diff) | |
download | perl-MDV-Distribconf-0dcaef65a3809b25a0d40f9e8c1a4143767818da.tar perl-MDV-Distribconf-0dcaef65a3809b25a0d40f9e8c1a4143767818da.tar.gz perl-MDV-Distribconf-0dcaef65a3809b25a0d40f9e8c1a4143767818da.tar.bz2 perl-MDV-Distribconf-0dcaef65a3809b25a0d40f9e8c1a4143767818da.tar.xz perl-MDV-Distribconf-0dcaef65a3809b25a0d40f9e8c1a4143767818da.zip |
- update doc
Diffstat (limited to 'lib/MDV/Distribconf')
-rw-r--r-- | lib/MDV/Distribconf/MediaCFG.pm | 13 |
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 |