| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix indention | bfox | 2003-09-26 | 1 | -1/+1 |
* | if we have more than 512 megs of ram + swap, we should be fine too (#71486) | Jeremy Katz | 2003-09-25 | 1 | -1/+6 |
* | reduce the amount of swap required a little more (#71486) | Jeremy Katz | 2003-09-25 | 1 | -1/+1 |
* | don't let people with duplicate labels continue upgrading (#97364) | Jeremy Katz | 2003-07-24 | 1 | -2/+2 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -0/+38 |
* | removed reference to unused corrected keyword for memInstalled() function. | Mike Fulbright | 2003-06-23 | 1 | -1/+1 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+3 |
* | merge fixes from taroon branch: | Jeremy Katz | 2003-05-20 | 1 | -24/+28 |
* | point to the release notes for more info about third party packages (#90685) | Jeremy Katz | 2003-05-16 | 1 | -2/+5 |
* | fix for bug #85248 | Mike Fulbright | 2003-03-14 | 1 | -2/+2 |
* | pychecker fixes | Jeremy Katz | 2003-02-21 | 1 | -8/+8 |
* | okay, forget trying to use convertdb1, it doesn't seem to work. just tell th... | Jeremy Katz | 2003-02-14 | 1 | -14/+8 |
* | using wrong log function | Mike Fulbright | 2003-02-12 | 1 | -4/+4 |
* | import the exception (#83749) | Jeremy Katz | 2003-02-08 | 1 | -0/+1 |
* | handle not being able to merge the hdlist sanely (#83594) and reuse the string | Jeremy Katz | 2003-02-06 | 1 | -1/+8 |
* | use new -r argument for convertdb1 | Jeremy Katz | 2003-02-05 | 1 | -13/+22 |
* | use convertdb1 to convert to new db format | Jeremy Katz | 2003-01-31 | 1 | -23/+8 |
* | more upgrade checking ugliness in case someone decides to make /usr/tmp a | Jeremy Katz | 2003-01-23 | 1 | -3/+21 |
* | a broken trigger in an old linuxconf package really causes problems on | Jeremy Katz | 2003-01-14 | 1 | -1/+14 |
* | let's go to not setting _install_langs as we've discussed and see if it | Jeremy Katz | 2003-01-03 | 1 | -2/+2 |
* | short-circuit finding packages to upgrade if we already looked at this | Jeremy Katz | 2003-01-03 | 1 | -0/+8 |
* | don't set __dbi_cdb macros anywhere | Matt Wilson | 2002-12-19 | 1 | -1/+1 |
* | fix for broken backwards rpm flags | Jeremy Katz | 2002-12-12 | 1 | -2/+1 |
* | make upgrade or reinstall default based on if previous products exist | Mike Fulbright | 2002-12-11 | 1 | -0/+2 |
* | 50% faster! | Mike Fulbright | 2002-12-02 | 1 | -1/+1 |
* | fix for bug #78201 | Mike Fulbright | 2002-11-20 | 1 | -2/+2 |
* | we need to reset skipped disks here so that if we find any, we'll prompt you ... | Jeremy Katz | 2002-11-07 | 1 | -0/+6 |
* | handle no root parts to upgrade case correctly | Jeremy Katz | 2002-11-07 | 1 | -1/+1 |
* | need to commit these bits too | Jeremy Katz | 2002-11-05 | 1 | -6/+20 |
* | fix a typo, remove stale rpm locks | Jeremy Katz | 2002-10-25 | 1 | -4/+11 |
* | port to rpm 4.[12] | Jeremy Katz | 2002-10-25 | 1 | -130/+74 |
* | we're moving forward to rpm 4.1... | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
* | add upgrade nag for pre-6.2 upgrades | Jeremy Katz | 2002-08-21 | 1 | -0/+23 |
* | add /bin/sh to the list of things to check for relative symlinks | Jeremy Katz | 2002-08-14 | 1 | -1/+2 |
* | this fixes 6.2 upgrades (#69960) | Jeremy Katz | 2002-07-30 | 1 | -0/+3 |
* | tuples are better for static lists | Matt Wilson | 2002-07-15 | 1 | -4/+4 |
* | more crappy upgrade hacks (#68574) | Jeremy Katz | 2002-07-15 | 1 | -1/+1 |
* | Changes as per Milan Documentation String Review | Mike Fulbright | 2002-07-12 | 1 | -7/+7 |
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 |
* | don't traceback if their rpmdb is hosed and was already db3 | Jeremy Katz | 2002-07-05 | 1 | -1/+3 |
* | only do a rebuilddb on upgrades of systems which still have db 1.85 format da... | Jeremy Katz | 2002-06-28 | 1 | -22/+25 |
* | add some hacks for gnome upgrades | Jeremy Katz | 2002-06-28 | 1 | -1/+16 |
* | we'll give this a try to see how much not having orphan file handling hurts u... | Jeremy Katz | 2002-06-25 | 1 | -1/+2 |
* | get rid of superfluous debug | Jeremy Katz | 2002-06-21 | 1 | -2/+0 |
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we use... | Jeremy Katz | 2002-06-10 | 1 | -1/+1 |
* | rescue mode/upgrades don't actually work with lvm, yet, but this is the start... | Jeremy Katz | 2002-06-09 | 1 | -0/+7 |
* | if lilo is being used for bootloader, make sure it gets installed. (#65442) | Jeremy Katz | 2002-06-04 | 1 | -0/+16 |
* | rootOnLoop cases should be dead | Jeremy Katz | 2002-05-30 | 1 | -28/+9 |
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |