| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
(to be used in urpmi.update)
|
|
|
|
|
| |
- create all_media_to_update() and use it
|
| |
|
| |
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
it should have been dropped in commit:
: r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines
: Remove obsoleted and broken --distrib-XXX command-line option
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- handle urpme --auto-orphans --env
|
| |
|
| |
|
|
|
|
|
| |
o retry once on aria2 versioned-file download failure
|
|
|
|
|
| |
o allow "retry" on aria2 download failure
|
| |
|
|
|
|
|
| |
displayed in GUIs (gurpmi/rpmdrake/...)
|
|
|
|
|
| |
with the list of files to download
|
|
|
|
|
|
|
|
|
|
| |
- prototype change: use $medium and $rel_files
- remove from $rel_files things successfully downloaded
(needed for next commit)
- create a .metalink file even if we don't use mirrorlist
(it reduces potential duplication in next commits)
- don't pass specific mirrorlist aria2 options when not using mirrorlist
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
_may_get_pubkey()
|
| |
|
|
|
|
|
| |
loose key-ids for media we don't update (??)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
(for next commits)
|
|
|
|
|
| |
o fix --auto-update ignoring --media and default-media (#45097)
|
|
|
|
|
|
|
|
| |
- it has been "replaced" by $urpm->{logger_count}
(r15626 | rgarciasuarez | 2006-03-20)
- it was still used before when urpmi was forking on multiple transactions
(dropped in urpmi 4.9.0, Nov 2006)
|
|
|
|
|
| |
this fixes displaying "raw_message" errors in case of --nodeps/--force
|
| |
|
| |
|
|
|
|
|
| |
and a "Try installation with..." question was prompted (#44960)
|
| |
|
|
|
|
|
|
| |
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")
|
|
|
|
|
|
|
| |
o overall progress-bar, display the download speed, nicer looking
- urpm::download::progress_text() is created out of urpm::download::sync_logger
|
|
|
|
|
| |
(but only works as "--split-length=xx", not "--split-length xx")
|
|
|
|
|
| |
o fix displaying "bad signature" in non-utf8 (#44587)
|