Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort mediums by number, in allMediums() else they will be in hash keys orders in | Francois Pons | 2001-09-24 | 1 | -1/+1 |
| | | | | | install_steps_interactive::chooseCD(). | ||||
* | reworked medium management. | Francois Pons | 2001-09-21 | 1 | -16/+16 |
| | |||||
* | take care not probing in /dev/ for finding package to upgrade, this cause | Francois Pons | 2001-09-20 | 1 | -3/+3 |
| | | | | | problem in live_upgrade. | ||||
* | added code to check if package are really installed. | Francois Pons | 2001-09-19 | 1 | -1/+7 |
| | |||||
* | - gmc instead of nautilus for non-latin1 installs | Pascal Rigaux | 2001-09-19 | 1 | -3/+3 |
| | | | | | - introduce CHARSET flag and use it | ||||
* | tentative to correct install time for big installs | Pascal Rigaux | 2001-09-18 | 1 | -0/+14 |
| | |||||
* | (read_rpmsrate): fix bug | Pascal Rigaux | 2001-09-16 | 1 | -6/+6 |
| | |||||
* | more up to my need ALL flag in compssUsersChoice | Pascal Rigaux | 2001-09-16 | 1 | -1/+1 |
| | |||||
* | - cleanup packages appearing twice in rpmsrate | Pascal Rigaux | 2001-09-16 | 1 | -2/+20 |
| | | | | | | | - handle a few case of packages appearing twice - special case for packages appearing in INSTALL section (flag dropped) - new special flag ALL for compssUsersChoice | ||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -4/+3 |
| | |||||
* | update correctSize and invCorrectSize (now linear) | Pascal Rigaux | 2001-09-14 | 1 | -19/+4 |
| | |||||
* | fixed retry of package 3 times everytime even if first install succeeded, now | Francois Pons | 2001-09-06 | 1 | -5/+7 |
| | | | | | after first successfull install, go to next package to install. | ||||
* | revert previous patch, this is not usable with current rpm as it complains if | Francois Pons | 2001-09-06 | 1 | -6/+0 |
| | | | | | | one the file has a modified MD5SUM against the header describing it in the hdlist, so this is most of the time useless. | ||||
* | guess filename if the file is not found (for an rpm file during installation), | Francois Pons | 2001-09-06 | 1 | -0/+6 |
| | | | | | | so try with release incremented in such case (good for Cooker user or local tester using network installation). | ||||
* | cleanup to avoid invalid file error. | Francois Pons | 2001-09-04 | 1 | -39/+45 |
| | |||||
* | avoid deleting package from %packages in install() when closing fd associated, | Francois Pons | 2001-09-01 | 1 | -2/+2 |
| | | | | | | if the open is called again (?), it will cause an invalid file (seems to happens on some invalid file). | ||||
* | (naughtyServers): update for 8.1 | Pascal Rigaux | 2001-08-30 | 1 | -4/+46 |
| | |||||
* | fixed if undef encountered in depslist when installing package (traversing | Francois Pons | 2001-08-29 | 1 | -1/+2 |
| | | | | | depslist as $depOrder). | ||||
* | updated allowedToUpgrade to avoid upgrading some newer kernel packages. | Francois Pons | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | fix "invalid file" | Pascal Rigaux | 2001-08-24 | 1 | -9/+12 |
| | |||||
* | do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to ↵ | Pascal Rigaux | 2001-08-22 | 1 | -4/+4 |
| | | | | write in it and ... | ||||
* | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵ | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | | | | we're in ramdisk | ||||
* | (naughtyServers): add drakxtools-http | Pascal Rigaux | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2001-08-04 | 1 | -2/+3 |
| | |||||
* | (getDeps): ensure "depslist.ordered has not same package as hdlist files" | Pascal Rigaux | 2001-07-30 | 1 | -5/+9 |
| | | | | | occurs when the hdlists are in fact not available | ||||
* | fixed no test (or die test) to void package read on depslist (allowed to keep | Francois Pons | 2001-07-25 | 1 | -5/+8 |
| | | | | | package indexing good on multi-arch). | ||||
* | cleaned code to examine depslist.ordered and packages list. | Francois Pons | 2001-07-25 | 1 | -21/+24 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added multiple tries if a transaction of only one package fails. | Francois Pons | 2001-07-09 | 1 | -13/+20 |
| | |||||
* | fixed selected_leaves. change algorithm as previous one can still causes dead | Francois Pons | 2001-07-06 | 1 | -15/+34 |
| | | | | | | | lock and may not reproduce correct list. take care of choice that need to be examined before else another package may be chosen if choice is not satisfied when selecting packages. | ||||
* | (selected_leaves): fix dead-loop | Pascal Rigaux | 2001-07-04 | 1 | -1/+1 |
| | |||||
* | (selected_leaves): make it work with loops (eg: mandrake_desk loops with | Pascal Rigaux | 2001-07-04 | 1 | -8/+14 |
| | | | | | control-center resulting on none of them being a leaf) | ||||
* | added epoch (serial) support. | Francois Pons | 2001-06-27 | 1 | -18/+34 |
| | | | | | added mismatching rpm filename lookup. | ||||
* | added minimal support for rpmtools >= 3.0 | Francois Pons | 2001-06-21 | 1 | -1/+2 |
| | |||||
* | (naughtyServers): add apache | Pascal Rigaux | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | fixed absurd mismatch of use of <=> and cmp on versionCompare. | Francois Pons | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | fixed log of packdrake. | Francois Pons | 2001-04-12 | 1 | -8/+2 |
| | |||||
* | added missing use of LD_LOADER for starting parsehdlist on upgrade. | Francois Pons | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | changed transaction error management this way: if a transaction fails, DrakX | Francois Pons | 2001-04-09 | 1 | -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 (typically | Francois Pons | 2001-04-06 | 1 | -0/+3 |
| | | | | | with pid > transaction_pid and parent is 1). | ||||
* | - s/PCI/HW/ | Pascal Rigaux | 2001-04-05 | 1 | -1/+1 |
| | | | | | - add rio500 | ||||
* | (@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 |
| |