summaryrefslogtreecommitdiffstats
path: root/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | * 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-1/+1
| | | | | | | | | | * constants.py: Fix traceback * bootdisk/sparc/*: Remove out of date sparc files. * anaconda: Product name fixup * bootdisk/ppc/bootinfo.txt: Likewise. * loader2/linuxrc.s390: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-11/+12
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* re-enable selinux by defaultJeremy Katz2004-07-071-1/+1
|
* betanag returnsJeremy Katz2004-05-181-1/+1
|
* disable beta nagJeremy Katz2004-05-061-1/+1
|
* New Improved SELinux handlingJeremy Katz2004-04-131-0/+2
| | | | | | | * default in constants.py * 'selinux' flag will key it on (if off by default) * turn on for selinux=1, off for selinux=0 * non-existence of selinuxfs will force off
* betanag back onJeremy Katz2003-11-091-1/+1
|
* turn off beta nagJeremy Katz2003-10-261-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-0/+1
| | | | available. basically notting's patch with some fixes and genhdlist handled
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+4
| | | | and cleanups in here too
* betanag back onJeremy Katz2003-02-271-1/+1
|
* betanag off. we're in the final stretchJeremy Katz2003-02-141-1/+1
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-0/+1
| | | | | | | | 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
* save to floppy only if you have a floppy drive. Needed as part of s390 ↵Matt Wilson2003-01-081-0/+13
| | | | merge, but applies to many platforms and notebooks these days
* turn off debugJeremy Katz2002-12-161-1/+1
|
* turn on betanag and debug for beta1Jeremy Katz2002-11-051-2/+2
|
* add ability to toggle beta nag, turning it OFF nowMike Fulbright2002-08-191-0/+2
|
* turn off debug buttonMike Fulbright2002-07-171-1/+1
|
* don't forget to check everything in!Matt Wilson2002-07-091-0/+4
|
* add a step which takes care of ensuring that any needed things for firstboot ↵Jeremy Katz2002-06-101-0/+5
| | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
* move hack value to constants file at leastMike Fulbright2002-06-041-0/+4
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-0/+4
| | | | work now, at least in gui. text mode might, though
* handle %packages --ignoredeps and %packages --resolvedeps so that peopleJeremy Katz2002-02-221-1/+5
| | | | | can control the handling of any spurious dependencies when using kickstart. if neither is specified, keep the previous behavior (#57297)
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-0/+21
| | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.
* more pychecker fixupsMatt Wilson2001-06-231-0/+18