| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2005-05-05 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.61-1 | Jeremy Katz | 2005-05-05 | 1 | -1/+1 |
| | | | | | | | * anaconda.spec: Bump version. * scripts/pkgorder: This used EverythingExclude. | ||||
| * | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -2/+2 |
| | | | | | | | | | * scripts/buildinstall (PRODUCTPATH): Product path simplification. * scripts/pkgorder: Likewise. * scripts/mk-rescueimage.x86_64 (productname): Likewise. * scripts/mk-rescueimage.i386 (productname): Likewise. * scripts/mk-images (PRODUCTPATH): Likewise. | ||||
| * | use ofile=sys.stdout when not specified | mikem | 2004-10-04 | 1 | -7/+3 |
| | | |||||
| * | scripts/pkgorder: Add some command line options: --file <f> to | mikem | 2004-10-04 | 1 | -11/+42 |
| | | | | | | write to a file instead of stdout, --debug to increas the rpm verbosity, --product to set the product path. | ||||
| * | whiteout logs now | Jeremy Katz | 2004-04-19 | 1 | -3/+2 |
| | | |||||
| * | more python 2.3-ifying | Jeremy Katz | 2003-11-09 | 1 | -1/+1 |
| | | |||||
| * | more syntax | Jeremy Katz | 2003-10-14 | 1 | -1/+1 |
| | | |||||
| * | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -4/+9 |
| | | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
| * | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -1/+1 |
| | | |||||
| * | minor merges | Jeremy Katz | 2003-07-08 | 1 | -0/+5 |
| | | | | | | | * translation update path * pkgorder fix * ja font fix | ||||
| * | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -69/+82 |
| | | | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting | ||||
| * | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -2/+2 |
| | | | | | | | | | * 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 | -6/+20 |
| | | | | | buildinstall stuff | ||||
| * | merge changes from taroon since new rhpl in dist-10 will require them | Jeremy Katz | 2003-06-10 | 1 | -5/+8 |
| | | |||||
| * | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -22/+66 |
| | | | | | and cleanups in here too | ||||
| * | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -87/+44 |
| | | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
| * | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -0/+6 |
| | | |||||
| * | hack on pkgorder a bit to get "better" ordering. not at all ideal since | Jeremy Katz | 2003-01-29 | 1 | -12/+40 |
| | | | | | | | | | it's basically me braindumping component names in an order that makes some sense to me -- we should instead be getting this information from install classes probably add language tag to the Component object so I can get to it from pkgorder | ||||
| * | use RPMTRANS_FLAG_ANACONDA to get presentation ordering. hopefully base | Jeremy Katz | 2003-01-27 | 1 | -2/+2 |
| | | | | | is back on one cd... | ||||
| * | need to use file:// for the comps file name to keep urllib happy | Jeremy Katz | 2002-11-05 | 1 | -2/+2 |
| | | |||||
| * | to chainsaw for now -- ordering seems to fail for the not chainsaw case | Jeremy Katz | 2002-10-24 | 1 | -1/+1 |
| | | |||||
| * | more rpm 4.1 tweaking | Jeremy Katz | 2002-10-14 | 1 | -1/+1 |
| | | |||||
| * | pkgorder works now with rpm 4.1 | Jeremy Katz | 2002-10-14 | 1 | -4/+13 |
| | | |||||
| * | we're moving forward to rpm 4.1... | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | | | | | tagged before this commit as before-rpm-4_1 | ||||
| * | oops, fix the rhpl.log usage | Jeremy Katz | 2002-10-04 | 1 | -1/+1 |
| | | |||||
| * | bleah, pkgorder is run inside a runroot, so sys.stderr becomes sys.stdout on | Jeremy Katz | 2002-10-04 | 1 | -3/+3 |
| | | | | | | the side that does the redirecting. really make it so we don't get spewage in pkgorder | ||||
| * | set up logging in pkgorder so that having missing packages won't make the ↵ | Jeremy Katz | 2002-10-03 | 1 | -0/+8 |
| | | | | | pkgorder file invalid | ||||
| * | this might work a little bit better | Jeremy Katz | 2002-06-28 | 1 | -1/+1 |
| | | |||||
| * | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 1 | -1/+1 |
| | | | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1 | ||||
| * | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -0/+3 |
| | | | | | work now, at least in gui. text mode might, though | ||||
| * | this should fix pkgorder in dist-8.0 | Jeremy Katz | 2001-12-13 | 1 | -1/+1 |
| | | |||||
| * | use python2 | Jeremy Katz | 2001-10-25 | 1 | -1/+1 |
| | | |||||
| * | add freeze/thaw to comps. rework pkgorder to get all subcomps of a comp at ↵ | Matt Wilson | 2001-08-28 | 1 | -19/+77 |
| | | | | | the same time it gets the comp, to give priority to tier 1 languages only, and exclude kernel-debug from the most important list | ||||
| * | added support for cramfs and new build system | Erik Troan | 2001-06-20 | 1 | -39/+63 |
| | | |||||
| * | add optional dependency checking | laroche | 2001-04-30 | 1 | -0/+9 |
| | | |||||
| * | cleaned up pkgorder script, removed dead code | laroche | 2001-04-16 | 1 | -57/+29 |
| | | |||||
| * | go for better distribution of discs | Matt Wilson | 2001-01-17 | 1 | -14/+37 |
| | | |||||
| * | oops, typo | Matt Wilson | 2000-12-21 | 1 | -1/+1 |
| | | |||||
| * | use new getData for speed | Matt Wilson | 2000-12-14 | 1 | -23/+6 |
| | | |||||
| * | removed extraneous print | Erik Troan | 2000-12-07 | 1 | -2/+0 |
| | | |||||
| * | lowercase names in sort, just like install does | Erik Troan | 2000-12-07 | 1 | -2/+4 |
| | | |||||
| * | changed arguments a bit | Erik Troan | 2000-11-29 | 1 | -7/+1 |
| | | |||||
| * | *** empty log message *** | Erik Troan | 2000-11-22 | 1 | -2/+0 |
| | | |||||
| * | *** empty log message *** | Erik Troan | 2000-11-22 | 1 | -0/+115 |
