| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
* product.py: Hack to handle rawhide vs development for now
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
people come up with.
|
|
|
|
|
|
| |
* dmraid.py: Fix syntax error (#185275)
* fsset.py (swapFileSystem.mount): Likewise.
* product.py: Likewise.
|
|
|
|
|
| |
* product.py: Allow passing the path to a buildstamp with an
environment variable. Also, allow setting all values with env vars.
|
|
|
|
|
|
| |
* anaconda.spec: Bump version.
* scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* product.py: Default product path to Fedora for HEAD
|
| |
|
|
|
|
| |
available. basically notting's patch with some fixes and genhdlist handled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
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
|