index
:
urpmi
distro/mga1
distro/mga2
distro/mga5
distro/mga6
distro/mga7
master
topic/4.10.14
topic/4.9.21
topic/4.x
topic/5.19
topic/6.14
topic/6.25
topic/6.25@258013
topic/6.32
topic/color
topic/kernel-orphans
topic/maat_color
topic/rpm5
topic/urpmi-4_6_24-3mdk
user/pterjan/ignorearch
Software Installation Tools
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
urpm
/
install.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
(_schedule_packages) fix installing delta rpms
Thierry Vignaud
2012-11-17
1
-1
/
+1
*
(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
*
(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
*
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
*
(install) explicitely close the RPM DB after each transaction
Thierry Vignaud
2012-03-05
1
-0
/
+4
*
(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
*
(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
*
(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
*
(install) fix a circular reference that was causing rpmdb to be opened
Thierry Vignaud
2009-03-24
1
-2
/
+6
*
(install) change 'close_helper' callback API for installer (in order to fix
Thierry Vignaud
2009-03-09
1
-1
/
+1
*
(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
*
(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
*
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
*
- urpmi, library:
Pascal Rigaux
2008-10-06
1
-0
/
+1
*
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 u...
Pascal Rigaux
2008-07-08
1
-5
/
+5
*
urpm::install::prepare_transaction() now returns the computed values instead of
Pascal Rigaux
2008-07-08
1
-8
/
+6
*
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
*
factorize options handling
Pascal Rigaux
2008-07-03
1
-0
/
+14
[next]