summaryrefslogtreecommitdiffstats
path: root/scripts/splittree.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove pkgorder and splittree; these should be in pungiJeremy Katz2008-06-231-487/+0
|
* When splitting srpms, only link srpms, nothing else.Jesse Keating2008-04-081-0/+2
| | | | Without this check, splitSRPMS would fail trying to link a directory.
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-4/+5
|
* Added a --disc-size= option to set the size of the media in MB. Defaults toChris Lumens2007-10-261-3/+11
| | | | the old value of 640 (#149234)
* 2007-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-261-0/+1
| | | | | * scripts/splittree.py (Timber.createSplitDirs): Fix splitting (Joel Andres Granados, #233384)
* More intelligent error handling when there's too many packages for the CD sizeChris Lumens2007-03-141-0/+4
| | | | (#232104).
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-9/+2
| | | | * scripts/splittree.py: Don't generate RPMS/ dir (Jesse Keating)
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-1/+1
| | | | * scripts/splittree.py (usage): Fix reserve-size (#230343)
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
| | | | | * scripts/splittree.py (Timber.splitSRPMS): Fix overflow of source CD (Dawei Pang <dwpang@redflag-linux.com>)
* untabifyJeremy Katz2006-11-081-3/+3
|
* 2006-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-081-2/+5
| | | | | * scripts/splittree.py: Don't fail with non-rpms in the directory; don't link rpms multiple times (jkeating)
* 2006-07-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-211-9/+14
| | | | | | | * scripts/buildinstall: Handle having packages under $PRODUCTPATH/RPMS or $PRODUCTPATH/ * scripts/pkgorder: Likewise. * scripts/splittree.py: Likewise.
* Fix to enable symlinks in treesPaul Nasrat2006-06-261-3/+3
|
* 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