summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
Commit message (Collapse)AuthorAgeFilesLines
* If we dont expose the repodata dir. dont use it when calling the ↵Joel Andres Granados2008-02-051-1/+1
| | | | maketreeinfo.py script.
* Add repodata line to the treeinfo file.Joel Andres Granados2008-01-271-1/+1
|
* Create a list of products for the tree. Correct the product name in the list.Joel Andres Granados2008-01-271-1/+1
|
* Add option for selecting different comps file, than the hardcoded one (#352081)Martin Sivak2007-11-201-2/+10
|
* Add the maketreeinfo.py script to RHEL scripts. (#253992)Joel Andres Granados2007-11-121-1/+11
|
* 2006-08-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-091-2/+6
| | | | | | | | | Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode * scripts/buildinstall: Add --nogr option * scripts/mk-images: Use --nogr * scripts/mk-images.x86: Only put splash image in if building a graphics stage2 * scripts/upd-instroot: Cleanups for --nogr
* 2006-07-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-211-8/+10
| | | | | | | * scripts/buildinstall: Handle having packages under $PRODUCTPATH/RPMS or $PRODUCTPATH/ * scripts/pkgorder: Likewise. * scripts/splittree.py: Likewise.
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-55/+7
| | | | | | | * scripts/buildinstall: Nuke runroot stuff since everything is runroot'd now. Get rid of first/second run of buildinstall, --comp is now a no-op * scripts/upd-instroot: --comp argument no longer makes sense to take
* Revert my last change to buildinstall as I was dumb. releasestring already ↵jkeating2006-04-191-1/+1
| | | | has version.
* Pass version on to mkstamp for discinfo files.jkeating2006-04-181-1/+1
|
* Groups should work with later createrepo, and we need for pkgorderPaul Nasrat2005-11-171-2/+2
|
* print pkgorder linePaul Nasrat2005-11-171-0/+1
|
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-2/+2
| | | | | | * scripts/mk-images (INITRDMODS): More videoaliases fixage. * scripts/buildinstall (BUILDINSTALL): Okay, don't do group info.
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-2/+2
| | | | | * scripts/buildinstall (BUILDINSTALL): Run createrepo quietly and with the group info.
* Run createrepo before pkgorder.Chris Lumens2005-11-161-0/+7
|
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | * anaconda.spec: Bump version. * scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-4/+12
| | | | | | | | | | * product.py (bugUrl): Clean up .buildstamp reading, read in bug url * constants.py (bugzillaUrl): Make bug url a per-product characteristic. * scripts/buildinstall: Allow passing in bug url on the command line. * scripts/mk-images: Likewise, and use it to populate .buildstamp.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+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-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-141-2/+2
| | | | | * scripts/buildinstall (BUILDINSTALL): Fix passing --debug to second buildinstall invocation (Ingo Pakleppa, #150920)
* add --discs so that the discs in the .discinfo can by dynamicJeremy Katz2004-03-161-4/+12
|
* this wasn't doing anything useful and rawhide images should be okay nowJeremy Katz2004-01-031-5/+0
|
* require --version (#112416)Jeremy Katz2003-12-191-1/+1
|
* tyopJeremy Katz2003-11-091-1/+1
|
* more shell quoting fun from forrestJeremy Katz2003-11-061-1/+1
|
* don't build rawhide images for now so that we can avoid python2.3 breakingJeremy Katz2003-11-051-0/+5
| | | | things
* fix quoting (from Forrest Taylor on anaconda-devel-list)Jeremy Katz2003-10-301-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-14/+19
| | | | available. basically notting's patch with some fixes and genhdlist handled
* 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 from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1Jeremy Katz2003-06-121-40/+65
| | | | buildinstall stuff
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-8/+18
|
* add usageJeremy Katz2003-01-291-1/+1
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-3/+11
| | | | | | | | so that we don't have them hard coded in the package. they end up in /.buildstamp along with the timestamp for the image. add support for substituting @RHL@ and @RHLVER@ in the help with the product name or version to avoid having to change the help unless its needed
* spacingMatt Wilson2003-01-081-1/+0
|
* don't double list the version in the stamp fileJeremy Katz2002-08-081-1/+1
|
* creation of stamp in buildinstall for main tree which becomes the dvdJeremy Katz2002-08-081-1/+24
|
* pass version number down into the mk-images script to automatically generate ↵Matt Wilson2001-07-091-3/+11
| | | | bootdisks with the final version number
* added support for cramfs and new build systemErik Troan2001-06-201-2/+2
|
* added better usage messageErik Troan2000-12-081-2/+10
|
* removed exit 0Erik Troan2000-11-301-3/+0
|
* use --quiet qwhen running pkgoder remotelyErik Troan2000-11-291-1/+1
|
* added pkgorder bitsErik Troan2000-11-291-10/+28
|
* part of of pkgorder bitsErik Troan2000-11-221-0/+13
|
* blow away all of instimage -- we don't use it anymoreErik Troan2000-11-101-1/+1
|
* fixed.Matt Wilson2000-07-211-2/+2
|
* fix for the way RPM works now, add +cdrom to drivers.imgMatt Wilson2000-07-121-2/+2
|
* fixup from hjMatt Wilson2000-07-101-2/+2
|
* use new one shot option to runroot so we don't run these scripts multiple timesMatt Wilson2000-06-141-1/+1
|
* tighten down the packages we're dealing with hereMatt Wilson2000-06-141-2/+3
|
* first pass at sparc imagesMatt Wilson2000-06-141-0/+5
|
* use quotesMatt Wilson2000-06-021-1/+1
|