summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* update correctSize and invCorrectSize (now linear)Pascal Rigaux2001-09-141-19/+4
* fixed retry of package 3 times everytime even if first install succeeded, nowFrancois Pons2001-09-061-5/+7
* revert previous patch, this is not usable with current rpm as it complains ifFrancois Pons2001-09-061-6/+0
* guess filename if the file is not found (for an rpm file during installation),Francois Pons2001-09-061-0/+6
* cleanup to avoid invalid file error.Francois Pons2001-09-041-39/+45
* avoid deleting package from %packages in install() when closing fd associated,Francois Pons2001-09-011-2/+2
* (naughtyServers): update for 8.1Pascal Rigaux2001-08-301-4/+46
* fixed if undef encountered in depslist when installing package (traversingFrancois Pons2001-08-291-1/+2
* updated allowedToUpgrade to avoid upgrading some newer kernel packages.Francois Pons2001-08-281-1/+1
* fix "invalid file"Pascal Rigaux2001-08-241-9/+12
* do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to writ...Pascal Rigaux2001-08-221-4/+4
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless w...Pascal Rigaux2001-08-191-1/+1
* (naughtyServers): add drakxtools-httpPascal Rigaux2001-08-081-1/+1
* make perl_checker happyPascal Rigaux2001-08-041-2/+3
* (getDeps): ensure "depslist.ordered has not same package as hdlist files"Pascal Rigaux2001-07-301-5/+9
* fixed no test (or die test) to void package read on depslist (allowed to keepFrancois Pons2001-07-251-5/+8
* cleaned code to examine depslist.ordered and packages list.Francois Pons2001-07-251-21/+24
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
* added multiple tries if a transaction of only one package fails.Francois Pons2001-07-091-13/+20
* fixed selected_leaves. change algorithm as previous one can still causes deadFrancois Pons2001-07-061-15/+34
* (selected_leaves): fix dead-loopPascal Rigaux2001-07-041-1/+1
* (selected_leaves): make it work with loops (eg: mandrake_desk loops withPascal Rigaux2001-07-041-8/+14
* added epoch (serial) support.Francois Pons2001-06-271-18/+34
* added minimal support for rpmtools >= 3.0Francois Pons2001-06-211-1/+2
* (naughtyServers): add apachePascal Rigaux2001-04-141-1/+1
* fixed absurd mismatch of use of <=> and cmp on versionCompare.Francois Pons2001-04-141-1/+1
* fixed log of packdrake.Francois Pons2001-04-121-8/+2
* added missing use of LD_LOADER for starting parsehdlist on upgrade.Francois Pons2001-04-111-1/+1
* changed transaction error management this way: if a transaction fails, DrakXFrancois Pons2001-04-091-32/+33
* added killing on child process of transaction that have been detached (typicallyFrancois Pons2001-04-061-0/+3
* - s/PCI/HW/Pascal Rigaux2001-04-051-1/+1
* (@preferred): replace wu-ftpd by proftpd, add Bastille-Curses-modulePascal Rigaux2001-03-291-1/+1
* warnAboutNaughtyServersPascal Rigaux2001-03-271-0/+15
* fixed too early erasing of old rpmlib db. now postponed at end of installFrancois Pons2001-03-271-16/+21
* cleanupPascal Rigaux2001-03-241-3/+2
* (computeGroupSize): fix hacks, better hacksPascal Rigaux2001-03-191-5/+8
* fix the compssUsers interpretationPascal Rigaux2001-03-141-4/+5
* fixed unselect management of choice, propagate unselection correctly to allFrancois Pons2001-03-141-5/+9
* (readCompssUsers): change the key of compssUsers, added "label"Pascal Rigaux2001-03-141-3/+3
* (computeGroupSize): fix loggingPascal Rigaux2001-03-141-1/+1
* compss is deprecated. use compssUsers for the treePascal Rigaux2001-03-131-25/+1
* (readCompssUsers): get the "path"Pascal Rigaux2001-03-131-2/+3
* (computeGroupSize): log what is foundPascal Rigaux2001-03-121-1/+3
* (saveCompssUsers): make it workPascal Rigaux2001-03-121-2/+2
* (readCompssUsers): clean-upPascal Rigaux2001-03-121-5/+18
* *** empty log message ***Pascal Rigaux2001-03-121-1/+0
* put everything in %compssUsers, use field flags for the flags :)Pascal Rigaux2001-03-121-5/+5
* (computeGroupSize): createdPascal Rigaux2001-03-121-3/+71
* fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for otherFrancois Pons2001-03-121-1/+1
* (read_rpmsrate): handle the special case of packages requiring locales-*,Pascal Rigaux2001-03-091-1/+3