summaryrefslogtreecommitdiffstats
path: root/hdrlist.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-4/+0
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-231-0/+2
| | | | | * hdrlist.py: Make sure we don't hide groups which just have metapkgs (#149182)
* 2005-03-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-211-0/+1
| | | | | * hdrlist.py (EverythingExclude): Exclude Xen kernels from an everything install for now (related to #151490)
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-1/+1
| | | | | | * urlinstall.py: Fix urlgrabber import up * kickstart.py: Likewise. * hdrlist.py (groupSetFromCompsFile): Likewise.
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-021-24/+6
|
* check for existence of base and core before trying to cache them.mikem2004-07-291-4/+6
|
* better error handling for a missing comps file (#124771)Jeremy Katz2004-06-011-1/+5
|
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-0/+7
|
* some fixes from the rhel3 branch. prefer newer packages in cases whereJeremy Katz2004-05-111-0/+20
| | | | that ends up mattering
* more adjustments for RPM API changes. this should fix the problems peopleJeremy Katz2004-04-151-0/+3
| | | | have seen with making dvds from rawhide (which doesn't have disc # info)
* erm, use the right thingJeremy Katz2004-04-011-1/+1
|
* rpm api change strikes backJeremy Katz2004-04-011-0/+2
|
* don't exclude policy stuff anymore from everything installJeremy Katz2004-02-171-6/+6
|
* more blacklisting to keep policy from getting installedJeremy Katz2004-02-031-1/+3
|
* make it so that policy packages don't get installed for nowJeremy Katz2004-01-291-1/+3
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-5/+7
| | | | available. basically notting's patch with some fixes and genhdlist handled
* make sure that we throw out irrelevant arches early enoughJeremy Katz2003-09-241-5/+7
|
* merge from taroonJeremy Katz2003-09-201-3/+25
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge changes from taroon branchJeremy Katz2003-08-201-1/+2
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-4/+9
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch to headJeremy Katz2003-07-311-2/+2
|
* fix including of groups for things like workstation common (#99204)Jeremy Katz2003-07-171-6/+13
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-1/+3
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge from taroon. fixes driver disks, side effect of pulling in newJeremy Katz2003-06-121-1/+1
| | | | buildinstall stuff
* merge changes from taroon since new rhpl in dist-10 will require themJeremy Katz2003-06-101-4/+19
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-132/+293
| | | | and cleanups in here too
* merge fixes from taroon branch:Jeremy Katz2003-05-201-0/+26
| | | | | | | * syntax error * fix upgrades * fix writing out of %packages in anaconda-ks.cfg * create the Everything group
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-0/+828
msw's ctrl-alt-del thing and some arch fixups