summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
Commit message (Collapse)AuthorAgeFilesLines
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-141-2/+2
| | | | | (allow to test nofsync and private db)
* - urpmiPascal Rigaux2007-10-021-0/+5
| | | | | o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
* do display computed transaction with --debug__do_not_install even if --debugPascal Rigaux2007-09-121-3/+0
| | | | | is not used
* simplify debug message: {install} is never set Pascal Rigaux2007-08-281-2/+1
| | | | | (cf build_transaction_set() in perl-URPM)
* better debug messagePascal Rigaux2007-08-281-3/+4
|
* fix typo in debug messagePascal Rigaux2007-08-231-1/+1
|
* display computed transaction set in debug modePascal Rigaux2007-08-231-0/+14
|
* - debug message when scheduling a pkg removalPascal Rigaux2007-08-231-2/+6
| | | | | - don't translate debug message
* nicer debug message,Pascal Rigaux2007-08-231-2/+3
| | | | | esp. remove eid= which is the same as id=
* this is debug stuff, hide it from -vPascal Rigaux2007-08-231-2/+3
|
* - urpmiPascal Rigaux2007-08-231-1/+1
| | | | | o new option --justdb (new perl-URPM 1.76)
* rename urpm::install::create_transaction() into build_transaction_set_()Pascal Rigaux2007-08-231-1/+1
| | | | | (to avoid confusion with $db->create_transaction from URPM.xs)
* 4.10.5Pascal Rigaux2007-08-181-1/+1
|
* - urpmiPascal Rigaux2007-08-131-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 passedPascal Rigaux2007-08-131-1/+2
|
* (install) add support for "callback_report_uninst" callback for rpmdrakeThierry Vignaud2007-08-131-0/+1
|
* - urpmiPascal Rigaux2007-08-111-5/+5
| | | | | o fix --quiet (regression introduced in 4.9.28)
* - urpmiPascal Rigaux2007-08-031-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 sinceThierry Vignaud2007-08-031-3/+3
| | | | | they are no more used
* - fix typo in previous commitPascal Rigaux2007-08-031-5/+9
| | | | | - export code in its own function: get_README_files()
* - libraryPascal Rigaux2007-08-031-3/+3
| | | | | o urpm::install: export %readmes so that rpmdrake can access it
* - urpmiPascal Rigaux2007-06-181-1/+3
| | | | | | o for long package names, ensure progression of installation (####...) is still properly indented (#28639)
* - urpmiPascal Rigaux2007-05-091-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 Rigaux2007-04-271-5/+10
| | | | | | - display "removing package ..." when upgrading package (may be too verbose though)
* re-sync after the big svn lossPascal Rigaux2007-04-241-6/+5
|
* simplifyPascal Rigaux2006-11-271-8/+9
|
* simplifyPascal Rigaux2006-11-271-1/+3
|
* move create_transaction() and prepare_transaction() from urpm.pm into ↵Pascal Rigaux2006-11-211-0/+39
| | | | urpm/install.pm
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-0/+156