summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | | | | | tries to make as many transaction as there are package that have failed to be installed (this means one transaction of only one package). This help installing most package that are correct (as a transaction that failed cause all remaining package to be not installed).
* added killing on child process of transaction that have been detached (typicallyFrancois Pons2001-04-061-0/+3
| | | | | with pid > transaction_pid and parent is 1).
* - s/PCI/HW/Pascal Rigaux2001-04-051-1/+1
| | | | | - add rio500
* (@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
| | | | | and only if rpm-4.0 or above has been installed.
* cleanupPascal Rigaux2001-03-241-3/+2
|
* (computeGroupSize): fix hacks, better hacksPascal Rigaux2001-03-191-5/+8
| | | | | (saveCompssUsers): fix
* fix the compssUsers interpretationPascal Rigaux2001-03-141-4/+5
|
* fixed unselect management of choice, propagate unselection correctly to allFrancois Pons2001-03-141-5/+9
| | | | | packages requiring unselected package.
* (readCompssUsers): change the key of compssUsers, added "label"Pascal Rigaux2001-03-141-3/+3
| | | | | (computeGroupSize): fix bug
* (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
| | | | | (saveCompssUsers): created
* *** 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
| | | | | | | | | | combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH.
* (read_rpmsrate): handle the special case of packages requiring locales-*,Pascal Rigaux2001-03-091-1/+3
| | | | | adding the flag LOCALES"*" for them
* changed choice of package for selection.Francois Pons2001-03-081-5/+7
|
* added support for killing all child process of a transaction, necessary to beFrancois Pons2001-03-071-0/+28
| | | | | able to umount cdrom and eject it correctly.
* added retry support but automatic (no user response).Francois Pons2001-03-011-66/+92
|
* added accessor the rpmsrate data of packages.Francois Pons2001-02-231-4/+9
| | | | | avoid rebuilding the database for oem, rpm db is assumed to be fine.
* (setSelectedFromCompssList): fix the fixPascal Rigaux2001-02-231-1/+1
|
* (setSelectedFromCompssList): fix sillynessPascal Rigaux2001-02-231-1/+1
|
* (selected_leaves): createdPascal Rigaux2001-02-211-1/+20
|
* added RPMRC_FILE env variable to choose rpmrc file for rpmlib usedFrancois Pons2001-02-201-6/+14
| | | | | | | | by DrakX, neccessary for live update from a 7.2 or older. Check that if something goes wrong with rebuilddb, avoid removing old rpm-3 db files. Make sure live_install can start from top directory too.
* fixed problem for updating hdlist after going back to partition step.Francois Pons2001-02-081-2/+1
|
* now fully fixed ftp connection (and http too) caused by forked DrakXFrancois Pons2001-02-071-10/+10
| | | | | with latent ftp connection.
* updated to use urpmi new format (change fakemedium to better label)Francois Pons2001-02-051-2/+2
|
* *** empty log message ***Pascal Rigaux2001-02-021-1/+1
|
* using the new formatXiBPascal Rigaux2001-02-021-1/+1
|
* added rpmrebuilddb directory cleaning before, remove old rpm fileFrancois Pons2001-01-311-4/+14
| | | | | if everything has been successfull.
* (psUpdateHdlistsDeps): also copy rpmsratePascal Rigaux2001-01-311-3/+2
|
* (read_rpmsrate): if $packages is undef, ignore it. That way, read_rpmsratePascal Rigaux2001-01-221-3/+6
| | | | | can be called standalone.
* update to use new header file format in hdlist (added arch) but depslist has ↵Francois Pons2001-01-171-21/+8
| | | | not it...
* removed need of packdrake binaryFrancois Pons2001-01-051-20/+31
|
* keep $o->{langs} unpacked to simplify thingsPascal Rigaux2001-01-041-1/+0
|
* fixed some old $p->{file} by new $p->[$FILE]Francois Pons2001-01-041-2/+2
|
* code cleanup and fixes for lilo not upgradeFrancois Pons2001-01-041-32/+11
|
* use ldetect-lst for usb => now auto detects mice types :)Pascal Rigaux2000-12-161-0/+1
|
* move from compssList to rpmsratePascal Rigaux2000-12-141-135/+72
|
* fixed versionCompare to always return number. added checking of version toFrancois Pons2000-12-121-2/+5
| | | | | select obsoletes on upgrade.