summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (install) make sure we don't try to reslect already selected packagesThierry Vignaud2009-03-041-0/+2
| | | | | by dropping packages->{state}
* (_install_raw::trans_error_summary) do not die if a transactionThierry Vignaud2009-03-041-1/+4
| | | | | | failed ; only warn about it in graphical mode (no more a fata error for auto install)
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-1/+2
| | | | duplicated fd per transaction
* (_install_raw::close_helper) revert latest commit ; it doesn't helpThierry Vignaud2009-03-041-2/+0
|
* (_install_raw::close_helper) make sure to free package header so thatThierry Vignaud2009-03-041-0/+2
| | | | | rpmdb can be closed (else we exhaust the max number of opened fd)
* (_install_raw::close_helper) use package summary translations once ↵Thierry Vignaud2009-03-041-0/+4
| | | | 'mdv-rpm-summary' is installed
* (_install_raw) simplify 'open_helper': just call our callback and dropThierry Vignaud2009-03-041-7/+2
| | | | | the last bits of old packages filling code
* (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thusThierry Vignaud2009-03-031-2/+2
| | | | | fixing both progress bar and trying to install again already installed packages
* (install) return exit codeThierry Vignaud2009-03-031-0/+2
|
* (install) drop file handle management code from open callback (now done by ↵Thierry Vignaud2009-03-031-5/+0
| | | | urpmi)
* (_install_raw) log exit codeThierry Vignaud2009-03-031-1/+1
|
* (_install_raw) directly use $::oThierry Vignaud2009-03-031-2/+2
|
* (_install_raw) do not initialize new auto interactives objectsThierry Vignaud2009-03-031-3/+3
|
* fix error messageOlivier Blin2009-03-031-1/+1
|
* (empty_packages) package signature checking is temporary disabled for now ↵Thierry Vignaud2009-03-021-0/+3
| | | | due to URPM always complaining
* use urpmi code in order to add media (and replace medium->{selected}Thierry Vignaud2009-03-021-3/+3
| | | | by medium->{ignore} for compatibility with urpmi)
* (_cleanHeaders,extractHeaders) drop themThierry Vignaud2009-03-021-32/+0
|
* (_installTransactionClosure) drop itThierry Vignaud2009-03-021-80/+0
|
* (install) reuse urpmi's higher level code (drop librpm ordering hackThierry Vignaud2009-03-021-78/+55
| | | | and retry logic since urpmi should behaves better)
* (empty_packages) use urpm rather than URPM (thus enabling us to reuse urpmi'sThierry Vignaud2009-03-021-1/+2
| | | | | higher level code) (no changes for current callers since urpm inherits from URPM)
* (computeGroupSize) make it shorter through spliting out internal helper ↵Thierry Vignaud2009-02-201-41/+43
| | | | functions
* (rpmDbOpen) make it more readableThierry Vignaud2009-02-181-2/+8
|
* (_filter_packages) split it out of _installTransactionClosure()Thierry Vignaud2009-02-181-12/+17
|
* prefix internal functions with "_"Thierry Vignaud2009-02-181-31/+31
|
* - do not warn about "servers which open ports on outside by default"Pascal Rigaux2009-01-301-107/+0
| | | | | (the list of servers is not maintained, and the policy for those servers has changed)
* perl_checker cleanupsThierry Vignaud2009-01-261-2/+2
|
* (bestKernel_extensions) do not install kernel-server on x86_64 whenThierry Vignaud2009-01-091-1/+1
| | | | | there's more than 4Gb of RAM (#44709) ; use better heuristics
* cleanup: remove support from migrating to a different rpm dbapiPascal Rigaux2008-12-161-8/+2
| | | | | (it never worked and it was never used)
* - generate /var/lib/rpm/installed-through-deps.listPascal Rigaux2008-09-251-0/+1
| | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root}
* allow to prefer kernel-server on x86_64 tooOlivier Blin2008-09-161-1/+1
|
* (bestKernel_extensions) do not uselessly install kernel-server onThierry Vignaud2008-08-201-1/+1
| | | | | x86_64 if more than 3.8Gb are availlable
* remove install::pkgs::read_rpmsrate proxy functionOlivier Blin2008-08-181-6/+0
|
* (packageCallbackChoices_) 'strict' pragma nicely show that a bug wasThierry Vignaud2008-08-131-1/+1
| | | | | | | | | introduced in r231074 (pixel, 2007-10-15) which was: "- in case of ftp/http media, we select basesystem before doing bestKernelPackage so we must ensure the choice callback selects the good kernel (reported by Thomas Spuhler on cooker mailing list)"
* - fix reading rpm macros from /etc/macros.d/ (esp. %_filetriggers_dir)Pascal Rigaux2008-06-261-1/+1
|
* kernel-laptop is no moreThierry Vignaud2008-05-041-1/+0
|
* - when computed install size in group selection (#39303)Pascal Rigaux2008-04-031-2/+2
| | | | | (it didn't take suggests into account)
* in the log, display reached size in MB, not GB through formatXiB (not ↵Pascal Rigaux2008-04-031-1/+1
| | | | precise enough)
* be a little less verbosePascal Rigaux2008-03-031-1/+0
|
* use fs::anyOlivier Blin2008-02-281-0/+1
|
* use newly moved fs::any::create_minimal_files (oops)Olivier Blin2008-02-281-1/+1
|
* add a progression log message (pkgs installation) as used to bePascal Rigaux2007-12-131-0/+1
|
* - do not rebuild rpmdb if it is ok Pascal Rigaux2007-12-111-2/+4
| | | | | (will workaround #32547) (need perl-URPM 3.01)
* - in case of ftp/http media, we select basesystem before doingPascal Rigaux2007-10-151-6/+15
| | | | | | bestKernelPackage so we must ensure the choice callback selects the good kernel (reported by Thomas Spuhler on cooker mailing list)
* - add /etc/rpm/macros.cdbPascal Rigaux2007-09-281-1/+1
|
* - translate the pkg summary when mdv-rpm-summary info is availablePascal Rigaux2007-09-211-0/+17
| | | | | | (for the "Details" mode when installing packages) - ensure mdv-rpm-summary is installed first (if selected)
* allow to specify keep_unrequested_dependencies in auto_instOlivier Blin2007-09-191-2/+4
|
* do not use $::o in install::pkgs (to be consistent with next commit and to ↵Olivier Blin2007-09-191-2/+2
| | | | please pixel)
* - when basesystem can't be selected, display the reasonPascal Rigaux2007-09-181-9/+18
|
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-141-8/+2
|
* - packageCallbackChoices: use prefered packages given by perl-URPM 2.00 Pascal Rigaux2007-09-141-13/+6
| | | | | and perl-URPM now handles nicely locales-* as prefered packages