Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some comments | Pascal Rigaux | 2009-01-06 | 1 | -0/+11 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 14 | -0/+15 |
| | |||||
* | give clearer name to some functions | Pascal Rigaux | 2009-01-06 | 1 | -7/+7 |
| | |||||
* | enhance doc | Pascal Rigaux | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | fix comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+3 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -0/+3 |
| | |||||
* | add aria2 to the priority list of packages that need to be updated | Thierry Vignaud | 2008-12-20 | 1 | -1/+1 |
| | | | | | | | | | before restarting urpmi (should we try to update libcares & libssl too???) (this should probably be backported in the 2009.0 branch) | ||||
* | - urpmi | Pascal Rigaux | 2008-12-15 | 1 | -2/+2 |
| | | | | | o --auto: do not prompt for "retry" on aria2 download failure | ||||
* | (installed_leaves) do not list suggested packages as unrequested packages ↵ | Thierry Vignaud | 2008-12-15 | 1 | -1/+1 |
| | | | | (#46326) | ||||
* | make the debug message clearer | Pascal Rigaux | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-11-14 | 1 | -5/+8 |
| | | | | | | o in --auto, do not allow to install a package substring match (you can use -a to force it) | ||||
* | create update_those_media() out of update_media() | Pascal Rigaux | 2008-11-14 | 1 | -5/+11 |
| | | | | | (to be used in urpmi.update) | ||||
* | - inline _update_media__handle_some_flags() | Pascal Rigaux | 2008-11-14 | 1 | -15/+16 |
| | | | | | - create all_media_to_update() and use it | ||||
* | use callback for progression of download when using "xml-info: always" | Pascal Rigaux | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | fix comment | Pascal Rigaux | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-31 | 1 | -4/+2 |
| | | | | | o revert --auto-update behaviour in case of media update failures (#45417) | ||||
* | - urpmi | Pascal Rigaux | 2008-10-29 | 1 | -23/+32 |
| | | | | | | | | | 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) | ||||
* | drop obsolete stuff | Pascal Rigaux | 2008-10-29 | 2 | -14/+0 |
| | | | | | | | | | 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 | ||||
* | - urpmi | Pascal Rigaux | 2008-10-28 | 1 | -2/+3 |
| | | | | | | | | 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) | ||||
* | - implement urpme --env | Pascal Rigaux | 2008-10-27 | 2 | -3/+3 |
| | | | | | - handle urpme --auto-orphans --env | ||||
* | simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use it | Pascal Rigaux | 2008-10-27 | 3 | -5/+3 |
| | |||||
* | allow setting aria2-options in urpmi.cfg | Anssi Hannula | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-23 | 1 | -4/+12 |
| | | | | | o retry once on aria2 versioned-file download failure | ||||
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-21 | 4 | -6/+25 |
| | | | | | o allow "retry" on aria2 download failure | ||||
* | create urpm::msg::ask_yes_or_no() to remove duplication | Pascal Rigaux | 2008-10-21 | 1 | -0/+5 |
| | |||||
* | do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it is | Pascal Rigaux | 2008-10-21 | 1 | -4/+4 |
| | | | | | displayed in GUIs (gurpmi/rpmdrake/...) | ||||
* | fix previous commit: we must not generated a 'start' event when we are done | Pascal Rigaux | 2008-10-21 | 1 | -1/+1 |
| | | | | | with the list of files to download | ||||
* | modify sync_aria2(): | Pascal Rigaux | 2008-10-21 | 1 | -18/+18 |
| | | | | | | | | | | - 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 | ||||
* | - urpmi.update, urpmi.addmedia | Pascal Rigaux | 2008-10-21 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | create _parse_aria2_output() out of sync_aria2() | Pascal Rigaux | 2008-10-21 | 1 | -4/+11 |
| | |||||
* | create _error_msg() out of _error() | Pascal Rigaux | 2008-10-21 | 1 | -2/+7 |
| | |||||
* | cleanup: split _get_pubkey_and_descriptions() into _get_descriptions() and ↵ | Pascal Rigaux | 2008-10-20 | 1 | -4/+9 |
| | | | | _may_get_pubkey() | ||||
* | add missing para to _get_pubkey() | Pascal Rigaux | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | make things more clear: do not "delete $medium->{key-ids}" to ensure we don't | Pascal Rigaux | 2008-10-20 | 1 | -9/+7 |
| | | | | | loose key-ids for media we don't update (??) | ||||
* | - urpmi.update | Pascal Rigaux | 2008-10-20 | 1 | -0/+5 |
| | | | | | | | | | 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 | ||||
* | handle {forcekey} elsewhere (for next commit) | Pascal Rigaux | 2008-10-20 | 1 | -5/+7 |
| | |||||
* | move some code into _get_pubkey() | Pascal Rigaux | 2008-10-20 | 1 | -7/+14 |
| | | | | | (for next commits) | ||||
* | - urpmi | Pascal Rigaux | 2008-10-20 | 1 | -1/+1 |
| | | | | | o fix --auto-update ignoring --media and default-media (#45097) | ||||
* | $urpm->{logger_id} is unused: | Pascal Rigaux | 2008-10-17 | 2 | -3/+0 |
| | | | | | | | | - 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) | ||||
* | remove code duplication, | Pascal Rigaux | 2008-10-17 | 1 | -54/+20 |
| | | | | | this fixes displaying "raw_message" errors in case of --nodeps/--force | ||||
* | move things for next commit | Pascal Rigaux | 2008-10-17 | 1 | -1/+2 |
| | |||||
* | be safer, only main_loop (partially) handles "raw_message" errors | Pascal Rigaux | 2008-10-17 | 2 | -1/+1 |
| | |||||
* | final "Installation failed:" error message is empty when a transaction failed | Pascal Rigaux | 2008-10-17 | 1 | -7/+15 |
| | | | | | and a "Try installation with..." question was prompted (#44960) | ||||
* | extract error from aria2 log instead of giving it raw | Pascal Rigaux | 2008-10-16 | 1 | -2/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-14 | 2 | -2/+8 |
| | | | | | | o diskspace issues are now a fatal error (need perl-URPM 3.20) (no use going on with the other transactions) | ||||
* | - library: | Pascal Rigaux | 2008-10-14 | 1 | -1/+5 |
| | | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version | ||||
* | use aria2 even if nearest mirror is rsync | Pascal Rigaux | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | add support for --clean in gurpmi | Thierry Vignaud | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2008-10-14 | 2 | -7/+7 |
| | | | | | | | 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) |