summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spliteddamien2000-11-241-30/+3
|
* doc + splitdamien2000-11-241-0/+45
|
* removed some ugly logs.Francois Pons2000-11-231-3/+0
|
* added tempory fix for initscripts %post.Francois Pons2000-11-231-0/+9
|
* synced versionCompare() with rpmtools-2.1-4mdk.Francois Pons2000-11-231-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).
* put all tina stuff to weight 0Guillaume Cottenceau2000-11-231-3/+3
|
* Memory usage optimization, change structure of storingFrancois Pons2000-11-231-357/+427
| | | | | | | | package informations. lot of fork to make sure of freeing memory by perl (no free on used hashes or arrays usable by other than perl), now upgrade takes as much as install which takes at least 0.5Mb less than before.
* updated with structural change of pkgs.Francois Pons2000-11-234-41/+40
|
* *** empty log message ***Guillaume Cottenceau2000-11-224-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-225-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-222-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-221-0/+0
|
* removed code to ask if take care of /etc/X11/XF86Config* files.Francois Pons2000-11-211-9/+1
|
* always try to get default from /etc/X11/XF86ConfigFrancois Pons2000-11-211-0/+1
|
* upgrade for XF86Config, take care of resolution and depth wanted.Francois Pons2000-11-211-3/+4
|
* added more subtil upgrade from /etc/X11/XF86Config* files, keepFrancois Pons2000-11-211-32/+93
| | | | | wacom entries.
* first draftGuillaume Cottenceau2000-11-2111-41/+277
|
* added wait message during rebuild of rpm database as it takes some time.Francois Pons2000-11-211-0/+6
|
* removing logs.Francois Pons2000-11-211-5/+0
|
* cosmetic changes for upgrade, removing some logs.Francois Pons2000-11-211-3/+1
|
* first draft for init and minilibcGuillaume Cottenceau2000-11-204-0/+1061
|
* clean up as today filelist is no more.Francois Pons2000-11-201-50/+2
|
* filelist is no more used.Francois Pons2000-11-201-4/+1
|
* added parsehdlist.Francois Pons2000-11-201-0/+1
|
* removed logs.Francois Pons2000-11-201-8/+1
|
* use parsehdlist from rpmtools-2.1-3mdk or above instead ofFrancois Pons2000-11-201-17/+29
| | | | | | | perl code from DrakX forking to simulate a filelist server. this increase performance by 100 to 150% on selection of packages to upgrade.
* *** empty log message ***Pascal Rigaux2000-11-201-0/+6
|
* (afterInstallPackages): moved the writeandclean_ldsoconf herePascal Rigaux2000-11-201-2/+3
|
* (exitInstall): fix messagePascal Rigaux2000-11-201-1/+1
|
* add /var/ftp and /var/www in the list of propose mount-pointsPascal Rigaux2000-11-201-1/+1
|
* commiting modifs of Fri 17 (do not typedef the structs anymore, ↵Guillaume Cottenceau2000-11-205-39/+68
| | | | s/malloc/alloca when possible, return int all the time)
* add openuniverse to the list of gl appsGuillaume Cottenceau2000-11-171-1/+1
|
* - fix bug of not actually writing down the `0' char to end filetableGuillaume Cottenceau2000-11-164-119/+47
| | | | | | - use stat to compute file lengths - test NULL pointers directly on their value
* tempory version for current glibc, a lot of module have been removed due toFrancois Pons2000-11-161-45/+52
| | | | | | problem of stage1 increase in size when compiled with glibc-2.2 and current modutils.
* updated with rpmlib 4.Francois Pons2000-11-161-1/+1
|
* completed something that seems to work almost correctly at the first lookFrancois Pons2000-11-161-38/+40
| | | | | with rpmlib 4.
* include /usr/lib/rpm/macros else rpmlib gets crazy :-)Francois Pons2000-11-161-0/+1
|
* add netscape-german, thx to florinGuillaume Cottenceau2000-11-161-0/+1
|
* isdn4k-utils gets same weight as isdn4net, thx to FlorinGuillaume Cottenceau2000-11-161-1/+1
|
* updated Norwegian filePablo Saratxaga2000-11-161-6/+6
|
* add librpmioPascal Rigaux2000-11-151-1/+1
|
* updated for rpm 4.Francois Pons2000-11-151-44/+35
|
* umount before leaving, clean unneeded stuff in rc.rebootPascal Rigaux2000-11-152-4/+3
|
* workaround for kernel-headers not in sync with glibc (dev_t)Pascal Rigaux2000-11-151-0/+3
|
* rpmdepOrder again (for new TAGp)Francois Pons2000-11-151-3/+3
|
* when loading a new module, add an alias for it, even in standalone mode.damien2000-11-151-1/+1
|
* removed foreach (<... which are eating memoryFrancois Pons2000-11-1412-65/+89
|
* fork install on upgrade for searching trhough filelist, this savesFrancois Pons2000-11-141-116/+195
| | | | | | | | | | | | | | | | | | | | | | | about 20Mb of memory before rpmlib transaction are started so its is more than 2 times faster for upgrading a system, sorry it was effectively a machine two overloaded that makes the upgrade slower. make rpmlib not to check size as DrakX should do it. added special cases for selection of packages according to files, avoid all kde-i18n packages if their locales-$lang is not selected, avoid a -devel package if only one files is updated (typical for fixes on package by moving files around). deactivated rpmdepOrder as it should be done directly in depslist.ordered file. fixed obsoletes which never run correctly, even if almost no package are selected explicitely this way. added log during selection of packages to upgrade to keep a track of what DrakX is doing.
* updated Danish filePablo Saratxaga2000-11-141-680/+773
|
* Integrate Till's patches for better work with Cups.Guillaume Cottenceau2000-11-131-2/+41
|