diff options
Diffstat (limited to 'lib/MDV/Distribconf')
-rw-r--r-- | lib/MDV/Distribconf/MediaCFG.pm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/MediaCFG.pm b/lib/MDV/Distribconf/MediaCFG.pm index c00ddef..bdadf69 100644 --- a/lib/MDV/Distribconf/MediaCFG.pm +++ b/lib/MDV/Distribconf/MediaCFG.pm @@ -184,7 +184,7 @@ Compression filter used for xml-info =cut -foreach (qw(hdlist name synthesis pubkey)) { +foreach (qw(hdlist name synthesis pubkey media_info)) { $value->{$_} = { }; } @@ -206,6 +206,13 @@ The file holding public gpg key used to sign rpms in this media. =cut +=head3 media_type + +Contains a comma-separated list of tags meant to help tools to better +describe the media + +=cut + $value->{srpms} = { deny => 'rpms', cross => 'rpms', ismedialist => 1 }; =head3 srpms |