Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create urpm::msg::ask_yes_or_no() to remove duplication | Pascal Rigaux | 2008-10-21 | 2 | -3/+8 |
| | |||||
* | do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it is | Pascal Rigaux | 2008-10-21 | 2 | -5/+5 |
| | | | | | 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 | ||||
* | move ask_yes_or_no callback code into new function ask_yes_or_no() | Pascal Rigaux | 2008-10-21 | 1 | -7/+10 |
| | |||||
* | 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 | 3 | -0/+11 |
| | | | | | | | | 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 |
| | |||||
* | fix translation (thanks to Gustavo Ariel Giampaoli) | Pascal Rigaux | 2008-10-21 | 1 | -4/+2 |
| | |||||
* | 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 | 2 | -0/+7 |
| | | | | | | | | | 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 | 3 | -15/+4 |
| | | | | | o fix --auto-update ignoring --media and default-media (#45097) | ||||
* | Japanese translation updated. | Yukiko Bando | 2008-10-18 | 1 | -10/+13 |
| | |||||
* | update translation for Italian | Andrea Celli | 2008-10-17 | 1 | -107/+53 |
| | |||||
* | $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 |
| | |||||
* | - gurpmi | Pascal Rigaux | 2008-10-16 | 2 | -1/+9 |
| | | | | | o display the download errors | ||||
* | (configure_urpm,do_install_3) display all urpmi logs | Thierry Vignaud | 2008-10-15 | 2 | -0/+7 |
| | |||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-10-15 | 2 | -1/+4 |
| | | | | | | o do not allow "/" in media name (#44765) | ||||
* | 6.176.17 | Pascal Rigaux | 2008-10-14 | 2 | -1/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-14 | 3 | -2/+11 |
| | | | | | | 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 | 2 | -1/+7 |
| | | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version | ||||
* | use aria2 even if nearest mirror is rsync | Pascal Rigaux | 2008-10-14 | 2 | -1/+2 |
| | |||||
* | add support for --clean in gurpmi | Thierry Vignaud | 2008-10-14 | 2 | -1/+3 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2008-10-14 | 7 | -11/+15 |
| | | | | | | | 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) | ||||
* | blacklist Encode | Pascal Rigaux | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-10-13 | 1 | -2/+2 |
| | |||||
* | - aria2: | Pascal Rigaux | 2008-10-13 | 2 | -0/+5 |
| | | | | | | o do not use --max-file-not-found=3 when downloading rpms (since rpms are "versioned") | ||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-10-12 | 1 | -42/+76 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-10-09 | 1 | -417/+382 |
| | |||||
* | display basename of src.rpm so that potential charset issues in directory are | Pascal Rigaux | 2008-10-09 | 1 | -1/+2 |
| | | | | | removed (#44664) | ||||
* | enhance layout (as suggested by fcrozat) | Pascal Rigaux | 2008-10-08 | 1 | -1/+0 |
| | |||||
* | Fixing fuzzy entries | Felipe Arruda | 2008-10-08 | 1 | -103/+56 |
| | |||||
* | update urpmi.pot | Pascal Rigaux | 2008-10-08 | 1 | -304/+303 |
| | |||||
* | 6.166.16 | Pascal Rigaux | 2008-10-08 | 2 | -1/+3 |
| | |||||
* | add tests, esp. for %triggerpostun failing that blocks upgrade of | Pascal Rigaux | 2008-10-08 | 16 | -0/+295 |
| | | | | | drakxtools-backend in mdv2009.0 | ||||
* | translation update for ukrainian language | Sergey Ribalchenko | 2008-10-08 | 1 | -93/+50 |
| | |||||
* | Osatuta. | Iñigo Salvador Azurmendi | 2008-10-08 | 1 | -107/+54 |
| | |||||
* | 2008-10-08 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2008-10-07 | 1 | -9/+9 |
| | | | | | | * nl.po: Updated Dutch translation | ||||
* | Updated Czech translation. | Michal Bukovjan | 2008-10-07 | 1 | -107/+53 |
| | |||||
* | Hungarian translation update | Gergely Lonyai | 2008-10-07 | 1 | -486/+460 |
| | |||||
* | update translation for turkish language | Atilla Öntaş | 2008-10-07 | 1 | -104/+58 |
| |