summaryrefslogtreecommitdiffstats
path: root/product.py
Commit message (Collapse)AuthorAgeFilesLines
* fall back nicely if buildstamp doesn't have as many lines as we expectJeremy Katz2003-10-141-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-0/+3
| | | | available. basically notting's patch with some fixes and genhdlist handled
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-2/+9
| | | | | | | | | | | | | | 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
* I can't typeJeremy Katz2003-01-141-1/+1
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-0/+28
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