summaryrefslogtreecommitdiffstats
path: root/scripts/pkgorder
Commit message (Collapse)AuthorAgeFilesLines
* 2005-05-05 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.61-1Jeremy Katz2005-05-051-1/+1
| | | | | | * anaconda.spec: Bump version. * scripts/pkgorder: This used EverythingExclude.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-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 specifiedmikem2004-10-041-7/+3
|
* scripts/pkgorder: Add some command line options: --file <f> tomikem2004-10-041-11/+42
| | | | | write to a file instead of stdout, --debug to increas the rpm verbosity, --product to set the product path.
* whiteout logs nowJeremy Katz2004-04-191-3/+2
|
* more python 2.3-ifyingJeremy Katz2003-11-091-1/+1
|
* more syntaxJeremy Katz2003-10-141-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-4/+9
| | | | available. basically notting's patch with some fixes and genhdlist handled
* merge from taroon branch to headJeremy Katz2003-07-311-1/+1
|
* minor mergesJeremy Katz2003-07-081-0/+5
| | | | | | * translation update path * pkgorder fix * ja font fix
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-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 aroundJeremy Katz2003-06-231-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-1Jeremy Katz2003-06-121-6/+20
| | | | buildinstall stuff
* merge changes from taroon since new rhpl in dist-10 will require themJeremy Katz2003-06-101-5/+8
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-22/+66
| | | | and cleanups in here too
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-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.RHELJeremy Katz2003-05-051-0/+6
|
* hack on pkgorder a bit to get "better" ordering. not at all ideal sinceJeremy Katz2003-01-291-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 baseJeremy Katz2003-01-271-2/+2
| | | | is back on one cd...
* need to use file:// for the comps file name to keep urllib happyJeremy Katz2002-11-051-2/+2
|
* to chainsaw for now -- ordering seems to fail for the not chainsaw caseJeremy Katz2002-10-241-1/+1
|
* more rpm 4.1 tweakingJeremy Katz2002-10-141-1/+1
|
* pkgorder works now with rpm 4.1Jeremy Katz2002-10-141-4/+13
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1
* oops, fix the rhpl.log usageJeremy Katz2002-10-041-1/+1
|
* bleah, pkgorder is run inside a runroot, so sys.stderr becomes sys.stdout onJeremy Katz2002-10-041-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 Katz2002-10-031-0/+8
| | | | pkgorder file invalid
* this might work a little bit betterJeremy Katz2002-06-281-1/+1
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-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'tJeremy Katz2002-04-191-0/+3
| | | | work now, at least in gui. text mode might, though
* this should fix pkgorder in dist-8.0Jeremy Katz2001-12-131-1/+1
|
* use python2Jeremy Katz2001-10-251-1/+1
|
* add freeze/thaw to comps. rework pkgorder to get all subcomps of a comp at ↵Matt Wilson2001-08-281-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 systemErik Troan2001-06-201-39/+63
|
* add optional dependency checkinglaroche2001-04-301-0/+9
|
* cleaned up pkgorder script, removed dead codelaroche2001-04-161-57/+29
|
* go for better distribution of discsMatt Wilson2001-01-171-14/+37
|
* oops, typoMatt Wilson2000-12-211-1/+1
|
* use new getData for speedMatt Wilson2000-12-141-23/+6
|
* removed extraneous printErik Troan2000-12-071-2/+0
|
* lowercase names in sort, just like install doesErik Troan2000-12-071-2/+4
|
* changed arguments a bitErik Troan2000-11-291-7/+1
|
* *** empty log message ***Erik Troan2000-11-221-2/+0
|
* *** empty log message ***Erik Troan2000-11-221-0/+115