summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* fix typo (openInstallLog *must* return the filehandle)Pascal Rigaux2002-11-251-0/+1
* don't use filehandle *pkgs::LOG, use a my'ed $LOGPascal Rigaux2002-11-251-14/+9
* since we use the "fileno", perl doesn't know we're still using the filehandle...Pascal Rigaux2002-11-251-1/+2
* make perl_checker happyPascal Rigaux2002-11-181-2/+2
* make perl_checker happyPascal Rigaux2002-11-141-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-5/+5
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-111-1/+1
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+1
* please perl_checker:Pascal Rigaux2002-11-061-0/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-5/+5
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
* prefer cups for lpddaemonPascal Rigaux2002-09-191-1/+1
* try to avoid infinite loop on error to install package.Francois Pons2002-09-191-2/+10
* consolidate unselectAllPackages.Francois Pons2002-09-101-23/+21
* fixed excesive reduction of size.Francois Pons2002-09-061-3/+3
* fixed stupid typo.Francois Pons2002-09-061-1/+1
* allow obsoleted packages to be taken into account.Francois Pons2002-09-061-0/+8
* allow cleaning ask_remove according to removed package.Francois Pons2002-09-061-5/+12
* fixed problem of --auto-select not always run.Francois Pons2002-09-051-44/+17
* fixed to call to getFile by giving medium description, necessary for updates.Francois Pons2002-09-021-2/+2
* allow selectPackagesToUpgrade to use a specific medium instead of all of them.Francois Pons2002-09-021-2/+8
* 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
* 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