summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* fixed stupid typo for bestKernelPackage.Francois Pons2002-08-211-1/+1
|
* added return for bestKernelPackage ;-)Francois Pons2002-08-211-0/+2
|
* fixed ldconfig not visible in packages tree.Francois Pons2002-08-201-1/+2
|
* fixed ldconfig not selected for installation.Francois Pons2002-08-201-2/+4
|
* added bestKernelPackage.Francois Pons2002-08-201-0/+12
|
* fixed stupid typo.Francois Pons2002-08-131-1/+1
|
* allow selecting a choice package according to locales-xx found.Francois Pons2002-08-131-3/+12
|
* fixed stupid change (almost hope it was really changes).Francois Pons2002-08-121-2/+2
|
* fix to reduce size of already installed packages.Francois Pons2002-08-121-19/+24
|
* take care of packages already installed that will be removed (untested).Francois Pons2002-08-091-2/+11
|
* call rpmReadConfigFiles before installing packages.Francois Pons2002-08-071-0/+1
|
* do not read package of ignored medium (contrib) to save memory.Francois Pons2002-08-071-10/+15
|
* added log to follow dead lock to check what may cause it).Francois Pons2002-08-061-0/+1
|
* get rid of some $prefix parameter passing (using $::prefix where needed instead)Pascal Rigaux2002-08-011-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-5/+5
|
* added log.Francois Pons2002-07-251-0/+2
|
* small code changes for upgrade.Francois Pons2002-07-251-2/+3
|
* manage correctly unselectPackage and use perl-URPM >= 0.50.Francois Pons2002-07-231-29/+13
|
* try avoiding infinite loop.Francois Pons2002-07-221-1/+9
|
* removed all the commented out code obsoleted.Francois Pons2002-07-181-536/+2
|
* fix speed improvement for computeGroupSize by computing closure directly (inFrancois Pons2002-07-181-4/+31
| | | | | order to have an approximative size, not the real one).
* add back change CD support.Francois Pons2002-07-181-21/+32
|
* spell right harddrake (two 'd') in @preferredGuillaume Cottenceau2002-07-171-1/+1
|
* update with newer perl-URPM.Francois Pons2002-07-161-10/+12
|
* added log (finding packages to upgrade or computing installed flag)Francois Pons2002-07-161-0/+3
|
* made upgrade almost work again (need testing and remove/deselect still doesn'tFrancois Pons2002-07-151-28/+33
| | | | | work properly).
* fixed log referencing old methods of stuff.xs no more existing.Francois Pons2002-07-151-16/+6
| | | | | updated remove code (need testing).
* during install, between transactions, more verbose message when killing ↵Pascal Rigaux2002-07-111-1/+4
| | | | processes still alive
* use perl-URPM instead of rpmtools.Francois Pons2002-07-101-884/+833
|
* do not try to get synthesis if hdlist is available as an handle on file (typicalFrancois Pons2002-03-151-5/+8
| | | | | for updates).
* add gcc and gcc-c++ in @preferredPascal Rigaux2002-03-131-1/+1
|
* "fam" is not a naughtyServersPascal Rigaux2002-03-121-1/+0
|
* remove the old "boa" commentPascal Rigaux2002-03-121-1/+1
|
* adapt naughtyServers for 8.2Pascal Rigaux2002-03-121-9/+25
|
* remove synthesis if not found (filesize is 0)Francois Pons2002-03-121-0/+1
|
* add @preferred libxpm4Pascal Rigaux2002-03-061-1/+1
|
* fixed error when using multiple removable media and user aborted installationFrancois Pons2002-03-061-3/+21
| | | | | (for some other error) and hdlists cannot be retrieved.
* add save of synthesis too when partitions are reformated, so that urpmi is ↵Francois Pons2002-03-061-0/+2
| | | | happy after.
* fixed when hdlist gives no new package (new name) but only obsoleted package orFrancois Pons2002-03-061-1/+1
| | | | | updated package, ie security updates may appreciate.
* fix scroll total to match reality.Francois Pons2002-03-041-1/+1
|
* fixed interpretation of size of package when doing an install (this can beFrancois Pons2002-03-041-2/+2
| | | | | severe, need testing).
* added pixel comments for handling INSTALL category and NOCOPY handling.Francois Pons2002-03-011-2/+2
|
* only copy package in INSTALL category with a rate of at least 2.Francois Pons2002-03-011-1/+1
|
* even smarted process to kill selectionPascal Rigaux2002-02-221-1/+23
|
* smarter choosing of processes to killPascal Rigaux2002-02-211-1/+2
|
* much simpler & stronger killing of still running processesPascal Rigaux2002-02-201-24/+2
|
* fixed INSTALL category in rpmsrate for copying file when changing cd (was anFrancois Pons2002-02-201-3/+4
| | | | | | limitation in read_rpmsrate when a package having a category and INSTALL caused INSTALL to be dropped).
* fix typoPascal Rigaux2002-02-151-1/+1
|
* fixed obsoletes management according to urpmi code.Francois Pons2002-02-141-9/+19
|