diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-02 13:10:35 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-02 13:10:35 +0000 |
commit | 5a66423d2da34baf0896cf7781868989464b548f (patch) | |
tree | 8eac9949b8a6fc1149af1d2d5103099812cf73bc /lib/MDV/Distribconf/MediaCFG.pm | |
parent | 0dcaef65a3809b25a0d40f9e8c1a4143767818da (diff) | |
download | perl-MDV-Distribconf-5a66423d2da34baf0896cf7781868989464b548f.tar perl-MDV-Distribconf-5a66423d2da34baf0896cf7781868989464b548f.tar.gz perl-MDV-Distribconf-5a66423d2da34baf0896cf7781868989464b548f.tar.bz2 perl-MDV-Distribconf-5a66423d2da34baf0896cf7781868989464b548f.tar.xz perl-MDV-Distribconf-5a66423d2da34baf0896cf7781868989464b548f.zip |
- resync lost file after svn crash
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 |