summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* smarter choosing of processes to killPascal Rigaux2002-02-211-1/+2
|
* much simpler & stronger killing of still running processesPascal Rigaux2002-02-201-24/+2
|
* fixed INSTALL category in rpmsrate for copying file when changing cd (was anFrancois Pons2002-02-201-3/+4
| | | | | | limitation in read_rpmsrate when a package having a category and INSTALL caused INSTALL to be dropped).
* fix typoPascal Rigaux2002-02-151-1/+1
|
* fixed obsoletes management according to urpmi code.Francois Pons2002-02-141-9/+19
|
* added extension to setSelectedFromCompssList.Francois Pons2002-02-131-4/+10
|
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-1/+1
| | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there
* fixed try opening to trigger changeCD callback.Francois Pons2002-01-251-5/+11
|
* added support to save already existing synthesis file.Francois Pons2002-01-221-0/+2
|
* avoid upgrading a package by selection on files unless it has been obsoleted.Francois Pons2002-01-171-1/+1
|
* use rpm version comparison function.Francois Pons2002-01-091-8/+10
|
* allow to use same identifier for security medium (1u).Francois Pons2002-01-041-1/+1
| | | | | | re-install urpmi. allow some error to be catched.
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-19/+46
|
* prefer gcc-cppPascal Rigaux2002-01-031-1/+1
|
* (selectPackage): hard coded preference to simple kernelPascal Rigaux2001-12-051-0/+1
|
* (naughtyServers): cleanup commentsPascal Rigaux2001-09-251-1/+1
|
* sort mediums by number, in allMediums() else they will be in hash keys orders inFrancois Pons2001-09-241-1/+1
| | | | | install_steps_interactive::chooseCD().
* reworked medium management.Francois Pons2001-09-211-16/+16
|
* take care not probing in /dev/ for finding package to upgrade, this causeFrancois Pons2001-09-201-3/+3
| | | | | problem in live_upgrade.
* added code to check if package are really installed.Francois Pons2001-09-191-1/+7
|
* - gmc instead of nautilus for non-latin1 installsPascal Rigaux2001-09-191-3/+3
| | | | | - introduce CHARSET flag and use it
* tentative to correct install time for big installsPascal Rigaux2001-09-181-0/+14
|
* (read_rpmsrate): fix bugPascal Rigaux2001-09-161-6/+6
|
* more up to my need ALL flag in compssUsersChoicePascal Rigaux2001-09-161-1/+1
|
* - cleanup packages appearing twice in rpmsratePascal Rigaux2001-09-161-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::CommonPascal Rigaux2001-09-161-4/+3
|
* update correctSize and invCorrectSize (now linear)Pascal Rigaux2001-09-141-19/+4
|
* fixed retry of package 3 times everytime even if first install succeeded, nowFrancois Pons2001-09-061-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 ifFrancois Pons2001-09-061-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 Pons2001-09-061-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 Pons2001-09-041-39/+45
|
* avoid deleting package from %packages in install() when closing fd associated,Francois Pons2001-09-011-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.1Pascal Rigaux2001-08-301-4/+46
|
* fixed if undef encountered in depslist when installing package (traversingFrancois Pons2001-08-291-1/+2
| | | | | depslist as $depOrder).
* updated allowedToUpgrade to avoid upgrading some newer kernel packages.Francois Pons2001-08-281-1/+1
|
* fix "invalid file"Pascal Rigaux2001-08-241-9/+12
|
* do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to ↵Pascal Rigaux2001-08-221-4/+4
| | | | write in it and ...
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-1/+1
| | | | we're in ramdisk
* (naughtyServers): add drakxtools-httpPascal Rigaux2001-08-081-1/+1
|
* make perl_checker happyPascal Rigaux2001-08-041-2/+3
|
* (getDeps): ensure "depslist.ordered has not same package as hdlist files"Pascal Rigaux2001-07-301-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 keepFrancois Pons2001-07-251-5/+8
| | | | | package indexing good on multi-arch).
* cleaned code to examine depslist.ordered and packages list.Francois Pons2001-07-251-21/+24
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* added multiple tries if a transaction of only one package fails.Francois Pons2001-07-091-13/+20
|
* fixed selected_leaves. change algorithm as previous one can still causes deadFrancois Pons2001-07-061-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-loopPascal Rigaux2001-07-041-1/+1
|
* (selected_leaves): make it work with loops (eg: mandrake_desk loops withPascal Rigaux2001-07-041-8/+14
| | | | | control-center resulting on none of them being a leaf)
* added epoch (serial) support.Francois Pons2001-06-271-18/+34
| | | | | added mismatching rpm filename lookup.
* added minimal support for rpmtools >= 3.0Francois Pons2001-06-211-1/+2
|