| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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")
|
| |
|
|
|
|
|
|
|
| |
o overall progress-bar, display the download speed, nicer looking
- urpm::download::progress_text() is created out of urpm::download::sync_logger
|
|
|
|
|
| |
o [bugfix for 6.15] re-allow to continue on bad signature
|
|
|
|
|
| |
o fix displaying "bad signature" in non-utf8 (#44587)
|
| |
|
| |
|
|
|
|
|
|
| |
o handle --replacefiles, will be used by mdkonline
(require perl-URPM 3.19)
|
|
|
|
|
|
| |
o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing
on bad signature (#44575)
|
|
|
|
| |
--auto mode
|
|
|
|
|
|
|
|
|
| |
r19519 from 2006-10-25 ("add support of --root for gurpmi") which is
useless since r243842 from 2008-08-07:
"(configure_urpm) parse command line when initializing urpmi, thus
fixing --urpmi-root"
|
| |
|
|
|
|
|
| |
restarting after priority upgrade
|
| |
|
|
|
|
|
| |
o use --ftp-pasv (as suggested by aria2 developer)
|
|
|
|
|
|
|
| |
o use --connect-timeout 6 seconds (instead of 3)
(cf commit in urpm/download.pm)
|
|
|
|
|
|
| |
o for remote media, instead of first checking reconfig.urpmi, try MD5SUM.
If it fails try reconfig.urpmi
|
|
|
|
|
|
| |
o do not get "descriptions" on non "update" media since it's useless and
potentially slow
|
|
|
|
|
| |
o only look for "descriptions" in media_info/
|
|
|
|
|
|
|
|
|
|
| |
(needed for aria2 to handle mirrors not having some media_info/*)
it fixes:
- downloading parts of media_info file from different mirrors and failing to
obtain a valid result
- checking md5sum of media_info files
|
|
|
|
|
|
|
|
|
| |
o for remote media, do not probe for media_info files in "./", do it only in
"media_info/"
the goal is to simplify the code, and to ensure things work nicely with
mirrorlist/aria2
|
|
|
|
|
|
|
|
| |
o --distrib: do not skip "debug_for=" media
(debug media will be added with flag "ignore" if noauto=1)
as requested by fcrozat and tvignaud
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|