summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* (naughtyServers): cleanup commentsPascal Rigaux2001-09-251-1/+1
* sort mediums by number, in allMediums() else they will be in hash keys orders inFrancois Pons2001-09-241-1/+1
* reworked medium management.Francois Pons2001-09-211-16/+16
* take care not probing in /dev/ for finding package to upgrade, this causeFrancois Pons2001-09-201-3/+3
* added code to check if package are really installed.Francois Pons2001-09-191-1/+7
* - gmc instead of nautilus for non-latin1 installsPascal Rigaux2001-09-191-3/+3
* tentative to correct install time for big installsPascal Rigaux2001-09-181-0/+14
* (read_rpmsrate): fix bugPascal Rigaux2001-09-161-6/+6
* more up to my need ALL flag in compssUsersChoicePascal Rigaux2001-09-161-1/+1
* - cleanup packages appearing twice in rpmsratePascal Rigaux2001-09-161-2/+20
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-4/+3
* 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