Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | this is debug stuff, hide it from -v | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 | |
| | ||||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 | |
| | | | | | o new option --justdb (new perl-URPM 1.76) | |||||
* | rename urpm::install::create_transaction() into build_transaction_set_() | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 | |
| | | | | | (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 | |
| | ||||||
* | (install) add support for "callback_report_uninst" callback for rpmdrake | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 | |
| | ||||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -5/+5 | |
| | | | | | o fix --quiet (regression introduced in 4.9.28) | |||||
* | - 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 | |||||
* | - fix typo in previous commit | Pascal Rigaux | 2007-08-03 | 1 | -5/+9 | |
| | | | | | - export code in its own function: get_README_files() | |||||
* | - library | Pascal Rigaux | 2007-08-03 | 1 | -3/+3 | |
| | | | | | o urpm::install: export %readmes so that rpmdrake can access it | |||||
* | - urpmi | Pascal Rigaux | 2007-06-18 | 1 | -1/+3 | |
| | | | | | | o for long package names, ensure progression of installation (####...) is still properly indented (#28639) | |||||
* | - urpmi | Pascal Rigaux | 2007-05-09 | 1 | -1/+9 | |
| | | | | | | | | o display "removing package ..." when removing an obsolete or conflicting package (need perl-URPM 1.63), and not before o in verbose mode, display "removing upgraded package ..." (should make it more understandable by users) | |||||
* | - display "removing package ..." when removing, not before. | Pascal Rigaux | 2007-04-27 | 1 | -5/+10 | |
| | | | | | | - display "removing package ..." when upgrading package (may be too verbose though) | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -6/+5 | |
| | ||||||
* | simplify | Pascal Rigaux | 2006-11-27 | 1 | -8/+9 | |
| | ||||||
* | simplify | Pascal Rigaux | 2006-11-27 | 1 | -1/+3 | |
| | ||||||
* | move create_transaction() and prepare_transaction() from urpm.pm into ↵ | Pascal Rigaux | 2006-11-21 | 1 | -0/+39 | |
| | | | | urpm/install.pm | |||||
* | move urpm::install() into urpm::install::install() (new module) | Pascal Rigaux | 2006-11-21 | 1 | -0/+156 | |