summaryrefslogtreecommitdiffstats
path: root/product.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix off by one error reading .buildstampPeter Jones2008-03-171-1/+1
|
* .buildstamp no longer contains productPath, so change the default (#437509).Chris Lumens2008-03-141-4/+2
|
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+13
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* - close /.buildstamp when we're done with it.Peter Jones2007-10-191-0/+1
|
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-0/+3
| | | | * product.py: Hack to handle rawhide vs development for now
* #244531 - Show the architecture during installmsivak2007-08-231-0/+4
| | | | | | | | | | * loader2/loader.h: Add getProductArch method. * loader2/loader.c: Populate productArch and define getProductArch. Show the architecture in stage1. * constants.py: add productArch * product.py: populate productArch * text.py: Show the architecture during text mode stage2.
* Use productStamp in default repoid to prevent collisions with whatever otherChris Lumens2006-05-081-1/+2
| | | | people come up with.
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-1/+1
| | | | | | * dmraid.py: Fix syntax error (#185275) * fsset.py (swapFileSystem.mount): Likewise. * product.py: Likewise.
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-4/+12
| | | | | * product.py: Allow passing the path to a buildstamp with an environment variable. Also, allow setting all values with env vars.
* 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-10/+13
| | | | | | | | | | * 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-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-2/+2
| | | | * product.py: Default product path to Fedora for HEAD
* 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