summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixPascal Rigaux2003-02-271-2/+2
|
* enhance packageCallbackChoices and %preferredPascal Rigaux2003-02-271-14/+22
| | | | | (uses new URPM::Resolve feature allowing multiple choices)
* improved code for populating group with pixel.Francois Pons2003-02-251-11/+22
|
* prefer myspell-en_USPascal Rigaux2003-02-201-1/+1
|
* added a missing sanity unwind.Francois Pons2003-02-191-0/+3
|
* add sanity code on error when reading hdlist (this will avoid update mediumFrancois Pons2003-02-191-13/+17
| | | | | being trashed if an error occurred during hdlist download and so ...)
* prefer apache for drakpxe to find the right package.Francois Pons2003-02-121-1/+1
|
* replace $l[$#l] with $l[-1]Pascal Rigaux2003-02-051-2/+2
|
* prefer mdkkdm over kdebase-kdmPascal Rigaux2003-02-031-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-3/+3
| | | | "every", "partition"
* use "our" instead of "use vars"Pascal Rigaux2002-12-291-6/+3
|
* *pkg::LOG is unused, so don't export itPascal Rigaux2002-12-291-1/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-14/+9
|
* perl_checkerMystery Man 5802002-12-041-1/+1
|
* make it $::testing awareGuillaume Cottenceau2002-12-031-6/+13
|
* 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 ↵Pascal Rigaux2002-11-251-1/+2
| | | | filehandle, and so closes it, and :-(
* 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
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* 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
| | | | | - remove unneeded parentheses for things like ... if (...)
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵Pascal Rigaux2002-11-111-1/+1
| | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+1
| | | | | - use some "cat_" and "output" where possible
* please perl_checker:Pascal Rigaux2002-11-061-0/+1
| | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-5/+5
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* 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 copy of hdlist to avoid copying ignored media.
* 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
|