summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* perl-install: Drop i586 bitsJani Välimaa2024-04-281-3/+0
|
* Retry downloading packages in case of error (mga#28539)Thierry Vignaud2022-01-191-0/+1
|
* Enable to alter default downloader (mga#28539)Thierry Vignaud2022-01-171-0/+1
| | | | | | | Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget"
* installer: fix tracking of installed packages (mga#26284)Martin Whitaker2020-03-151-16/+10
| | | | | | | | The installer keeps a record of the packages that have been installed, but was not recording the first package in each transaction. If an affected package was selected in a later step, the installer would attempt to reinstall it. With the latest rpm, this results in a fatal error.
* installer: support optional ISA requirement when selecting packages by name.Martin Whitaker2018-12-171-2/+3
| | | | Needed for next commit.
* dont select server kernel anymore on 32bit x86 with RAM > 3.8GBThomas Backlund2018-12-011-1/+1
|
* remove debug statementThierry Vignaud2018-11-211-29/+16
| | | | | wrongly added with commit 6375ef3a8cd8b1b1e057334ab680c5c701123395 (spot by Martin Whitaker)
* sync with kernel 4.1[89]Thierry Vignaud2018-11-151-16/+29
|
* fix regression where drakx report pkgs failing to installThierry Vignaud2018-09-141-0/+16
| | | | | | | | | | | rationale: since the following commit: https://github.com/rpm-software-management/rpm/commit/5064276cd946183d711430da44b18608af74ebf1 rpmlib opens/closes the pkgs first in order to check them (introduced in rpm-4.14.2, mga#23531) So we must track whether we're verifying or installing the pkgs before checking whether they've been installed successfuly or not
* really fix bogus macro expandingThierry Vignaud2018-09-141-2/+2
| | | | | | | | rationale: since the following upstream rpm commit: https://github.com/rpm-software-management/rpm/commit/ca36c2a12bcde1340da0421a788863f83aaccd08 rpm doesn't honor/recognize %__dbi_cdb We now have to alter directly %__dbi_other
* Revert "Only modify %__dbi_cdb if it is defined"Thierry Vignaud2018-09-141-10/+2
| | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a.
* Only modify %__dbi_cdb if it is definedPascal Terjan2018-09-141-2/+10
| | | | | This should avoid a misleading 'Too many levels of recursion in macro expansion' message as seen in mga#23531
* adapt to URPM-5.14 (using perl native ints)Thierry Vignaud2017-09-071-8/+3
| | | | See mga#21441
* (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
|