Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmi | Pascal Rigaux | 2007-09-06 | 1 | -0/+3 |
| | | | | | | | | | | 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 | ||||
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -0/+1 |
| | | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-31 | 1 | -0/+1 |
| | | | | | o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list) | ||||
* | (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵ | Thierry Vignaud | 2007-08-29 | 1 | -0/+3 |
| | | | | fixing locking with --root | ||||
* | 4.10.6 | Pascal Rigaux | 2007-08-28 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-28 | 1 | -0/+1 |
| | | | | | | | 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/+1 |
| | | | | | | (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)) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 1 | -0/+1 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-21 | 1 | -0/+2 |
| | | | | | o fix --bug when there is no /etc/urpmi/prefer.list file | ||||
* | - urpmf | Pascal Rigaux | 2007-08-21 | 1 | -0/+3 |
| | | | | | o display "usage" when no <pattern-expression> is given (#32658) | ||||
* | 4.10.5 | Pascal Rigaux | 2007-08-18 | 1 | -0/+4 |
| | |||||
* | log last commit | Thierry Vignaud | 2007-08-14 | 1 | -0/+3 |
| | |||||
* | 4.10.4 | Pascal Rigaux | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-13 | 1 | -0/+1 |
| | | | | | | | o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times hence "Too many open files" error | ||||
* | - urpmi | Pascal Rigaux | 2007-08-13 | 1 | -0/+4 |
| | | | | | | o --urpmi-root: if <root>/etc/urpmi/*.list are available, use them. otherwise defaults to /etc/urpmi/*.list | ||||
* | typo fix | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | 4.10.3 | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | (translate_why_removed_one) if we got back an explanation unknown of | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | | | | | use, just report it back | ||||
* | (translate_why_unselected_one) try harder to explain why we cannot | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | | | | | select a package (eg: because i586 package is already installed on x86_64) | ||||
* | typo fix | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | kill log of rafael commit | Thierry Vignaud | 2007-08-13 | 1 | -2/+0 |
| | |||||
* | do try to umount removable media when using --debug (fixing commit rafel's | Thierry Vignaud | 2007-08-13 | 1 | -0/+4 |
| | | | | | commit r15048 on 2005-06-09) | ||||
* | (set_root) do not default to --nolock when using --root (reverting rafael | Thierry Vignaud | 2007-08-13 | 1 | -0/+4 |
| | | | | | commit on 2006-01-11 13:17) | ||||
* | 4.10.2 | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | (completed callback) umount removable media as soon as possible | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | (completed callback) unlock RPM & URPMI dbs locks as soon as possible like ↵ | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | | | | rpmdrake | ||||
* | (do_install_3) reuse urpm::main_loop | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | (run) introduce "already_installed_or_not_installable" callback for GUIes | 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 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-12 | 1 | -0/+2 |
| | | | | | | | | | | o when using --urpmi-root, load <root>/etc/rpm/macros this allow using _install_langs in the rooted directory - fix test exclude.t: the build computer macro _install_langs don't interfere anymore - add one test to exclude.t: test wether urpmi correctly honor _install_langs | ||||
* | - urpmi.cfg | Pascal Rigaux | 2007-08-12 | 1 | -0/+3 |
| | | | | | | | o really add global option no-suggests (thanks to Frederik Himpe) | ||||
* | 4.10.1 | Pascal Rigaux | 2007-08-12 | 1 | -0/+2 |
| | |||||
* | - library | Pascal Rigaux | 2007-08-12 | 1 | -0/+4 |
| | | | | | | | 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) | ||||
* | 4.10.0 | Pascal Rigaux | 2007-08-11 | 1 | -1/+2 |
| | |||||
* | need perl-URPM 1.73 | Pascal Rigaux | 2007-08-11 | 1 | -0/+1 |
| | |||||
* | 4.9.31 | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+1 |
| | | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | | | | | o fix --quiet (regression introduced in 4.9.28) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -0/+3 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | 4.9.30 | Pascal Rigaux | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | add thanks | Pascal Rigaux | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -0/+3 |
| | | | | | o move some code to new module urpm::main_loop to share it with rpmdrake | ||||
* | make it explicit that perl-URPM 1.69 is "needed" | Pascal Rigaux | 2007-08-09 | 1 | -0/+1 |
| | | | | | (well, not really needed, without it suggests are still requires) | ||||
* | 4.9.29 | Pascal Rigaux | 2007-08-09 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -0/+4 |
| | | | | | | | | | | | 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 | ||||
* | - urpmi | Pascal Rigaux | 2007-08-08 | 1 | -0/+3 |
| | | | | | o explicit error when using "urpmi ---install-src" as user with remote media | ||||
* | 4.9.28 | Pascal Rigaux | 2007-08-03 | 1 | -0/+2 |
| | |||||
* | need perl-URPM 1.68 | Pascal Rigaux | 2007-08-03 | 1 | -0/+1 |
| |