Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (install) simplify | Thierry Vignaud | 2012-11-16 | 1 | -2/+3 |
| | |||||
* | (_get_callbacks) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -47/+54 |
| | |||||
* | (_apply_delta_rpm) split it out of _schedule_packages() | Thierry Vignaud | 2012-11-16 | 1 | -13/+20 |
| | |||||
* | (_schedule_packages) fix installing delta rpms | Thierry Vignaud | 2012-11-16 | 1 | -1/+8 |
| | | | | broken for years (actually it _NEVER_ worked...) | ||||
* | (get_README_files) comment | Thierry Vignaud | 2012-11-16 | 1 | -0/+2 |
| | |||||
* | (_schedule_packages_for_erasing) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -35/+45 |
| | |||||
* | minor indent cleaning | Thierry Vignaud | 2012-11-16 | 1 | -2/+1 |
| | |||||
* | (install) add spacing | Thierry Vignaud | 2012-11-16 | 1 | -0/+6 |
| | |||||
* | (install_logger) drop last remaining bit of repackaging support | Thierry Vignaud | 2012-11-16 | 1 | -1/+0 |
| | |||||
* | drop --repackage option (non working since rpm-4.6 in 2009) | Thierry Vignaud | 2012-10-05 | 1 | -2/+1 |
| | | | | | | should have been done right after commit r251061 by pixel on Tue Jan 2009: "- drop urpmi.recover (no more possible with rpm 4.6 which doesn't handle --repackage)" | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -7/+9 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -0/+19 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+24 |
| | |||||
* | (prepare_transaction) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3 | Pascal Terjan | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | (install) adapt to URPM-4.2 | Thierry Vignaud | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | (install) fix circular reference that defeats perl's GC | Thierry Vignaud | 2012-03-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) regression introduced in commit r2946 on 2012-02-14 (was: '(install) --test: do not display "More information on package"') | ||||
* | (install) explicitely close the RPM DB after each transaction | Thierry Vignaud | 2012-03-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) | ||||
* | (install) --test: do not display "More information on package" | Thierry Vignaud | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | (install_logger) use urpm->{print} callback too | Thierry Vignaud | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | (install,run) prevent garbaging text installer (#50776) | Thierry Vignaud | 2009-08-11 | 1 | -4/+5 |
| | | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time | ||||
* | (install) wrap a big comment | Thierry Vignaud | 2009-03-24 | 1 | -1/+2 |
| | |||||
* | (install) revert refcount workarounds now that we fix refcounting in | Thierry Vignaud | 2009-03-24 | 1 | -4/+0 |
| | | | | | | | | | | | | r254652 ; revert both: - r253559 (2009-03-04) "(install) close another fd leak (needed for drakx)" - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on comleting transaction (needed for drakx -- looks like refcount has hard work)" | ||||
* | (install) fix a circular reference that was causing rpmdb to be opened | Thierry Vignaud | 2009-03-24 | 1 | -2/+6 |
| | | | | | | | many times in installer (regression introduced in r253510 when adding new callbacks for the installer) | ||||
* | (install) change 'close_helper' callback API for installer (in order to fix | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | | | | | | | | detecting whether installing ackages succedded or not) this doesn't impact anything since this is a freshly added callback used only by drakx | ||||
* | (install) close another fd leak (needed for drakx) | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
| | |||||
* | (install) explicitely close the RPM DB on comleting transaction | Thierry Vignaud | 2009-03-04 | 1 | -0/+3 |
| | | | | | (needed for drakx -- looks like refcount has hard work): | ||||
* | (install) add more callbacks for installer | Thierry Vignaud | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | (install) enable to set 'script_fd' (needed by installer) | Thierry Vignaud | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | 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 |
| |