summaryrefslogtreecommitdiffstats
path: root/comps.py
Commit message (Expand)AuthorAgeFilesLines
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-6/+10
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+7
* need this here tooJeremy Katz2003-04-251-0/+1
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+11
* we were being very picky about ftp response, so back off. Fixes bug 87867.Mike Fulbright2003-04-081-11/+1
* might help with expection output so we don't have to set it to None so it isn...Mike Fulbright2003-04-031-0/+6
* ow.Jeremy Katz2003-02-121-0/+5
* soften message for non-existent packagesJeremy Katz2003-02-111-1/+1
* try to be more careful about catching errors from urllib2. Not pretty. But I...Mike Fulbright2003-02-041-2/+25
* hack on pkgorder a bit to get "better" ordering. not at all ideal sinceJeremy Katz2003-01-291-0/+3
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* wording (#72900)Jeremy Katz2003-01-101-1/+1
* this fixes the weird behavior where unselecting a package wouldn't unselect it.Jeremy Katz2002-12-311-5/+2
* explicitly make sure the db is closed for transaction sets where weJeremy Katz2002-12-231-0/+1
* explicitly close the db. hopefully will fix #79341Jeremy Katz2002-12-161-2/+3
* fix for broken backwards rpm flagsJeremy Katz2002-12-121-1/+1
* move to urllib2. this should make catching exceptions on transfer errors 'be...Jeremy Katz2002-11-011-2/+2
* db object is goneJeremy Katz2002-10-141-2/+0
* more rpm 4.1 tweakingJeremy Katz2002-10-141-9/+3
* rpm python api changesJeremy Katz2002-10-091-4/+4
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+0
* fix selection of lang specific packages (ie kde-i18n-foo) for mandatory/depen...Jeremy Katz2002-08-221-1/+7
* 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 for...Jeremy Katz2002-07-191-6/+16
* 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, dependenci...Jeremy Katz2002-07-181-1/+5
* confuse concepts even more at least as far as naming is concerned. we need t...Jeremy Katz2002-07-171-0/+13
* 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
* fix mandatory packages to be mandatory, fix refcounting so that we don't get ...Jeremy Katz2002-07-161-3/+20
* only turn on mandatory and default packages initially. make optional compone...Jeremy Katz2002-07-161-51/+133
* 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