summaryrefslogtreecommitdiffstats
path: root/timezone.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove test mode.Chris Lumens2009-12-031-4/+0
| | | | | | | This is yet another way of running anaconda that gets extremely limited use, no testing, and no consideration during development to making sure it still works. Again, we need to stop pretending and get rid of modes that we don't support.
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-2/+2
|
* Missing one level of indentation for Timezone.writeKS()David Cantrell2008-11-031-4/+4
| | | | Ooops.
* Whitespace cleanups for timezone.pyDavid Cantrell2008-11-031-32/+31
| | | | Consistent indentation.
* Remove unused bool() function.David Cantrell2008-11-031-4/+0
| | | | I hope I don't need to explain this one.
* Handling (ask user) of invalid timezone value in kickstart added (#404321)Radek Vykydal2008-08-011-4/+8
|
* Use /etc/adjtime as the configuration file for UTC/not-UTC.Bill Nottingham2008-02-111-6/+17
| | | | Also, remove ARC support while we're here - it's pointless.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+12
| | | | | | 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.
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+1
| | | | | | | | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow.completePackage): Quick and dirty way of handling-non rpm installs. This needs to be reworked more completely * timezone.py (Timezone.__init__): Add a default in case the step is skipped * instdata.py (InstallData.write): Ensure that network is written out rather than counting on our backend to do so in its preinstall * fsset.py (FileSystemType.isKernelFS): Add a method to determine if we're an in-kernel pseudo-filesystem (PsudoFileSystem.isKernelFS): And implement it (FileSystemSet.umountFilesystems): Allow unmounting filesystems without turning off swap.
* Remove unused crud.Chris Lumens2007-01-171-3/+0
|
* Fix some deprecation warnings.Chris Lumens2006-03-301-1/+2
|
* Use new logging system.Chris Lumens2005-08-121-2/+4
|
* dont do bad things in test modeMike Fulbright2003-04-011-1/+5
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* fix for persistant timezone selection (#53266)Matt Wilson2001-09-051-0/+2
|
* 1) since libfdisk isn't setting up the text domain for C programsMatt Wilson2001-07-121-1/+1
| | | | | | | | anymore, we have to set it in the timezone map module 2) remove the America/New York default and have the text interface fetch it from the insttimelanguage Fixes #48723
* copyrightMatt Wilson2001-06-221-0/+13
|
* merge dispatch to HEADMatt Wilson2001-06-201-0/+44