summaryrefslogtreecommitdiffstats
path: root/scripts/splittree.py
Commit message (Collapse)AuthorAgeFilesLines
* Applied a bun of patches from David Kuestler to fix splittree.py problems.Chris Lumens2005-05-161-5/+5
|
* fix splittree typosopwith2005-03-311-1/+1
|
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | * 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.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-3/+3
| | | | * scripts/splittree.py: Likewise.
* 2005-03-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-211-3/+10
| | | | | * scripts/splittree.py (Timber.__init__): Add reserve_size for use on ppc (#151234)
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-7/+10
| | | | | * scripts/splittree.py: Allow not creating SRPM CDs by passing --src-discs=0. Based on a patch from Armijn Hemel (#119070)
* Fix error not msg #139391Paul Nasrat2004-11-151-1/+1
|
* 2004-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-221-1/+1
| | | | * scripts/splittree.py: Fix for SRPMs (#122737)
* add rpm key for fedora (#116432)Jeremy Katz2004-02-231-1/+1
|
* more python 2.3-ifyingJeremy Katz2003-11-091-1/+1
|
* don't atof the start time, that makes it different and breaksJeremy Katz2003-10-201-1/+1
| | | | redhat-config-packages (although I'm going to put a workaround there)
* syntaxJeremy Katz2003-10-141-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-12/+16
| | | | available. basically notting's patch with some fixes and genhdlist handled
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+6
| | | | | | | | | | | | | | 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-1/+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 splittree changes from taroon that unbreak splitting. wonder howbefore-taroon-merge-2Jeremy Katz2003-06-121-4/+18
| | | | these didn't get gotten before :/
* don't include .discinfo in the filelist to hardlink. It screws up the ↵timp2003-05-071-3/+3
| | | | unified .discinfo. Oops
* added splittree.pyMike Fulbright2003-04-081-0/+438