| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
detecting whether installing ackages succedded or not)
this doesn't impact anything since this is a freshly added callback used only
by drakx
|
| |
|
|
|
|
|
|
| |
(especially important for installer where there's no rpmdb in / (really
/var/lib/rpm) and thus no keys to check against)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(needed for drakx -- looks like refcount has hard work):
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(needed for rpmdrake)
|
|
|
|
|
|
|
| |
(was partially broken, non documented and hopefully unused)
(mostly reverting commit 234656 which introduced that feature)
|
| |
|
| |
|
|
|
|
|
| |
(no more possible with rpm 4.6 which doesn't handle --repackage)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
When the same packages is available from different medias (main/release
and main/update for example), urpmi can forget from which media it
downloaded the package, and this causes issues with key checking. This
commit makes sure we are using the right package id for the package we
downloaded (the same package will have different IDs if it's available
from different medias).
|
| |
|
|
|
|
|
|
|
|
|
| |
before restarting urpmi
(should we try to update libcares & libssl too???)
(this should probably be backported in the 2009.0 branch)
|
| |
|
|
|
|
|
| |
o --auto: do not prompt for "retry" on aria2 download failure
|
|
|
|
| |
(#46326)
|
| |
|
|
|
|
|
|
| |
o in --auto, do not allow to install a package substring match
(you can use -a to force it)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- urpmi.update
o updated "ignore"d medium should not become non "ignore"d (#45457)
(regression introduced in 6.18)
the fix is to use update_those_media() which doesn't filter on {ignore} media,
and so we don't need to unset {ignore} to allow updating a media
setting {modified} is hopefully unneeded when using update_those_media(), but
who knows :-/
|
|
|
|
|
| |
o ensure download when updating media (with --auto-update) is quiet
|
|
|
|
|
| |
o revert --auto-update behaviour in case of media update failures (#45417)
|
| |
|
|
|
|
|
|
|
|
|
| |
o in --auto, do display error message when rpms are missing
more precisely, it displays a nicer error message, which is translated.
it also displays "You may want to update your urpmi database." (which was not
displayed in --auto)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ;
urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not
remove firefox (cf #45054)
(this is especially bad for DrakX/rpmsrate)
|
| |
|
|
|
|
|
| |
o retry once on aria2 versioned-file download failure
|
|
|
|
|
| |
o fix answering yes to questions on error
|
|
|
|
|
| |
o allow "retry" on aria2 download failure
|
|
|
|
|
|
|
|
| |
o exit on failing media instead of ignoring them
(esp. for urpmi.addmedia --distrib).
exceptions: "urpmi.update -a" and "urpmi.update --update"
for backward compatibility
|
|
|
|
|
|
|
|
|
| |
o fix --force-key (#45094)
nb: 2 cases must be handled. When the medium is updated, we just need to
ensure urpmi.cfg is written. But when it's not updated, we must do a special
case
|
|
|
|
|
| |
o fix --auto-update ignoring --media and default-media (#45097)
|
|
|
|
|
| |
o display the download errors
|
| |
|
|
|
|
|
|
| |
o do not allow "/" in media name (#44765)
|
| |
|
|
|
|
|
|
| |
o diskspace issues are now a fatal error (need perl-URPM 3.20)
(no use going on with the other transactions)
|
|
|
|
|
| |
o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version
|
| |
|
| |
|
|
|
|
|
|
|
| |
o do not check wether the media are valid,
it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work
(nb: not equivalent with urpmi.addmedia, since pubkey will not be imported)
|
|
|
|
|
|
| |
o do not use --max-file-not-found=3 when downloading rpms
(since rpms are "versioned")
|