Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | installer: fix tracking of installed packages (mga#26284) | Martin Whitaker | 2020-03-15 | 1 | -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 Whitaker | 2018-12-17 | 1 | -2/+3 |
| | | | | Needed for next commit. | ||||
* | dont select server kernel anymore on 32bit x86 with RAM > 3.8GB | Thomas Backlund | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | remove debug statement | Thierry Vignaud | 2018-11-21 | 1 | -29/+16 |
| | | | | | wrongly added with commit 6375ef3a8cd8b1b1e057334ab680c5c701123395 (spot by Martin Whitaker) | ||||
* | sync with kernel 4.1[89] | Thierry Vignaud | 2018-11-15 | 1 | -16/+29 |
| | |||||
* | fix regression where drakx report pkgs failing to install | Thierry Vignaud | 2018-09-14 | 1 | -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 expanding | Thierry Vignaud | 2018-09-14 | 1 | -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 Vignaud | 2018-09-14 | 1 | -10/+2 |
| | | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a. | ||||
* | Only modify %__dbi_cdb if it is defined | Pascal Terjan | 2018-09-14 | 1 | -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 Vignaud | 2017-09-07 | 1 | -8/+3 |
| | | | | See mga#21441 | ||||
* | (size2time) enforce returning a float (mga#19930) | Thierry Vignaud | 2016-12-14 | 1 | -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 commit | Pascal Terjan | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-13 | 1 | -8/+9 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | more int64 init (Thierry Viganud) (mga#19895) | Anne Nicolas | 2016-12-11 | 1 | -0/+2 |
| | |||||
* | kill non existing option | Thierry Vignaud | 2015-12-25 | 1 | -1/+0 |
| | |||||
* | fix upgrade when package's in several media | Thierry Vignaud | 2015-04-12 | 1 | -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 Vignaud | 2015-03-17 | 1 | -0/+1 |
| | |||||
* | fix a broken message in logs | Thierry Vignaud | 2015-02-27 | 1 | -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.20 | Thierry Vignaud | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | rename "no_suggests" option as "no_recommends" | Thierry Vignaud | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | s/suggested/recommended/ | Thierry Vignaud | 2014-10-20 | 1 | -7/+7 |
| | |||||
* | adapt to URPM-5 | Thierry Vignaud | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | latest kernel-xbox was compiled in march 2005... | Thierry.Vignaud | 2014-05-26 | 1 | -1/+0 |
| | |||||
* | force loading NSS modules (better fix for mga#9326) | Thierry Vignaud | 2013-04-04 | 1 | -0/+2 |
| | |||||
* | show all errors at once at end of installation | Thierry Vignaud | 2013-03-05 | 1 | -0/+7 |
| | |||||
* | forget previous errors when monitoring them again | Thierry Vignaud | 2013-03-05 | 1 | -0/+1 |
| | |||||
* | (packagesToInstall) logs first packages to install | Thierry Vignaud | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | (start_pushing_error,popup_errors,error) factorize "background" error handling | Thierry Vignaud | 2012-12-06 | 1 | -0/+17 |
| | |||||
* | (empty_packages) fix initializing urpm object | Thierry Vignaud | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | (saveSelected) fix a crash when pressing "previous" after selecting package ↵ | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 |
| | | | | groups | ||||
* | (cleanHeaders,extractHeaders) drop them again, they're no more needed | Thierry Vignaud | 2012-11-16 | 1 | -27/+0 |
| | |||||
* | retrieve package descriptions from XML meta-data instead of from huge hdlists | Thierry Vignaud | 2012-11-16 | 1 | -0/+38 |
| | | | | (fix not displaying packages description in network installs) (mga#549) | ||||
* | (empty_packages) clean up | Thierry Vignaud | 2012-11-16 | 1 | -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 Vignaud | 2012-11-16 | 1 | -20/+22 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | (installPackages) prevent going further if some transactions failed (mga#7016) | Thierry Vignaud | 2012-09-03 | 1 | -1/+3 |
| | | | | (_install_raw,install) propagate exit code | ||||
* | (_install_raw,_resolve_requested_and_check) adapt to urpmi-7.5 | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (setSelectedFromCompssList) log why we unselect suggested package (too big...) | Thierry Vignaud | 2012-06-23 | 1 | -0/+1 |
| | |||||
* | (_remove_raw) adapt to URPM-4.2 | Thierry Vignaud | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | (empty_packages) log where fatal errors happen | Thierry Vignaud | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | (empty_packages::fatal) log the error message too | Thierry Vignaud | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | (parse_args,empty_packages) enable to go fast with 'tune-rpm'... | Thierry Vignaud | 2012-05-23 | 1 | -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' option | Thierry Vignaud | 2012-05-23 | 1 | -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 Vignaud | 2012-05-03 | 1 | -1/+5 |
| | |||||
* | - packageByName: make sure to return the installed noarch rpm if any. | Arnaud Patard | 2012-04-30 | 1 | -1/+5 |
| | |||||
* | - Allow to set urpm curl options in order to be able to make curl quiet. Setting | Arnaud Patard | 2012-04-30 | 1 | -0/+1 |
| | | | | | | this option to '-s' is making text autoinstall a lot cleaner and avoids missing warnings when installing rpms. | ||||
* | (_resolve_requested_and_check) explain | Thierry Vignaud | 2012-04-19 | 1 | -0/+1 |
| | |||||
* | (_resolve_requested_and_check) fix a crash when package state is empty ↵ | Thierry Vignaud | 2012-04-19 | 1 | -2/+5 |
| | | | | (mga#5487) |