Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new functions: | Pascal Rigaux | 2007-09-06 | 1 | -8/+19 |
| | | | | | | - use URPM::build_listid - prepare for next commit which will handle more than one searchmedia | ||||
* | remove debug code | Pascal Rigaux | 2007-09-06 | 1 | -1/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-06 | 1 | -1/+24 |
| | | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm | ||||
* | fix using --debug__do_not_install with --env | Pascal Rigaux | 2007-09-05 | 1 | -2/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
| | | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake) | ||||
* | inline function select_media() (for next commit) | Pascal Rigaux | 2007-09-05 | 1 | -4/+5 |
| | |||||
* | add new urpmi option, only for debugging purpose: --debug__do_not_install | Pascal Rigaux | 2007-09-04 | 2 | -0/+3 |
| | |||||
* | make it more robust when no password is found in urpmi's netrc | Pascal Rigaux | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵ | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | fixing locking with --root | ||||
* | simplify debug message: {install} is never set | Pascal Rigaux | 2007-08-28 | 1 | -2/+1 |
| | | | | | (cf build_transaction_set() in perl-URPM) | ||||
* | better debug message | Pascal Rigaux | 2007-08-28 | 1 | -3/+4 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-28 | 2 | -1/+24 |
| | | | | | | | o handle changes in priority-upgrade list between old and new urpmi (#32925) nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting | ||||
* | urpmi: do not verify signature of .spec files (#32824) | Pascal Rigaux | 2007-08-28 | 1 | -0/+2 |
| | | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it)) | ||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | fix typo in debug message | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | display computed transaction set in debug mode | Pascal Rigaux | 2007-08-23 | 1 | -0/+14 |
| | |||||
* | - debug message when scheduling a pkg removal | Pascal Rigaux | 2007-08-23 | 1 | -2/+6 |
| | | | | | - don't translate debug message | ||||
* | nicer debug message, | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | | | | | esp. remove eid= which is the same as id= | ||||
* | this is debug stuff, hide it from -v | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 3 | -1/+3 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | rename urpm::install::create_transaction() into build_transaction_set_() | Pascal Rigaux | 2007-08-23 | 2 | -2/+2 |
| | | | | | (to avoid confusion with $db->create_transaction from URPM.xs) | ||||
* | 4.10.5 | Pascal Rigaux | 2007-08-18 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-13 | 1 | -2/+4 |
| | | | | | | | o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times hence "Too many open files" error | ||||
* | document the new callback passed | Pascal Rigaux | 2007-08-13 | 1 | -1/+2 |
| | |||||
* | (translate_why_removed_one) if we got back an explanation unknown of | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | | | | | use, just report it back | ||||
* | (translate_why_unselected_one) try harder to explain why we cannot | Thierry Vignaud | 2007-08-13 | 1 | -1/+4 |
| | | | | | select a package (eg: because i586 package is already installed on x86_64) | ||||
* | (set_root) do not default to --nolock when using --root (reverting rafael | Thierry Vignaud | 2007-08-13 | 1 | -1/+0 |
| | | | | | commit on 2006-01-11 13:17) | ||||
* | re-indent | Pascal Rigaux | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | (run) introduce "already_installed_or_not_installable" callback for GUIes | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | (run) forward callback_report_uninst callback | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | (install) add support for "callback_report_uninst" callback for rpmdrake | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | (set_root) split it out in order to be reused by rpmdrake | Thierry Vignaud | 2007-08-13 | 1 | -8/+11 |
| | |||||
* | - urpmi.cfg | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
| | | | | | | | o really add global option no-suggests (thanks to Frederik Himpe) | ||||
* | drop unneeded svn:executable | Pascal Rigaux | 2007-08-12 | 1 | -0/+0 |
| | |||||
* | - library | Pascal Rigaux | 2007-08-12 | 2 | -3/+3 |
| | | | | | | | o urpm::select: new function get_preferred() replacing sort_choices() (for drakx) o get rid of "use of unitialized" when file is unset (for drakx) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 2 | -1/+35 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | - get rid of a warning reading empty file | Pascal Rigaux | 2007-08-11 | 1 | -7/+7 |
| | | | | | | | - have extra first in the list (useful for --preferred being taken into account before /etc/urpmi/preferred.list) - cleanup | ||||
* | move get_packages_list() (for next commit) | Pascal Rigaux | 2007-08-11 | 2 | -17/+17 |
| | |||||
* | allow using --skip even if skip.list file is missing | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | factorize | Pascal Rigaux | 2007-08-11 | 1 | -2/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 2 | -0/+2 |
| | | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 2 | -5/+6 |
| | | | | | o fix --quiet (regression introduced in 4.9.28) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 3 | -27/+29 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -0/+284 |
| | | | | | o move some code to new module urpm::main_loop to share it with rpmdrake | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 2 | -0/+3 |
| | | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69 | ||||
* | fix typo | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-08 | 1 | -0/+5 |
| | | | | | o explicit error when using "urpmi ---install-src" as user with remote media | ||||
* | - urpmi | Pascal Rigaux | 2007-08-03 | 1 | -5/+28 |
| | | | | | | | | o handle README.<version>.upgrade.urpmi and README.<version>-<release>.upgrade.urpmi: the content is displayed when upgrading from rpm older than <version> (#30187) - fix build of some test rpms | ||||
* | (install) callback_open & callback_close are no more supported since | Thierry Vignaud | 2007-08-03 | 1 | -3/+3 |
| | | | | | they are no more used |