aboutsummaryrefslogtreecommitdiffstats
path: root/uiurt
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-25 23:48:57 +0000
committerOlivier Blin <blino@mageia.org>2010-11-25 23:48:57 +0000
commit1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd (patch)
tree6329d88de6a0c63cdf8848a6c3ceaba75851d22b /uiurt
parent56be319bdbd7cf3b778868d4bc99e86372798eb6 (diff)
downloadiurt-1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd.tar
iurt-1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd.tar.gz
iurt-1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd.tar.bz2
iurt-1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd.tar.xz
iurt-1bcebd1198e8ed6e9df818283fb4d2e52d6ea8dd.zip
remove basesystem_media_root, basesystem_media, and use_system_distrib config options, they have no use now that we don't need a repository tree to check if chroot is up-to-date
Diffstat (limited to 'uiurt')
-rwxr-xr-xuiurt14
1 files changed, 0 insertions, 14 deletions
diff --git a/uiurt b/uiurt
index 29d552e..c6f9d9f 100755
--- a/uiurt
+++ b/uiurt
@@ -240,9 +240,6 @@ $run{todo} = [];
[ "", "no-rsync", 0, "",
"Do not send build log to the distant rsync server",
sub { $run{no_rsync} = 1 }, "Setting the no rsync warn flag" ],
- [ "", "use-system-distrib", 1, "<media>",
- "Use the current system urpmi configuration",
- sub { $run{use_system_distrib} = shift; 1 }, "Setting system distrib for urpmi configuration" ],
[ "v", "verbose", 1, "<verbose level>",
"Give more info messages about what is going on (level from 1 to 10)",
sub { $run{verbose} = $_[0]; 1 }, "Setting verbose level" ],
@@ -354,17 +351,6 @@ my %config_usage = (
'contrib' => [ '' ]
}
},
- basesystem_media_root => {
- desc => 'Name of the media holding basesystem packages',
- default => sub {
- my ($config, $run) = @_;
- "$config->{repository}/$run->{distro}/$run->{my_arch}/";
- }
- },
- basesystem_media => {
- desc => 'Where to find basesystem packages',
- default => 'main/release'
- },
basesystem_packages => {
desc => 'List of packages needed for the chroot creation',
default => [