summaryrefslogtreecommitdiffstats
path: root/comps.py
Commit message (Collapse)AuthorAgeFilesLines
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+0
|
* fix selection of lang specific packages (ie kde-i18n-foo) for ↵Jeremy Katz2002-08-221-1/+7
| | | | mandatory/dependency packages. Component.addDependencyPackage is only used by this part of packages.py, so changing it is safe
* detect and install summit, if availableMatt Wilson2002-08-211-1/+2
|
* handle the translated comps stuffJeremy Katz2002-08-161-5/+23
|
* use translated group names and descriptions if availableJeremy Katz2002-08-011-4/+31
|
* hierarchy is in the comps file nowJeremy Katz2002-07-231-46/+13
|
* cheap hack to make loading comps faster -- don't resolve the dependencies ↵Jeremy Katz2002-07-191-6/+16
| | | | for Everything since there aren't any deps we're not adding
* add description for minimal and move X to Desktop sectionMike Fulbright2002-07-191-3/+8
|
* add some other poor folks who worked on this fileMike Fulbright2002-07-181-0/+2
|
* only register if we're not there yet. don't worry about metapkgs, ↵Jeremy Katz2002-07-181-1/+5
| | | | dependencies or the like for everything
* confuse concepts even more at least as far as naming is concerned. we need ↵Jeremy Katz2002-07-171-0/+13
| | | | to use the depsDict refcounting even with optional packages, because an optional package can be a dependency of another optional package though its kind of weird to do so.
* support selecting metapkgs, make the metapkg dict be Component object indexedJeremy Katz2002-07-171-35/+42
|
* old cruftMike Fulbright2002-07-171-3/+0
|
* pull in package descriptions from xml nowMike Fulbright2002-07-171-11/+27
|
* add support for the metapkgs stuff tooJeremy Katz2002-07-161-2/+27
|
* actually commit the code to update selections after adding/removing optional ↵Jeremy Katz2002-07-161-1/+3
| | | | packages
* fix mandatory packages to be mandatory, fix refcounting so that we don't get ↵Jeremy Katz2002-07-161-3/+20
| | | | too confused when adding/removing, fix everything to be mandatory, add mail server group
* only turn on mandatory and default packages initially. make optional ↵Jeremy Katz2002-07-161-51/+133
| | | | components off by default. handle dependencies a little bit differently. optional packages should be doable in the ui now without problems (although a convenience function or two will probably make things a lot simpler)
* fixup sorting of comps groupsMike Fulbright2002-07-121-2/+4
|
* and avoid breaking the treeJeremy Katz2002-07-121-0/+9
|
* implement comps hierarchy sortingMike Fulbright2002-07-121-63/+62
|
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
|
* fix order to put defaults closer to startMike Fulbright2002-06-281-5/+5
|
* fix so that Everything installs in other languages via kickstart workJeremy Katz2002-06-281-2/+2
|
* quick hack to order new compsMike Fulbright2002-06-281-0/+70
|
* more sillinessJeremy Katz2002-06-281-1/+1
|
* I'm an idiotJeremy Katz2002-06-281-1/+1
|
* use new comps file while changing as little as possibleJeremy Katz2002-06-271-105/+117
|
* remove ugly hack now that we don't have a file conflictJeremy Katz2002-06-101-4/+0
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* this is what I meantJeremy Katz2002-05-301-1/+1
|
* librpm404-python really only exists so we don't have to go to rpm 4.1 quite ↵Jeremy Katz2002-05-301-0/+4
| | | | yet. exclude it from being installed so that we don't get file conflicts
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* don't include kernel-summit on everything installs eitherJeremy Katz2002-03-071-0/+1
|
* -enterprise kernel doesn't exist anymore!!Erik Troan2002-02-011-2/+2
|
* specify which package is removed from the install setBill Nottingham2002-01-311-2/+2
|
* use startswithMatt Wilson2001-10-301-1/+1
|
* fix for #51498Matt Wilson2001-09-061-0/+8
|
* add freeze/thaw to comps. rework pkgorder to get all subcomps of a comp at ↵Matt Wilson2001-08-281-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 dbMatt Wilson2001-08-231-1/+4
|
* fix-up so we only write out config files if there are any kernels beingJeremy Katz2001-08-211-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 checkMatt Wilson2001-07-261-1/+1
|
* do not fall over when you do "ignore packages with dependencies" on upgrade ↵Matt Wilson2001-07-251-4/+4
| | | | when you have a lot of "no suggestions"
* add s390/s390x patchesr0-9-1laroche2001-07-201-1/+4
|
* replace a line of code I accidently removed at a time I shouldn't have been ↵Matt Wilson2001-07-161-0/+1
| | | | coding
* fix typoMike Fulbright2001-07-111-1/+1
|
* honor all conditions that a package should be considered for when adding ↵Matt Wilson2001-07-111-9/+16
| | | | packages to the Everything component
* argh - that wasn't what I meant to do - revertMatt Wilson2001-06-271-4/+4
|
* check ondisk for these packages in case they are on the system and not newer ↵Matt Wilson2001-06-271-4/+4
| | | | in the distro