Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.12 | Thierry Vignaud | 2008-03-13 | 1 | -0/+2 |
| | |||||
* | sort | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | (usage) translate header (modulo s/^g// in urpmi) | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | (configure_urpm) return 1 like urpmi if package doesn't exist | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | handle --force | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | (do_install_3) return urpmi error code | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ensure rpm error message are always in UTF-8 | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ensure urpmi messages are always in UTF-8 | Thierry Vignaud | 2008-03-13 | 1 | -0/+3 |
| | |||||
* | 5.11 | Pascal Rigaux | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | o do handle suggests in priority upgrades (#38778) | Pascal Rigaux | 2008-03-11 | 1 | -0/+1 |
| | | | | | otherwise perl-Hal-Cdroms suggest is not installed | ||||
* | 5.10 | Pascal Rigaux | 2008-03-11 | 1 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-11 | 1 | -0/+2 |
| | | | | | o have a nicer error message when perl-Hal-Cdroms is missing (#38778) | ||||
* | - bash-completion: | Pascal Rigaux | 2008-03-11 | 1 | -0/+3 |
| | | | | | | o restore available-pkgs completion using "urpmq --list" by default (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now) | ||||
* | (configure_urpm) fix breakage introduced with priority upgrades support (#38738) | Thierry Vignaud | 2008-03-10 | 1 | -0/+3 |
| | |||||
* | fix date | Thierry Vignaud | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | 5.9 | Thierry Vignaud | 2008-03-07 | 1 | -0/+2 |
| | |||||
* | - modify infrastructure so that rpmdrake doesn't select all updates by | Pascal Rigaux | 2008-03-06 | 1 | -0/+3 |
| | | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake | ||||
* | 5.8.1 | Thierry Vignaud | 2008-03-06 | 1 | -0/+2 |
| | |||||
* | (resolve_dependencies) add infrastructure so that rpmdrake doesn't | Thierry Vignaud | 2008-03-06 | 1 | -0/+3 |
| | | | | | select all updates by default (#38611) | ||||
* | one more typo fix | Thierry Vignaud | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | 5.8 | Thierry Vignaud | 2008-03-04 | 1 | -0/+2 |
| | |||||
* | (resolve_dependencies) add 'upgrade_callback' and | Thierry Vignaud | 2008-03-04 | 1 | -0/+1 |
| | | | | | | '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 | 1 | -0/+3 |
| | | | | | nothing to remove | ||||
* | handle priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -0/+2 |
| | |||||
* | (add_packages_to_priority_upgrade_list) introduce it so that gurpmi & | Thierry Vignaud | 2008-03-04 | 1 | -0/+3 |
| | | | | | rpmdrake can handle priority upgrade list | ||||
* | add bug number | Pascal Rigaux | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | 5.7 | Pascal Rigaux | 2008-03-03 | 1 | -0/+2 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -0/+4 |
| | | | | | | | | 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) | ||||
* | sort & explain | Thierry Vignaud | 2008-03-03 | 1 | -2/+2 |
| | |||||
* | handle --test | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | give the focus to buttons (Emmanuel Blindauer, #38047) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | handle --allow-medium-change (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | handle --expect-install (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | fix --expect-install (broken since 4.9.30!) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | fix --auto-select option | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | (gurpmi::parse_command_line) reuse common shared code of urpm::args, | Thierry Vignaud | 2008-03-03 | 1 | -0/+2 |
| | | | | | thus fixing --root option | ||||
* | (do_install_3) make completed() callback return instead of waiting | Thierry Vignaud | 2008-03-03 | 1 | -0/+2 |
| | | | | | while displaying a success message in automatic mode | ||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -0/+1 |
| | | | | | o never display raw downloader output, otherwise output is very messy (#38125) | ||||
* | fix download progression using wget: | Pascal Rigaux | 2008-03-03 | 1 | -0/+1 |
| | | | | | | | | | | | - 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 | ||||
* | - urpmf: | Pascal Rigaux | 2008-03-03 | 1 | -0/+2 |
| | | | | | o fix searching for more than one pattern (#38286) | ||||
* | o use hal to wait-for/mount cdroms: | Pascal Rigaux | 2008-02-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | you can now use more than one cdrom drive big commit, no time to split it... some details: - split urpm::removable into urpm::removable and urpm::cdrom - fix setting $urpm->{removable_mounted} - in try_mounting_non_cdroms(), check for local url, simpler than checking is_cdrom_url and then checking file_from_local_medium - fix _try_mounting_medium() not mounting non-cdrom anymore (regression introduced during devel) - even if urpmi says it wants cdroms in a given order, if you make a mistake, it will use the one you give (as a side-effect, it simplifies the sort on "already mounted" cdrom (cf _sort_media disappearing)) | ||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-02-28 | 1 | -0/+2 |
| | | | | | o do not try to download xml-info if it's not available (#38125) | ||||
* | - urpmi | Pascal Rigaux | 2008-02-27 | 1 | -0/+1 |
| | | | | | o do not copy rpms from cdrom if only one cdrom is used (#28083) | ||||
* | - create _migrate_removable_url out of _migrate_removable_device | Pascal Rigaux | 2008-02-27 | 1 | -0/+2 |
| | | | | | - do keep our url scheme for cdroms (#30613) | ||||
* | - all tools: | Pascal Rigaux | 2008-02-27 | 1 | -0/+2 |
| | | | | | o cdrom:// replaces removable:// | ||||
* | - urpmi: | Pascal Rigaux | 2008-02-26 | 1 | -0/+3 |
| | | | | | o fix using proxy with curl (#38143) | ||||
* | 5.6 | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 |
| | | | | | | o display "%s of packages will be retrieved." (need perl-URPM 3.10 and synthesis built with @filesize@) | ||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 |
| | | | | | | o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09) |