| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2006-01-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-01-30 | 1 | -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 checking | Paul Nasrat | 2005-08-24 | 1 | -74/+0 |
| | | |||||
| * | remove unused function | Paul Nasrat | 2005-08-19 | 1 | -88/+0 |
| | | |||||
| * | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -1/+1 |
| | | |||||
| * | Converted a lot more messages to the new logging system, but there's still | Chris Lumens | 2005-08-11 | 1 | -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 Katz | 2005-05-23 | 1 | -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 Katz | 2005-05-05 | 1 | -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 Katz | 2005-04-27 | 1 | -3/+0 |
| | | | | | * hdrlist.py (betterPackageForProvides): Nuke debug code. | ||||
| * | 2005-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-26 | 1 | -0/+1 |
| | | | | | | * hdrlist.py (EverythingExclude): Add kernel-smp-devel and kernel-hugemem-devel to the exclude too | ||||
| * | Turn off debugging output (#155611). | Chris Lumens | 2005-04-21 | 1 | -1/+0 |
| | | |||||
| * | 2005-04-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-14 | 1 | -0/+7 |
| | | | | | * hdrlist.py (EverythingExclude): Add kernel-xen?-devel too (#154819) | ||||
| * | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -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 Katz | 2005-03-23 | 1 | -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 Katz | 2005-03-21 | 1 | -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 Katz | 2005-02-02 | 1 | -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 Lumens | 2005-02-02 | 1 | -24/+6 |
| | | |||||
| * | check for existence of base and core before trying to cache them. | mikem | 2004-07-29 | 1 | -4/+6 |
| | | |||||
| * | better error handling for a missing comps file (#124771) | Jeremy Katz | 2004-06-01 | 1 | -1/+5 |
| | | |||||
| * | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -0/+7 |
| | | |||||
| * | some fixes from the rhel3 branch. prefer newer packages in cases where | Jeremy Katz | 2004-05-11 | 1 | -0/+20 |
| | | | | | that ends up mattering | ||||
| * | more adjustments for RPM API changes. this should fix the problems people | Jeremy Katz | 2004-04-15 | 1 | -0/+3 |
| | | | | | have seen with making dvds from rawhide (which doesn't have disc # info) | ||||
| * | erm, use the right thing | Jeremy Katz | 2004-04-01 | 1 | -1/+1 |
| | | |||||
| * | rpm api change strikes back | Jeremy Katz | 2004-04-01 | 1 | -0/+2 |
| | | |||||
| * | don't exclude policy stuff anymore from everything install | Jeremy Katz | 2004-02-17 | 1 | -6/+6 |
| | | |||||
| * | more blacklisting to keep policy from getting installedanaconda-9.90-5 | Jeremy Katz | 2004-02-03 | 1 | -1/+3 |
| | | |||||
| * | make it so that policy packages don't get installed for now | Jeremy Katz | 2004-01-29 | 1 | -1/+3 |
| | | |||||
| * | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -5/+7 |
| | | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
| * | make sure that we throw out irrelevant arches early enough | Jeremy Katz | 2003-09-24 | 1 | -5/+7 |
| | | |||||
| * | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -3/+25 |
| | | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
| * | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -1/+2 |
| | | |||||
| * | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -4/+9 |
| | | | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen | ||||
| * | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -2/+2 |
| | | |||||
| * | fix including of groups for things like workstation common (#99204) | Jeremy Katz | 2003-07-17 | 1 | -6/+13 |
| | | |||||
| * | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -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-1 | Jeremy Katz | 2003-06-12 | 1 | -1/+1 |
| | | | | | buildinstall stuff | ||||
| * | merge changes from taroon since new rhpl in dist-10 will require them | Jeremy Katz | 2003-06-10 | 1 | -4/+19 |
| | | |||||
| * | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -132/+293 |
| | | | | | and cleanups in here too | ||||
| * | merge fixes from taroon branch: | Jeremy Katz | 2003-05-20 | 1 | -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 also | Jeremy Katz | 2003-05-20 | 1 | -0/+828 |
| msw's ctrl-alt-del thing and some arch fixups | |||||
