Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use startswith | Matt Wilson | 2001-10-30 | 1 | -1/+1 |
| | |||||
* | fix for #51498 | Matt Wilson | 2001-09-06 | 1 | -0/+8 |
| | |||||
* | add freeze/thaw to comps. rework pkgorder to get all subcomps of a comp at ↵ | Matt Wilson | 2001-08-28 | 1 | -13/+24 |
| | | | | the same time it gets the comp, to give priority to tier 1 languages only, and exclude kernel-debug from the most important list | ||||
* | fix broken conflict handling when the problem is all in the installed db | Matt Wilson | 2001-08-23 | 1 | -1/+4 |
| | |||||
* | fix-up so we only write out config files if there are any kernels being | Jeremy Katz | 2001-08-21 | 1 | -4/+6 |
| | | | | | installed and if not, we should pop up a warning telling the user that we're not changing the configuration (52099) | ||||
* | return empty list on same state check | Matt Wilson | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | do not fall over when you do "ignore packages with dependencies" on upgrade ↵ | Matt Wilson | 2001-07-25 | 1 | -4/+4 |
| | | | | when you have a lot of "no suggestions" | ||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -1/+4 |
| | |||||
* | replace a line of code I accidently removed at a time I shouldn't have been ↵ | Matt Wilson | 2001-07-16 | 1 | -0/+1 |
| | | | | coding | ||||
* | fix typo | Mike Fulbright | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | honor all conditions that a package should be considered for when adding ↵ | Matt Wilson | 2001-07-11 | 1 | -9/+16 |
| | | | | packages to the Everything component | ||||
* | argh - that wasn't what I meant to do - revert | Matt Wilson | 2001-06-27 | 1 | -4/+4 |
| | |||||
* | check ondisk for these packages in case they are on the system and not newer ↵ | Matt Wilson | 2001-06-27 | 1 | -4/+4 |
| | | | | in the distro | ||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -5/+3 |
| | |||||
* | minor reformatting | Matt Wilson | 2001-06-22 | 1 | -11/+13 |
| | |||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+16 |
| | |||||
* | protect from multiple header merges | Matt Wilson | 2001-06-22 | 1 | -5/+6 |
| | |||||
* | protect from multiple header merges | Matt Wilson | 2001-06-22 | 1 | -3/+6 |
| | |||||
* | 1) more fixups for upgrades: fix step list to actually run the transaction, | Matt Wilson | 2001-06-22 | 1 | -16/+25 |
| | | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py | ||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -67/+256 |
| | |||||
* | remove old preorder code | Matt Wilson | 2001-02-15 | 1 | -3/+0 |
| | |||||
* | add kernel-enterprise to exclude | Matt Wilson | 2001-02-14 | 1 | -1/+1 |
| | |||||
* | only care about the packages we are actually installing when checking the ↵ | Matt Wilson | 2001-02-14 | 1 | -1/+8 |
| | | | | preorder... | ||||
* | use two part header lists | Erik Troan | 2001-02-10 | 1 | -0/+5 |
| | |||||
* | enable listing multiple lang exprs in the comps file, match properly for ↵ | Matt Wilson | 2001-01-26 | 1 | -15/+35 |
| | | | | support everything. | ||||
* | more language changes -- why not? | Erik Troan | 2001-01-25 | 1 | -0/+1 |
| | |||||
* | check only the actual arch or lang for negative | Matt Wilson | 2001-01-23 | 1 | -2/+2 |
| | |||||
* | package expr override | Matt Wilson | 2001-01-23 | 1 | -0/+2 |
| | |||||
* | process exprs down in chains | Matt Wilson | 2001-01-22 | 1 | -10/+5 |
| | |||||
* | don't hose out of we're doing arch checks with matchalllangs | Matt Wilson | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | add support for \! | Matt Wilson | 2001-01-22 | 1 | -4/+7 |
| | |||||
* | conditional packages in Everything | Matt Wilson | 2001-01-20 | 1 | -64/+91 |
| | |||||
* | check for preordering | Matt Wilson | 2001-01-17 | 1 | -0/+3 |
| | |||||
* | set up comps.py to look at linguas for expressions. don't set linguas when ↵ | Matt Wilson | 2001-01-03 | 1 | -5/+8 |
| | | | | setting language in todo. provide some useful messages in package selection | ||||
* | move kernel excludes to a generic dictionary, add kinput2 excludes | Matt Wilson | 2000-12-11 | 1 | -12/+14 |
| | |||||
* | added noscore bits | Erik Troan | 2000-11-22 | 1 | -3/+7 |
| | |||||
* | modified hard drive install method to use iso images on hard drive | Erik Troan | 2000-11-17 | 1 | -0/+1 |
| | |||||
* | check for socket errors w/ we can't open the comps file | Erik Troan | 2000-10-31 | 1 | -1/+13 |
| | |||||
* | use N_ for everything component, not _ | Erik Troan | 2000-10-04 | 1 | -1/+2 |
| | |||||
* | don't let the selcetionCount go negative | Erik Troan | 2000-08-24 | 1 | -2/+2 |
| | |||||
* | simplified selection count's on components; seem correct now | Erik Troan | 2000-08-23 | 1 | -20/+2 |
| | |||||
* | revert enterprise patch | Matt Wilson | 2000-08-22 | 1 | -1/+1 |
| | |||||
* | exclude kernel-enterprise | Matt Wilson | 2000-08-17 | 1 | -2/+3 |
| | |||||
* | tweak message | Matt Wilson | 2000-08-15 | 1 | -2/+2 |
| | |||||
* | a little error checking when reading in the header list | Matt Wilson | 2000-08-15 | 1 | -0/+4 |
| | |||||
* | make GNOME default if in optional groups list | Mike Fulbright | 2000-08-07 | 1 | -0/+3 |
| | |||||
* | added VGA16 to xservers | Matt Wilson | 2000-08-04 | 1 | -1/+1 |
| | |||||
* | move all string access of headers to int constants | Matt Wilson | 2000-07-25 | 1 | -6/+6 |
| | |||||
* | fixed roundoff errors | Matt Wilson | 2000-07-24 | 1 | -3/+3 |
| | |||||
* | fix integer overflow | Matt Wilson | 2000-07-17 | 1 | -3/+3 |
| |