Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | (_install_raw::ask_for_bad_or_missing) offer to not ask again about missing ↵ | Thierry Vignaud | 2012-04-18 | 1 | -0/+11 |
| | | | | packages | ||||
* | (_install_raw::bad_signature) fix assuming "no" to continue on bad | Thierry Vignaud | 2012-04-18 | 1 | -6/+7 |
| | | | | signatures once "do not ask again" has been checked in | ||||
* | (unselectAllPackages) only log about unselecting packages if "no_suggest" ↵ | Thierry Vignaud | 2012-04-18 | 1 | -2/+4 |
| | | | | option is set | ||||
* | (_resolve_requested_and_check) make it slighty more readable | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
| | |||||
* | (select_by_package_names_or_die) track suggested packages | Thierry Vignaud | 2012-04-17 | 1 | -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 if | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
| | | | | so that next commit is more readable | ||||
* | (extractHeaders) adapt to urpmi API after resurecting it | Thierry Vignaud | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵ | Thierry Vignaud | 2012-04-16 | 1 | -0/+26 |
| | | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | (setSelectedFromCompssList) fix bogus "no packages match | Thierry Vignaud | 2012-03-02 | 1 | -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 Vignaud | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | (bad_signature) offer not to ask again about bad signatures | Thierry Vignaud | 2011-09-19 | 1 | -1/+8 |
| | |||||
* | (bad_signature) simplify | Thierry Vignaud | 2011-09-19 | 1 | -5/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-09-17 | 1 | -4/+3 |
| | |||||
* | (_is_kernelServer_needed) forbid selecting kernel-server if not | Thierry Vignaud | 2011-05-24 | 1 | -0/+2 |
| | | | | | having PAE since PAE support is mandatory for kernel-server (#1414) | ||||
* | (_is_kernelServer_needed) perl_checker cleanup | Thierry Vignaud | 2011-05-24 | 1 | -1/+1 |
| |