summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-121-0/+33
| | | | | * upgrade.py (upgradeFindPackages): Handle the great input method switch (#129218)
* 2004-09-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-301-19/+13
| | | | | * upgrade.py (upgradeFindPackages): If this is RHEL, warn if they're upgrading from < RHEL 3 (#134523)
* make rootpath work nicerjrb2004-08-231-1/+8
|
* better single arch package so upgrades work (#129677)Jeremy Katz2004-08-121-3/+3
|
* swap order of install/upgrade options, default to install with RHELJeremy Katz2004-07-301-1/+2
|
* disable upgrade warning on < 6.2 hopefully people aren't using <= Red HatJeremy Katz2004-06-091-1/+1
| | | | | Linux 6.2 anymore which means this only will get triggered on RHEL upgrades (which have similar numbering. oops, should have bumped the epoch probably)
* stupid tyop fixJeremy Katz2004-04-141-1/+1
|
* some xorg-x11 changesJeremy Katz2004-04-131-1/+1
|
* "speed up" upgrade checkJeremy Katz2004-02-021-1/+1
|
* adjust for iterators working differently (#113358)Jeremy Katz2004-01-221-8/+39
|
* remove some Red Hat-ismsBill Nottingham2003-12-161-4/+4
|
* epochs are ints but have to be strings for rpm.labelCompare. ughJeremy Katz2003-10-141-1/+6
| | | | (#106965, #106343)
* fix indentionbfox2003-09-261-1/+1
|
* if we have more than 512 megs of ram + swap, we should be fine too (#71486)Jeremy Katz2003-09-251-1/+6
|
* reduce the amount of swap required a little more (#71486)Jeremy Katz2003-09-251-1/+1
|
* don't let people with duplicate labels continue upgrading (#97364)Jeremy Katz2003-07-241-2/+2
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-0/+38
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* removed reference to unused corrected keyword for memInstalled() function.Mike Fulbright2003-06-231-1/+1
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-2/+3
| | | | and cleanups in here too
* merge fixes from taroon branch:Jeremy Katz2003-05-201-24/+28
| | | | | | | * syntax error * fix upgrades * fix writing out of %packages in anaconda-ks.cfg * create the Everything group
* point to the release notes for more info about third party packages (#90685)Jeremy Katz2003-05-161-2/+5
|
* fix for bug #85248Mike Fulbright2003-03-141-2/+2
|
* pychecker fixesJeremy Katz2003-02-211-8/+8
| | | | only reset if we have an olddb path paranoia
* okay, forget trying to use convertdb1, it doesn't seem to work. just tell ↵Jeremy Katz2003-02-141-14/+8
| | | | them to upgrade to the errata rpm.
* using wrong log functionMike Fulbright2003-02-121-4/+4
|
* import the exception (#83749)Jeremy Katz2003-02-081-0/+1
|
* handle not being able to merge the hdlist sanely (#83594) and reuse the stringJeremy Katz2003-02-061-1/+8
| | | | from packages.py to avoid breaking the string freeze :)
* use new -r argument for convertdb1Jeremy Katz2003-02-051-13/+22
| | | | | do save and restore of the old rpmdb correctly for pre-rpm4 upgrades so that people might have a chance of not being completely hosed if the upgrade fails.
* use convertdb1 to convert to new db formatJeremy Katz2003-01-311-23/+8
|
* more upgrade checking ugliness in case someone decides to make /usr/tmp aJeremy Katz2003-01-231-3/+21
| | | | directory. *sigh* (#80446)
* a broken trigger in an old linuxconf package really causes problems onJeremy Katz2003-01-141-1/+14
| | | | | | upgrade. let's do a pre-emptive removal of the package but make it general enough so that we can use it in the future for other problem packages if we have to (#54120, #72888, #81781)
* let's go to not setting _install_langs as we've discussed and see if itJeremy Katz2003-01-031-2/+2
| | | | | | | gets noticed for beta4. we can always revert back to having it easily enough but I don't think that the disk space usage is a good reason not to since it's virtually impossible to install the languages after the fact and nothing but anaconda ever looks at it anyway (#75184)
* short-circuit finding packages to upgrade if we already looked at thisJeremy Katz2003-01-031-0/+8
| | | | upgrade root once (#62449)
* don't set __dbi_cdb macros anywhereMatt Wilson2002-12-191-1/+1
|
* fix for broken backwards rpm flagsJeremy Katz2002-12-121-2/+1
|
* make upgrade or reinstall default based on if previous products existMike Fulbright2002-12-111-0/+2
|
* 50% faster!Mike Fulbright2002-12-021-1/+1
|
* fix for bug #78201Mike Fulbright2002-11-201-2/+2
|
* we need to reset skipped disks here so that if we find any, we'll prompt you ↵Jeremy Katz2002-11-071-0/+6
| | | | to put a label on them at the more proper time
* handle no root parts to upgrade case correctlyJeremy Katz2002-11-071-1/+1
|
* need to commit these bits tooJeremy Katz2002-11-051-6/+20
|
* fix a typo, remove stale rpm locksJeremy Katz2002-10-251-4/+11
|
* port to rpm 4.[12]Jeremy Katz2002-10-251-130/+74
| | | | | | clean up some of the upgrade checks that were redundant remove support for pulling in gnome on upgrades from < 6.0 pull in rhn-applet if up2date-gnome is installed since it works in kde now too
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1
* add upgrade nag for pre-6.2 upgradesJeremy Katz2002-08-211-0/+23
|
* add /bin/sh to the list of things to check for relative symlinksJeremy Katz2002-08-141-1/+2
|
* this fixes 6.2 upgrades (#69960)Jeremy Katz2002-07-301-0/+3
|
* tuples are better for static listsMatt Wilson2002-07-151-4/+4
|
* more crappy upgrade hacks (#68574)Jeremy Katz2002-07-151-1/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-7/+7
|