summaryrefslogtreecommitdiffstats
path: root/hdrlist.py
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-301-943/+0
| | | | | | | | * hdrlist.py: Remove dead file. * packages.py: Remove reference to hdrlist.py at least.. * instdata.py: Remove hdrlist import * test/testHdrlist.py: Remove.
* Remove dependency checkingPaul Nasrat2005-08-241-74/+0
|
* remove unused functionPaul Nasrat2005-08-191-88/+0
|
* Use new logging system.Chris Lumens2005-08-121-1/+1
|
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-18/+21
| | | | | | 41 files to go. If your favorite log message needs to be on a different priority level, feel free to change it. Maybe we can have little commit wars over them.
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-3/+4
| | | | | | | | * hdrlist.py (DependencyChecker.callback): Make the comments a little clearer * upgrade.py (upgradeFindPackages): Ensure we don't leave deps stranded that we could have solved (#157754)
* 2005-05-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-13/+16
| | | | | | * hdrlist.py (EverythingExclude): Add the gfs kernel module packages to the everything exclude list too... we need to do this better :-/
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-3/+0
| | | | * hdrlist.py (betterPackageForProvides): Nuke debug code.
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-0/+1
| | | | | * hdrlist.py (EverythingExclude): Add kernel-smp-devel and kernel-hugemem-devel to the exclude too
* Turn off debugging output (#155611).Chris Lumens2005-04-211-1/+0
|
* 2005-04-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-141-0/+7
| | | | * hdrlist.py (EverythingExclude): Add kernel-xen?-devel too (#154819)
* 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 installedanaconda-9.90-5Jeremy 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 newanaconda-9.0.92-1Jeremy 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