urpmi
view release on metacpan or search on metacpan
Version 3.0-3mdk - Dec 07 2001, by François Pons
- fixed back /etc/urpmi/urpmi.cfg update.
- fixed back synthesis source management.
- fixed extraction of epoch tag for old synthesis.
Version 3.0-2mdk - Dec 07 2001, by François Pons
- removing sense data in provides (internally).
- optimized depslist relocation for provides cleaning.
- optimized synthesis parsing.
- make sure /etc/urpmi/urpmi.cfg is written on modification.
Version 3.0 - Dec 06 2001, by François Pons
- 3.0 so urpm library interface change and method removal.
- depslist*, compss, provides are obsoleted, synthesis file
are now used instead (this will help rpmdrake caching).
Version 2.2-2mdk - Dec 06 2001, by François Pons
Version 1.3-6mdk - Sep 05 2000, by François Pons
- split query mode of urpmi into new tools urpmq.
- fixed -v option of urpmi.
- updated man pages of various tools.
Version 1.3-5mdk - Sep 03 2000, by François Pons
- fixed incorporation of media with already defined packages, choose the
relocated one by rpmtools library.
Version 1.3-4mdk - Sep 01 2000, by François Pons
- fixed --auto usage (thanks to Garbage Collector).
- fixed urpmi.addmedia with glob on rpm files only.
Version 1.3-3mdk - Aug 31 2000, by François Pons
- Oops, fixed typo in post.
urpm/main_loop.pm view on Meta::CPAN
$to_remove,
$transaction_sources_install, $transaction_sources,
%install_options_common,
);
if (!@l) {
++$ok;
return 1;
}
my ($raw_error, $translated) = partition { /^(badarch|bados|installed|badrelocate|conflicts|installed|diskspace|disknodes|requires|conflicts|unknown)\@/ } @l;
@l = @$translated;
my $fatal = find { /^disk/ } @$raw_error;
my $no_question = $fatal || $options->{auto};
#- Warning : the following message is parsed in urpm::parallel_*
my $msg = N("Installation failed:") . "\n" . join("\n", map { "\t$_" } @l) . "\n";
if (!$no_question && !$install_options_common{nodeps} && ($options->{'allow-nodeps'} || $allow_force)) {
if ($callbacks->{ask_yes_or_no}->(N("Installation failed"),
$msg . N("Try installation without checking dependencies?"))) {
$urpm->{log}("starting installing packages without deps");
( run in 0.358 second using v1.01-cache-2.11-cpan-5511b514fd6 )