diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2004-01-15 23:41:45 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2004-01-15 23:41:45 +0000 |
commit | 144b2ddb191ce4ac7f76950dd9bda65402d474c2 (patch) | |
tree | 31860bed4ab84622dfd5308cb93cb0045c59a888 /urpm.pm | |
parent | 806fbcd4bc7540519fa604d0b0754eb513a296ce (diff) | |
download | urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.gz urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.bz2 urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.xz urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.zip |
- add --root in man/--help, --use-distrib in --help only
- fix issue using virtual medium and --bug
- update error message if --bug dir exist
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -737,7 +737,9 @@ sub configure { my ($urpm, %options) = @_; $urpm->clean; - + + $options{parallel} && $options{usedistrib} and die N("Can't use parallele mode with use-distrib mode"); + if ($options{parallel}) { my ($parallel_options, $parallel_handler); #- handle parallel configuration, examine all module available that |