aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2010-05-19 16:03:04 +0000
committerOlivier Blin <oblin@mandriva.com>2010-05-19 16:03:04 +0000
commitc845d0a260ad5693b9afece4ae83b37ed4e58201 (patch)
tree9979cc0160405e98bf7c0b094649440cdf8564a2 /iurt2
parent6bad5913d6d1f639a81d8156739916193afa6425 (diff)
downloadiurt-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)
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt24
1 files changed, 2 insertions, 2 deletions
diff --git a/iurt2 b/iurt2
index c34874e..a848c79 100755
--- a/iurt2
+++ b/iurt2
@@ -422,8 +422,8 @@ my %config_usage = (
all_media => {
desc => 'List of known media',
default => {
- 'main' => [ '' ],
- 'contrib' => [ '' ]
+ 'main' => [ 'release' ],
+ 'contrib' => [ 'release' ]
}
},
basesystem_media_root => {