summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix generating compssUsers.flat (was broken because of the CAT_xxx switch)Pascal Rigaux2005-01-181-1/+1
|
* simplify and speed up computeGroupSize()Pascal Rigaux2004-12-291-12/+12
|
* in computeGroupSize()Pascal Rigaux2004-12-291-11/+21
| | | | | | | | - fix old ugly bug (CAT_FOO && CAT_BAR || CAT_FOO was reduced to CAT_FOO && CAT_BAR) - log the time spent - ignore already selected packages - group by same rpmsrate flags (nice speedup :)
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-281-25/+24
| | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up
* simplifyPascal Rigaux2004-12-221-7/+3
|
* fix previous commitPascal Rigaux2004-12-221-3/+4
|
* create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵Pascal Rigaux2004-12-221-45/+62
| | | | easily used outside install
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-51/+45
|
* create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵Pascal Rigaux2004-12-161-1/+1
| | | | | | | but only if we are root (this helps testings install without dying)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
|
* We won't have files named compssUsers.pl.<meta_class> since they're allRafael Garcia-Suarez2004-11-261-2/+2
| | | | | merged now.
* we don't use /tmp for devices anymorePascal Rigaux2004-11-251-1/+1
| | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp)
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-7/+0
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* enhance analyse_kernel_name(), esp. to handle i686-up-64GBPascal Rigaux2004-11-161-1/+6
|
* reverted pkgs, SorryFunda Wang2004-11-091-1/+1
|
* s/fctix/fcitx. Critical typoFunda Wang2004-11-091-1/+1
|
* IA-64 and X86-64 are full 64-bit arches thus don't need kernel-enterpriseGwenolé Beauchesne2004-10-281-1/+1
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-3/+4
| | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file.
* (supplCDMountPoint) perl_checker cleanupThierry Vignaud2004-10-051-1/+1
|
* fix logging rpmsrate_flags_chosenPascal Rigaux2004-10-011-1/+2
|
* better loggingPascal Rigaux2004-09-271-1/+1
|
* Save hdlists and synthesis as user rootRafael Garcia-Suarez2004-09-241-2/+5
|
* Fix supplementary CDs with any kind of mediaRafael Garcia-Suarez2004-09-201-4/+6
|
* fix choosing bestKernelPackagePascal Rigaux2004-09-101-7/+9
|
* remove debug codePascal Rigaux2004-09-101-1/+1
|
* - choose the good kernel for the boxPascal Rigaux2004-09-091-2/+7
| | | | | - add recognition of i586-up-1GB
* Re-read all hdlists in reverse order when there are supplementary media.Rafael Garcia-Suarez2004-09-091-7/+9
| | | | | Don't unselect every single media when doing an installation from iso images.
* Add a count of skipped packages after having read an hdlistRafael Garcia-Suarez2004-09-081-1/+3
|
* Always return a hashref from pkgs::packageMedium()Rafael Garcia-Suarez2004-09-081-6/+8
|
* Remove debug logsRafael Garcia-Suarez2004-09-081-2/+0
|
* install_urpmi() wasn't writing proper urls when having read an hdlistsRafael Garcia-Suarez2004-09-071-4/+5
| | | | | file for a networked supplementary media
* Code factorizationRafael Garcia-Suarez2004-09-071-25/+12
|
* Skip packages that are found on a supplementary media but that areRafael Garcia-Suarez2004-09-071-2/+27
| | | | | already provided by the main media.
* Make the network supplementary media probe able to find an hdlists fileRafael Garcia-Suarez2004-09-061-2/+2
|
* Better handling of mounting/umounting supplementary CDsRafael Garcia-Suarez2004-09-031-1/+1
|
* If a supplementary media is incorrect, continue askingRafael Garcia-Suarez2004-09-021-1/+2
|
* Allow to deselect media only if the hdlists file contains a line "askmedia"Rafael Garcia-Suarez2004-09-021-2/+5
|
* Remove dead codeRafael Garcia-Suarez2004-08-311-3/+0
|
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-8/+13
|
* Fix support for suppl. CDs with hdlists fileRafael Garcia-Suarez2004-08-301-5/+9
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-2/+2
|
* (read_rpmsrate) support the TYPE keyword, using detect_devices::matching_type()Olivier Blin2004-08-201-0/+3
|
* Log the reason why the rpms aren't installedRafael Garcia-Suarez2004-08-171-0/+1
|
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-37/+17
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* perl_checker fixRafael Garcia-Suarez2004-08-131-9/+9
|
* Concision, good (says perl_checker)Rafael Garcia-Suarez2004-08-131-1/+1
|
* Try to copy associated synthesis when a custom hdlist path is givenRafael Garcia-Suarez2004-08-131-3/+9
|
* First stab at supporting several hdlists on a supplementary CDRafael Garcia-Suarez2004-08-121-6/+8
|
* perl_checker compliancePascal Rigaux2004-08-111-7/+7
|
* URLPREFIX is not set if the main media isn't http, so the prefix must beRafael Garcia-Suarez2004-08-101-2/+2
| | | | | passed manually.