diff options
author | Olivier Blin <oblin@mandriva.com> | 2010-05-19 16:03:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2010-05-19 16:03:04 +0000 |
commit | c845d0a260ad5693b9afece4ae83b37ed4e58201 (patch) | |
tree | 9979cc0160405e98bf7c0b094649440cdf8564a2 | |
parent | 6bad5913d6d1f639a81d8156739916193afa6425 (diff) | |
download | iurt-c845d0a260ad5693b9afece4ae83b37ed4e58201.tar iurt-c845d0a260ad5693b9afece4ae83b37ed4e58201.tar.gz iurt-c845d0a260ad5693b9afece4ae83b37ed4e58201.tar.bz2 iurt-c845d0a260ad5693b9afece4ae83b37ed4e58201.tar.xz iurt-c845d0a260ad5693b9afece4ae83b37ed4e58201.zip |
use release sub-media by default (has been the default repository layout for years now)
-rwxr-xr-x | iurt2 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -422,8 +422,8 @@ my %config_usage = ( all_media => { desc => 'List of known media', default => { - 'main' => [ '' ], - 'contrib' => [ '' ] + 'main' => [ 'release' ], + 'contrib' => [ 'release' ] } }, basesystem_media_root => { |