Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵ | Pascal Rigaux | 2002-11-11 | 1 | -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 Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -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 Rigaux | 2002-11-06 | 1 | -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 Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | prefer cups for lpddaemon | Pascal Rigaux | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | try to avoid infinite loop on error to install package. | Francois Pons | 2002-09-19 | 1 | -2/+10 |
| | |||||
* | consolidate unselectAllPackages. | Francois Pons | 2002-09-10 | 1 | -23/+21 |
| | |||||
* | fixed excesive reduction of size. | Francois Pons | 2002-09-06 | 1 | -3/+3 |
| | |||||
* | fixed stupid typo. | Francois Pons | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | allow obsoleted packages to be taken into account. | Francois Pons | 2002-09-06 | 1 | -0/+8 |
| | |||||
* | allow cleaning ask_remove according to removed package. | Francois Pons | 2002-09-06 | 1 | -5/+12 |
| | |||||
* | fixed problem of --auto-select not always run. | Francois Pons | 2002-09-05 | 1 | -44/+17 |
| | | | | | fixed copy of hdlist to avoid copying ignored media. | ||||
* | fixed to call to getFile by giving medium description, necessary for updates. | Francois Pons | 2002-09-02 | 1 | -2/+2 |
| | |||||
* | allow selectPackagesToUpgrade to use a specific medium instead of all of them. | Francois Pons | 2002-09-02 | 1 | -2/+8 |
| | |||||
* | fixed stupid typo for bestKernelPackage. | Francois Pons | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | added return for bestKernelPackage ;-) | Francois Pons | 2002-08-21 | 1 | -0/+2 |
| | |||||
* | fixed ldconfig not visible in packages tree. | Francois Pons | 2002-08-20 | 1 | -1/+2 |
| | |||||
* | fixed ldconfig not selected for installation. | Francois Pons | 2002-08-20 | 1 | -2/+4 |
| | |||||
* | added bestKernelPackage. | Francois Pons | 2002-08-20 | 1 | -0/+12 |
| | |||||
* | fixed stupid typo. | Francois Pons | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | allow selecting a choice package according to locales-xx found. | Francois Pons | 2002-08-13 | 1 | -3/+12 |
| | |||||
* | fixed stupid change (almost hope it was really changes). | Francois Pons | 2002-08-12 | 1 | -2/+2 |
| | |||||
* | fix to reduce size of already installed packages. | Francois Pons | 2002-08-12 | 1 | -19/+24 |
| | |||||
* | take care of packages already installed that will be removed (untested). | Francois Pons | 2002-08-09 | 1 | -2/+11 |
| | |||||
* | call rpmReadConfigFiles before installing packages. | Francois Pons | 2002-08-07 | 1 | -0/+1 |
| | |||||
* | do not read package of ignored medium (contrib) to save memory. | Francois Pons | 2002-08-07 | 1 | -10/+15 |
| | |||||
* | added log to follow dead lock to check what may cause it). | Francois Pons | 2002-08-06 | 1 | -0/+1 |
| | |||||
* | get rid of some $prefix parameter passing (using $::prefix where needed instead) | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -5/+5 |
| | |||||
* | added log. | Francois Pons | 2002-07-25 | 1 | -0/+2 |
| | |||||
* | small code changes for upgrade. | Francois Pons | 2002-07-25 | 1 | -2/+3 |
| | |||||
* | manage correctly unselectPackage and use perl-URPM >= 0.50. | Francois Pons | 2002-07-23 | 1 | -29/+13 |
| | |||||
* | try avoiding infinite loop. | Francois Pons | 2002-07-22 | 1 | -1/+9 |
| | |||||
* | removed all the commented out code obsoleted. | Francois Pons | 2002-07-18 | 1 | -536/+2 |
| | |||||
* | fix speed improvement for computeGroupSize by computing closure directly (in | Francois Pons | 2002-07-18 | 1 | -4/+31 |
| | | | | | order to have an approximative size, not the real one). | ||||
* | add back change CD support. | Francois Pons | 2002-07-18 | 1 | -21/+32 |
| | |||||
* | spell right harddrake (two 'd') in @preferred | Guillaume Cottenceau | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | update with newer perl-URPM. | Francois Pons | 2002-07-16 | 1 | -10/+12 |
| | |||||
* | added log (finding packages to upgrade or computing installed flag) | Francois Pons | 2002-07-16 | 1 | -0/+3 |
| | |||||
* | made upgrade almost work again (need testing and remove/deselect still doesn't | Francois Pons | 2002-07-15 | 1 | -28/+33 |
| | | | | | work properly). | ||||
* | fixed log referencing old methods of stuff.xs no more existing. | Francois Pons | 2002-07-15 | 1 | -16/+6 |
| | | | | | updated remove code (need testing). | ||||
* | during install, between transactions, more verbose message when killing ↵ | Pascal Rigaux | 2002-07-11 | 1 | -1/+4 |
| | | | | processes still alive | ||||
* | use perl-URPM instead of rpmtools. | Francois Pons | 2002-07-10 | 1 | -884/+833 |
| | |||||
* | do not try to get synthesis if hdlist is available as an handle on file (typical | Francois Pons | 2002-03-15 | 1 | -5/+8 |
| | | | | | for updates). | ||||
* | add gcc and gcc-c++ in @preferred | Pascal Rigaux | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | "fam" is not a naughtyServers | Pascal Rigaux | 2002-03-12 | 1 | -1/+0 |
| | |||||
* | remove the old "boa" comment | Pascal Rigaux | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | adapt naughtyServers for 8.2 | Pascal Rigaux | 2002-03-12 | 1 | -9/+25 |
| |