summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* (size2time) enforce returning a float (mga#19930)Thierry Vignaud2016-12-141-0/+4
| | | | | with the previous fix, the progress bar will now properly update on i586 will be a float between 0 & 1
* Fix accidental part fo previous commitPascal Terjan2016-12-141-1/+1
|
* More int64 fixesPascal Terjan2016-12-131-8/+9
|
* More int64 fixesPascal Terjan2016-12-121-3/+3
|
* more int64 init (Thierry Viganud) (mga#19895)Anne Nicolas2016-12-111-0/+2
|
* kill non existing optionThierry Vignaud2015-12-251-1/+0
|
* fix upgrade when package's in several mediaThierry Vignaud2015-04-121-1/+2
| | | | | | sort by ids (like in other places) when finding providing package, thus fixing upgrade when the same package is offered in several media (mga#15350)
* add 'deploops' option for debugging (mga#15350)Thierry Vignaud2015-03-171-0/+1
|
* fix a broken message in logsThierry Vignaud2015-02-271-1/+2
| | | | | | | | | | eg: "found 9 packages to install: gnome-desktop3, 3.14.2, 1.mga5, x86_64, nmap, ..." instead of: "found 9 packages to install: gnome-desktop3-3.14.2-1.mga5.x86_64, nmap, ..."
* silent a warning with perl-5.20Thierry Vignaud2015-02-191-1/+1
|
* rename "no_suggests" option as "no_recommends"Thierry Vignaud2014-10-201-3/+3
|
* s/suggested/recommended/Thierry Vignaud2014-10-201-7/+7
|
* adapt to URPM-5Thierry Vignaud2014-10-201-1/+1
|
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* latest kernel-xbox was compiled in march 2005...Thierry.Vignaud2014-05-261-1/+0
|
* 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"