Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (@preferred): replace wu-ftpd by proftpd, add Bastille-Curses-module | Pascal Rigaux | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | warnAboutNaughtyServers | Pascal Rigaux | 2001-03-27 | 1 | -0/+15 |
| | |||||
* | fixed too early erasing of old rpmlib db. now postponed at end of install | Francois Pons | 2001-03-27 | 1 | -16/+21 |
| | | | | | and only if rpm-4.0 or above has been installed. | ||||
* | cleanup | Pascal Rigaux | 2001-03-24 | 1 | -3/+2 |
| | |||||
* | (computeGroupSize): fix hacks, better hacks | Pascal Rigaux | 2001-03-19 | 1 | -5/+8 |
| | | | | | (saveCompssUsers): fix | ||||
* | fix the compssUsers interpretation | Pascal Rigaux | 2001-03-14 | 1 | -4/+5 |
| | |||||
* | fixed unselect management of choice, propagate unselection correctly to all | Francois Pons | 2001-03-14 | 1 | -5/+9 |
| | | | | | packages requiring unselected package. | ||||
* | (readCompssUsers): change the key of compssUsers, added "label" | Pascal Rigaux | 2001-03-14 | 1 | -3/+3 |
| | | | | | (computeGroupSize): fix bug | ||||
* | (computeGroupSize): fix logging | Pascal Rigaux | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | compss is deprecated. use compssUsers for the tree | Pascal Rigaux | 2001-03-13 | 1 | -25/+1 |
| | |||||
* | (readCompssUsers): get the "path" | Pascal Rigaux | 2001-03-13 | 1 | -2/+3 |
| | |||||
* | (computeGroupSize): log what is found | Pascal Rigaux | 2001-03-12 | 1 | -1/+3 |
| | |||||
* | (saveCompssUsers): make it work | Pascal Rigaux | 2001-03-12 | 1 | -2/+2 |
| | |||||
* | (readCompssUsers): clean-up | Pascal Rigaux | 2001-03-12 | 1 | -5/+18 |
| | | | | | (saveCompssUsers): created | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-03-12 | 1 | -1/+0 |
| | |||||
* | put everything in %compssUsers, use field flags for the flags :) | Pascal Rigaux | 2001-03-12 | 1 | -5/+5 |
| | |||||
* | (computeGroupSize): created | Pascal Rigaux | 2001-03-12 | 1 | -3/+71 |
| | |||||
* | fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for other | Francois Pons | 2001-03-12 | 1 | -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 Rigaux | 2001-03-09 | 1 | -1/+3 |
| | | | | | adding the flag LOCALES"*" for them | ||||
* | changed choice of package for selection. | Francois Pons | 2001-03-08 | 1 | -5/+7 |
| | |||||
* | added support for killing all child process of a transaction, necessary to be | Francois Pons | 2001-03-07 | 1 | -0/+28 |
| | | | | | able to umount cdrom and eject it correctly. | ||||
* | added retry support but automatic (no user response). | Francois Pons | 2001-03-01 | 1 | -66/+92 |
| | |||||
* | added accessor the rpmsrate data of packages. | Francois Pons | 2001-02-23 | 1 | -4/+9 |
| | | | | | avoid rebuilding the database for oem, rpm db is assumed to be fine. | ||||
* | (setSelectedFromCompssList): fix the fix | Pascal Rigaux | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | (setSelectedFromCompssList): fix sillyness | Pascal Rigaux | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | (selected_leaves): created | Pascal Rigaux | 2001-02-21 | 1 | -1/+20 |
| | |||||
* | added RPMRC_FILE env variable to choose rpmrc file for rpmlib used | Francois Pons | 2001-02-20 | 1 | -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 Pons | 2001-02-08 | 1 | -2/+1 |
| | |||||
* | now fully fixed ftp connection (and http too) caused by forked DrakX | Francois Pons | 2001-02-07 | 1 | -10/+10 |
| | | | | | with latent ftp connection. | ||||
* | updated to use urpmi new format (change fakemedium to better label) | Francois Pons | 2001-02-05 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-02 | 1 | -1/+1 |
| | |||||
* | using the new formatXiB | Pascal Rigaux | 2001-02-02 | 1 | -1/+1 |
| | |||||
* | added rpmrebuilddb directory cleaning before, remove old rpm file | Francois Pons | 2001-01-31 | 1 | -4/+14 |
| | | | | | if everything has been successfull. | ||||
* | (psUpdateHdlistsDeps): also copy rpmsrate | Pascal Rigaux | 2001-01-31 | 1 | -3/+2 |
| | |||||
* | (read_rpmsrate): if $packages is undef, ignore it. That way, read_rpmsrate | Pascal Rigaux | 2001-01-22 | 1 | -3/+6 |
| | | | | | can be called standalone. | ||||
* | update to use new header file format in hdlist (added arch) but depslist has ↵ | Francois Pons | 2001-01-17 | 1 | -21/+8 |
| | | | | not it... | ||||
* | removed need of packdrake binary | Francois Pons | 2001-01-05 | 1 | -20/+31 |
| | |||||
* | keep $o->{langs} unpacked to simplify things | Pascal Rigaux | 2001-01-04 | 1 | -1/+0 |
| | |||||
* | fixed some old $p->{file} by new $p->[$FILE] | Francois Pons | 2001-01-04 | 1 | -2/+2 |
| | |||||
* | code cleanup and fixes for lilo not upgrade | Francois Pons | 2001-01-04 | 1 | -32/+11 |
| | |||||
* | use ldetect-lst for usb => now auto detects mice types :) | Pascal Rigaux | 2000-12-16 | 1 | -0/+1 |
| | |||||
* | move from compssList to rpmsrate | Pascal Rigaux | 2000-12-14 | 1 | -135/+72 |
| | |||||
* | fixed versionCompare to always return number. added checking of version to | Francois Pons | 2000-12-12 | 1 | -2/+5 |
| | | | | | select obsoletes on upgrade. | ||||
* | fixed bug in list of packages provided by another one. | Francois Pons | 2000-12-08 | 1 | -4/+5 |
| | |||||
* | final fixes to versionCompare to make sure no deadlock can occurs. | Francois Pons | 2000-12-05 | 1 | -1/+2 |
| | |||||
* | load only one hdlist in memory if CD is not ejectable (low memory). | Francois Pons | 2000-12-04 | 1 | -6/+16 |
| | |||||
* | fixed compareVersion for deadlock. removed silly CODE print on deporder ↵ | Francois Pons | 2000-12-04 | 1 | -4/+2 |
| | | | | problems. | ||||
* | fixed misuse of map with values returing list which are indexed afterward. | Francois Pons | 2000-11-28 | 1 | -1/+1 |
| | |||||
* | avoid .la files for selection. | Francois Pons | 2000-11-24 | 1 | -4/+4 |
| | |||||
* | synced versionCompare() with rpmtools-2.1-4mdk. | Francois Pons | 2000-11-23 | 1 | -5/+7 |
| | | | | | | | removed ugly log on transaction. added special case to avoid counting kernels space when upgrading as these package are not upgraded (just installed). |