diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 13:14:19 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 13:14:19 +0000 |
commit | 5ee08aa7f3b978e7eb1a93eaba222d55750af044 (patch) | |
tree | 52bf338c0da58fbe3c268aaeb9e984307b58413a | |
parent | 901f6069b6ef0b46a3a91d463a69355be18fcc9b (diff) | |
download | rpmtools-5ee08aa7f3b978e7eb1a93eaba222d55750af044.tar rpmtools-5ee08aa7f3b978e7eb1a93eaba222d55750af044.tar.gz rpmtools-5ee08aa7f3b978e7eb1a93eaba222d55750af044.tar.bz2 rpmtools-5ee08aa7f3b978e7eb1a93eaba222d55750af044.tar.xz rpmtools-5ee08aa7f3b978e7eb1a93eaba222d55750af044.zip |
- add doc for pubkey
-rw-r--r-- | Distribconf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Distribconf.pm b/Distribconf.pm index 3c31a75..0fa44cc 100644 --- a/Distribconf.pm +++ b/Distribconf.pm @@ -75,6 +75,11 @@ Few values have specific signification: the path or basename of the synthesis, by default is hdlist name prefixed by 'synthesis', +=item B<pubkey> + + the path or basename of the gpg public key file, by default the + the media name prefixed by 'pubkey_', + =item B<name> the name of the media, by default is media path, '/' character are @@ -444,6 +449,9 @@ Thanks to Sylvie Terjan <erinmargault@mandrake.org> for the spell checking. =head1 ChangeLog $Log$ + Revision 1.4 2005/02/21 13:14:19 othauvin + - add doc for pubkey + Revision 1.3 2005/02/21 13:11:01 othauvin - lowercase media name in file name - manage pubkey |