Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.8 | Thierry Vignaud | 2008-03-04 | 2 | -1/+3 |
| | |||||
* | Update Czech translation. | Michal Bukovjan | 2008-03-04 | 1 | -163/+90 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-03-04 | 1 | -6/+4 |
| | |||||
* | update | Thierry Vignaud | 2008-03-04 | 1 | -0/+2582 |
| | |||||
* | (add_packages_to_priority_upgrade_list) prevent adding twice the same package | Thierry Vignaud | 2008-03-04 | 1 | -0/+1 |
| | |||||
* | (resolve_dependencies) add 'upgrade_callback' and | Thierry Vignaud | 2008-03-04 | 2 | -1/+6 |
| | | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code | ||||
* | (install) do not pretent removing packages from cache when there's | Thierry Vignaud | 2008-03-04 | 2 | -1/+4 |
| | | | | | nothing to remove | ||||
* | handle priority upgrade list | Thierry Vignaud | 2008-03-04 | 4 | -3/+25 |
| | |||||
* | (add_packages_to_priority_upgrade_list) introduce it so that gurpmi & | Thierry Vignaud | 2008-03-04 | 2 | -0/+9 |
| | | | | | rpmdrake can handle priority upgrade list | ||||
* | (set_priority_upgrade_option) split default priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -1/+3 |
| | | | | | needed for next commit | ||||
* | factorize common options between urpmi & gurpmi | Thierry Vignaud | 2008-03-04 | 1 | -9/+6 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2008-03-04 | 1 | -16/+16 |
| | |||||
* | add bug number | Pascal Rigaux | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | update | José Melo | 2008-03-03 | 1 | -152/+66 |
| | |||||
* | updated translation | Pavel Maryanov | 2008-03-03 | 1 | -383/+399 |
| | |||||
* | simplify | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
| | |||||
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
| | |||||
* | fix comment | Pascal Rigaux | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | update translation for hungarian language | Gergely Lonyai | 2008-03-03 | 1 | -449/+434 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-03-03 | 1 | -84/+51 |
| | |||||
* | Update French translation | Christophe Berthelé | 2008-03-03 | 1 | -44/+5 |
| | |||||
* | updates | Keld Simonsen | 2008-03-03 | 1 | -120/+49 |
| | |||||
* | Osatuta. | Iñigo Salvador Azurmendi | 2008-03-03 | 1 | -140/+60 |
| | |||||
* | more translations | Wanderlei Antonio Cavassin | 2008-03-03 | 1 | -16/+16 |
| | |||||
* | add urpm/cdrom.pm | Pascal Rigaux | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | 5.7 | Pascal Rigaux | 2008-03-03 | 2 | -1/+3 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-03 | 3 | -2/+46 |
| | | | | | | | | o --list: speed it up (2.5x faster, and 6x faster with names.<medium>) - all tools: o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in urpmq/urpmi/urpmf (and so only if used as root) | ||||
* | - create non_modified_media() and use it | Pascal Rigaux | 2008-03-03 | 3 | -12/+18 |
| | | | | | - rename _parse_media() into parse_media() for next commit | ||||
* | update | Thierry Vignaud | 2008-03-03 | 1 | -7/+7 |
| | |||||
* | update | Thierry Vignaud | 2008-03-03 | 1 | -12/+12 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-03-03 | 68 | -8191/+8716 |
| | |||||
* | (copy_removable) do not pass the device around (we don't want to force a ↵ | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | | | | device anymore) | ||||
* | (usage) document --test like urpmi does | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | (parse_command_line) fix --auto-select option that got broken in | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | | | | | r238215 ("fix --auto-select option" (was for main_loop)) | ||||
* | better style | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | add a warning for gurpmi | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | sort & explain | Thierry Vignaud | 2008-03-03 | 1 | -2/+2 |
| | |||||
* | handle --test | Thierry Vignaud | 2008-03-03 | 2 | -0/+2 |
| | |||||
* | give the focus to buttons (Emmanuel Blindauer, #38047) | Thierry Vignaud | 2008-03-03 | 2 | -0/+6 |
| | |||||
* | handle --allow-medium-change (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 2 | -0/+3 |
| | |||||
* | handle --expect-install (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 2 | -0/+2 |
| | |||||
* | fix --expect-install (broken since 4.9.30!) | Thierry Vignaud | 2008-03-03 | 2 | -1/+2 |
| | |||||
* | lazy load Net::LDAP | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | fix --auto-select option | Thierry Vignaud | 2008-03-03 | 3 | -2/+3 |
| | |||||
* | (gurpmi::parse_command_line) reuse common shared code of urpm::args, | Thierry Vignaud | 2008-03-03 | 3 | -14/+24 |
| | | | | | thus fixing --root option | ||||
* | (do_install_3) make completed() callback return instead of waiting | Thierry Vignaud | 2008-03-03 | 2 | -0/+3 |
| | | | | | while displaying a success message in automatic mode | ||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-03-03 | 2 | -2/+3 |
| | | | | | o never display raw downloader output, otherwise output is very messy (#38125) | ||||
* | fix download progression using wget: | Pascal Rigaux | 2008-03-03 | 2 | -7/+10 |
| | | | | | | | | | | | - the first line displays the date, not simply the time - the "==> RETR" is only for ftp, also parse "200 OK" - detecting size using /^Length/ is much simpler when wget output is not translated, so use LC_ALL=C - "ETA" is now "eta" in my tests - "eta" is not displayed at the beginning, do call propagate_sync_callback with precent and speed | ||||
* | "a" and "b" can be installed in any order, so sometimes "a" is first, | Pascal Rigaux | 2008-03-03 | 1 | -3/+11 |
| | | | | | sometimes "b" is first |