summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* Log commands as a string instead of as a list of strings.David Lehman2010-02-031-3/+3
* Fix: execWithRedirect() logging stderr at wrong loglevel.Ales Kozumplik2010-02-031-5/+5
* Fix: execWithCallback() not logging stderr.Ales Kozumplik2010-02-031-2/+22
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-5/+1
* Fixup various errors detected by pylintHans de Goede2010-01-141-1/+1
* fix for a bug in 05ce88b2 that split one line over several in program.logAles Kozumplik2009-12-231-2/+7
* Log into program.log through the standard python logging (part of #524980).Ales Kozumplik2009-12-181-20/+13
* update reIPL messagesMark Hamzy2009-12-091-3/+10
* Remove test mode.Chris Lumens2009-12-031-2/+0
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-0/+15
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-16/+0
* Get correct boot device in reIPL code for s390 (#537390).Mark Hamzy2009-11-171-1/+4
* In execWithCallback(), support disabling stdout echo (#528386)David Cantrell2009-11-021-5/+9
* Create execWithCallback() function in iutil.David Cantrell2009-10-281-3/+15
* Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380)Steffen Maier2009-10-161-0/+17
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-7/+21
* Don't leak fds (#520154)Joel Granados Moreno2009-09-171-0/+9
* Fix busy cursor stack popping when creating formats (#518529).Radek Vykydal2009-09-141-2/+0
* Use tee thread to ensure line buffered output to screen and log file at the s...Martin Sivak2009-08-251-23/+59
* Close the opened file descriptors when necessary. (#499854)Joel Granados Moreno2009-08-061-2/+35
* Don't show formatting progress bar after mkfs has exited.Eric Kerin2009-07-161-1/+12
* fix backtrace in s390 reipl support due to missing anaconda.id.fsset (#509877)Steffen Maier2009-07-061-27/+3
* Stop using rhpl.arch in writeRpmPlatform()Jeremy Katz2009-07-011-4/+3
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+3
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-6/+2
* Use powers of two in swapSuggestion (#463885).Chris Lumens2009-05-201-3/+3
* Move _resetRpmDb into iutil so we can access it everywhere.Chris Lumens2009-04-301-0/+7
* Remove requirement for EFI machines to be x86, since IA64 is too (#497934).Chris Lumens2009-04-281-4/+3
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-16/+15
* Run programs with LC_ALL=C in case we're parsing output (#492549).Chris Lumens2009-04-131-2/+10
* Do not write "Running..." to stdout, as that could be tty1.Chris Lumens2009-03-121-2/+3
* stdout and stderr may also need to be created.Chris Lumens2009-03-091-5/+5
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+180
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+181
* | More work on iutil.execWith function file handling.David Lehman2009-03-031-29/+45
* | os.dup2 wants a fileno, not a file. Also, don't clobber the name str.David Lehman2009-02-271-3/+3
* | hasiSeriesNativeStorage is no longer used anywhere.Chris Lumens2009-02-271-19/+0
* | Fix iutil.execWithFoo's file handling.David Lehman2009-02-271-21/+39
* | Add some useful functions to iutil.David Lehman2009-02-231-0/+52
|/
* Remove statement without effect to make pychecker happyHans de Goede2009-02-061-2/+0
* Pay attention to the stderr parameter to execWithCapture.Chris Lumens2009-02-021-2/+5
* Include the missing import.Chris Lumens2009-01-091-1/+1
* Log everything from execWithRedirect or execWithCapture (#467690).Chris Lumens2009-01-071-8/+43
* Move strip_markup() into iutil.Chris Lumens2008-12-051-0/+16
* yuminstall: don't ever stop people installing the virt groupMark McLoughlin2008-08-081-35/+0
* Change the maximum recommended swap size to "2000 + (current ram)".(#447372)Joel Andres Granados2008-08-061-2/+2
* Declare variables before trying to use them (#455361).Chris Lumens2008-07-151-0/+2
* Don't do the "exec shell on tty1" thing in vnc if we've got virtual terminals.Peter Jones2008-06-051-0/+6
* Can't reference iutil.whatever from inside iutil.py.Chris Lumens2008-06-041-9/+9
* Fix a couple typos in the getArch commit.Chris Lumens2008-06-041-1/+1