Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use it | Pascal Rigaux | 2008-10-27 | 1 | -1/+1 |
| | |||||
* | $urpm->{logger_id} is unused: | Pascal Rigaux | 2008-10-17 | 1 | -2/+0 |
| | | | | | | | | - it has been "replaced" by $urpm->{logger_count} (r15626 | rgarciasuarez | 2006-03-20) - it was still used before when urpmi was forking on multiple transactions (dropped in urpmi 4.9.0, Nov 2006) | ||||
* | be safer, only main_loop (partially) handles "raw_message" errors | Pascal Rigaux | 2008-10-17 | 1 | -1/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-14 | 1 | -0/+1 |
| | | | | | | o diskspace issues are now a fatal error (need perl-URPM 3.20) (no use going on with the other transactions) | ||||
* | - urpmi, library: | Pascal Rigaux | 2008-10-06 | 1 | -0/+1 |
| | | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19) | ||||
* | fix namespace (it's really too late to commit more) | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (db_open_or_die__) ahem... | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (db_open_or_die__) factorize some code (the name might have to be changed...) | Thierry Vignaud | 2008-09-09 | 1 | -8/+1 |
| | |||||
* | create may_clean_rpmdb_shared_regions() | Pascal Rigaux | 2008-09-09 | 1 | -4/+1 |
| | |||||
* | now, get rid of blist->{list} :) | Pascal Rigaux | 2008-07-08 | 1 | -4/+1 |
| | |||||
* | propagate blist->{pkgs} | Pascal Rigaux | 2008-07-08 | 1 | -1/+4 |
| | |||||
* | goal: get rid of $list which must be used together with $urpm->{media}, and ↵ | Pascal Rigaux | 2008-07-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | | use $blists instead - create urpm::get_pkgs::selected2local_and_blists(), which is similar to selected2list(), but returns a $blists - the following functions have been modified to use a $blists instead of $list: urpm::cdrom::copy_packages_of_removable_media() urpm::install::prepare_transaction() urpm::removable::try_mounting_non_cdroms() urpm::get_pkgs::download_packages_of_distant_media() - adapt code to use $blists | ||||
* | urpm::install::prepare_transaction() now returns the computed values instead of | Pascal Rigaux | 2008-07-08 | 1 | -8/+6 |
| | | | | | modifying the parameters | ||||
* | create _hash_intersect_list() and use it | Pascal Rigaux | 2008-07-08 | 1 | -3/+10 |
| | |||||
* | move things around | Pascal Rigaux | 2008-07-08 | 1 | -2/+4 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | | | | | o handle README.urpmi in utf8 (but not other encodings) (#41553) | ||||
* | factorize options handling | Pascal Rigaux | 2008-07-03 | 1 | -0/+14 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | much nicer var name | Pascal Rigaux | 2008-07-02 | 1 | -6/+6 |
| | |||||
* | create db_open_or_die_() and use it | Pascal Rigaux | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | (install) do not pretent removing packages from cache when there's | Thierry Vignaud | 2008-03-04 | 1 | -1/+1 |
| | | | | | nothing to remove | ||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | | | | | | o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09) | ||||
* | fix typo in previous commit | Pascal Rigaux | 2008-02-24 | 1 | -1/+1 |
| | |||||
* | make it fatal to fail to remove cachedir rpms | Pascal Rigaux | 2008-02-24 | 1 | -2/+4 |
| | |||||
* | - do not say "removing installed rpms" for rpms which are not in cachedir | Pascal Rigaux | 2008-02-24 | 1 | -4/+13 |
| | | | | | | | - do not say "removing installed rpms" for rpms which were not scheduled to be installed, instead remove those rpms from cachedir with a special error message | ||||
* | add undocumented & unstable --tune-rpm option | Pascal Rigaux | 2007-11-14 | 1 | -2/+2 |
| | | | | | (allow to test nofsync and private db) | ||||
* | - urpmi | Pascal Rigaux | 2007-10-02 | 1 | -0/+5 |
| | | | | | o remove prefix/var/lib/rpm/__db* after installing pkgs rooted | ||||
* | do display computed transaction with --debug__do_not_install even if --debug | Pascal Rigaux | 2007-09-12 | 1 | -3/+0 |
| | | | | | is not used | ||||
* | 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 |
| | |||||
* | 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 | 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) |