summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* force loading NSS modules (better fix for mga#9326)Thierry Vignaud2013-04-041-0/+2
|
* show all errors at once at end of installationThierry Vignaud2013-03-051-0/+7
|
* forget previous errors when monitoring them againThierry Vignaud2013-03-051-0/+1
|
* (packagesToInstall) logs first packages to installThierry Vignaud2012-12-141-1/+1
|
* (start_pushing_error,popup_errors,error) factorize "background" error handlingThierry Vignaud2012-12-061-0/+17
|
* (empty_packages) fix initializing urpm objectThierry Vignaud2012-12-041-1/+1
|
* (saveSelected) fix a crash when pressing "previous" after selecting package ↵Thierry Vignaud2012-11-161-1/+1
| | | | groups
* (cleanHeaders,extractHeaders) drop them again, they're no more neededThierry Vignaud2012-11-161-27/+0
|
* retrieve package descriptions from XML meta-data instead of from huge hdlistsThierry Vignaud2012-11-161-0/+38
| | | | (fix not displaying packages description in network installs) (mga#549)
* (empty_packages) clean upThierry Vignaud2012-11-161-1/+1
| | | | | | | rationale: {count} is dead since switching to URPM ten years ago... (commit r198847 by fpons on Jul 10 2002: "use perl-URPM instead of rpmtools")
* (_rebuild_RPM_DB) extract it out of rpmDbOpen()Thierry Vignaud2012-11-161-20/+22
|
* perl_checker cleanupThierry Vignaud2012-11-161-1/+1
|
* (installPackages) prevent going further if some transactions failed (mga#7016)Thierry Vignaud2012-09-031-1/+3
| | | | (_install_raw,install) propagate exit code
* (_install_raw,_resolve_requested_and_check) adapt to urpmi-7.5Thierry Vignaud2012-08-311-2/+2
|
* (setSelectedFromCompssList) log why we unselect suggested package (too big...)Thierry Vignaud2012-06-231-0/+1
|
* (_remove_raw) adapt to URPM-4.2Thierry Vignaud2012-06-131-1/+1
|
* (empty_packages) log where fatal errors happenThierry Vignaud2012-06-111-1/+1
|
* (empty_packages::fatal) log the error message tooThierry Vignaud2012-06-111-1/+1
|
* (parse_args,empty_packages) enable to go fast with 'tune-rpm'...Thierry Vignaud2012-05-231-0/+1
| | | | | for testing (it looks like urpm::set_tune_rpm() is more effective than what does install::pkgs::install() & _remove_raw()
* (parse_args,empty_packages) add support for 'justdb' optionThierry Vignaud2012-05-231-0/+1
| | | | | | | | | | | (for fast testing; warning: no coverage for %post scripts errors or missing requires, non explicit file conflicts, ...) (installPackages) don't try to run ldconfig in 'justdb' mode (configureNetwork) don't try to set firewall, file tests will fail (afterInstallPackages) don't check for file
* (empty_packages) fix displaying urpmi fatal errors (mga#5725)Thierry Vignaud2012-05-031-1/+5
|
* - packageByName: make sure to return the installed noarch rpm if any.Arnaud Patard2012-04-301-1/+5
|
* - Allow to set urpm curl options in order to be able to make curl quiet. SettingArnaud Patard2012-04-301-0/+1
| | | | | | this option to '-s' is making text autoinstall a lot cleaner and avoids missing warnings when installing rpms.
* (_resolve_requested_and_check) explainThierry Vignaud2012-04-191-0/+1
|
* (_resolve_requested_and_check) fix a crash when package state is empty ↵Thierry Vignaud2012-04-191-2/+5
| | | | (mga#5487)
* (_install_raw::ask_for_bad_or_missing) offer to not ask again about missing ↵Thierry Vignaud2012-04-181-0/+11
| | | | packages
* (_install_raw::bad_signature) fix assuming "no" to continue on badThierry Vignaud2012-04-181-6/+7
| | | | signatures once "do not ask again" has been checked in
* (unselectAllPackages) only log about unselecting packages if "no_suggest" ↵Thierry Vignaud2012-04-181-2/+4
| | | | option is set
* (_resolve_requested_and_check) make it slighty more readableThierry Vignaud2012-04-171-1/+2
|
* (select_by_package_names_or_die) track suggested packagesThierry Vignaud2012-04-171-0/+5
| | | | | | | | | (unselectAllPackages) unselect already suggested packages when performing a minimal install if "no suggests" option was choosen (mga#5209) rationale: the no_suggests option only applies after selecting basesystem (thus minimal install has urpmi b/c basesystem suggest urpmi)
* (unselectAllPackages) move test out of ifThierry Vignaud2012-04-171-1/+2
| | | | so that next commit is more readable
* (extractHeaders) adapt to urpmi API after resurecting itThierry Vignaud2012-04-161-1/+1
|
* (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵Thierry Vignaud2012-04-161-0/+26
| | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits)
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
|
* (setSelectedFromCompssList) fix bogus "no packages matchThierry Vignaud2012-03-021-2/+2
| | | | | | | | | | | | | | HASH(0x6939a20) (it is either in skip.list or already rejected)" messages in drakx logs They got introduced by pterjan in commit r267278 on Apr 1 2010 and r267288 on Apr 2 2010: - "compute dependencies on full list of packages from a rpmsrate level instead of doing it individually..." - "Use all included levels to resolv dependencies instead of doing it level by level"
* (empty_packages) log more stuff regarding packages installation (mga#4565)Thierry Vignaud2012-02-191-1/+1
|
* (bad_signature) offer not to ask again about bad signaturesThierry Vignaud2011-09-191-1/+8
|
* (bad_signature) simplifyThierry Vignaud2011-09-191-5/+2
|
* perl_checker cleanupsThierry Vignaud2011-09-171-4/+3
|
* (_is_kernelServer_needed) forbid selecting kernel-server if notThierry Vignaud2011-05-241-0/+2
| | | | | having PAE since PAE support is mandatory for kernel-server (#1414)
* (_is_kernelServer_needed) perl_checker cleanupThierry Vignaud2011-05-241-1/+1
|
* (_is_kernelServer_needed) split it out of _bestKernel_extensions()Thierry Vignaud2011-05-241-1/+5
| | | | | (needed for next commit)
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
| | | | | - use 'LDAP' instead of 'Ldap'
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* Use all included levels to resolv dependencies instead of doing it level by ↵Pascal Terjan2010-04-021-1/+5
| | | | level
* compute dependencies on full list of packages from a rpmsrate level instead Pascal Terjan2010-04-011-11/+16
| | | | | | of doing it individually. this way choices are made knowing the full list of wanted packages and kdm does not end up on GNOME install because dm was resolved before reaching gdm
* fix typoOlivier Blin2009-12-011-1/+1
|
* fix do_pkgs_during_install::what_providesOlivier Blin2009-11-301-1/+6
|
* oops, revert unwanted commitOlivier Blin2009-11-121-6/+1
|
* fix detecting hidden partitions as recovery (broken in commit 257797)Olivier Blin2009-11-121-1/+6
|