index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
iutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix backtrace in s390 reipl support due to missing anaconda.id.fsset (#509877)
Steffen Maier
2009-07-06
1
-27
/
+3
*
Stop using rhpl.arch in writeRpmPlatform()
Jeremy Katz
2009-07-01
1
-4
/
+3
*
Stop using rhpl.translate
Jeremy Katz
2009-07-01
1
-1
/
+3
*
We no longer write out /etc/rpm/platform, so don't offer to upgrade it.
Chris Lumens
2009-06-01
1
-6
/
+2
*
Use powers of two in swapSuggestion (#463885).
Chris Lumens
2009-05-20
1
-3
/
+3
*
Move _resetRpmDb into iutil so we can access it everywhere.
Chris Lumens
2009-04-30
1
-0
/
+7
*
Remove requirement for EFI machines to be x86, since IA64 is too (#497934).
Chris Lumens
2009-04-28
1
-4
/
+3
*
When catching an OSError, handle it as an object instead of a tuple (#497374).
Chris Lumens
2009-04-23
1
-16
/
+15
*
Run programs with LC_ALL=C in case we're parsing output (#492549).
Chris Lumens
2009-04-13
1
-2
/
+10
*
Do not write "Running..." to stdout, as that could be tty1.
Chris Lumens
2009-03-12
1
-2
/
+3
*
stdout and stderr may also need to be created.
Chris Lumens
2009-03-09
1
-5
/
+5
*
Merge branch 'master' into storage
David Lehman
2009-03-04
1
-0
/
+180
|
\
|
*
reIPL support for s390
Mark Hamzy
2009-03-02
1
-0
/
+181
*
|
More work on iutil.execWith function file handling.
David Lehman
2009-03-03
1
-29
/
+45
*
|
os.dup2 wants a fileno, not a file. Also, don't clobber the name str.
David Lehman
2009-02-27
1
-3
/
+3
*
|
hasiSeriesNativeStorage is no longer used anywhere.
Chris Lumens
2009-02-27
1
-19
/
+0
*
|
Fix iutil.execWithFoo's file handling.
David Lehman
2009-02-27
1
-21
/
+39
*
|
Add some useful functions to iutil.
David Lehman
2009-02-23
1
-0
/
+52
|
/
*
Remove statement without effect to make pychecker happy
Hans de Goede
2009-02-06
1
-2
/
+0
*
Pay attention to the stderr parameter to execWithCapture.
Chris Lumens
2009-02-02
1
-2
/
+5
*
Include the missing import.
Chris Lumens
2009-01-09
1
-1
/
+1
*
Log everything from execWithRedirect or execWithCapture (#467690).
Chris Lumens
2009-01-07
1
-8
/
+43
*
Move strip_markup() into iutil.
Chris Lumens
2008-12-05
1
-0
/
+16
*
yuminstall: don't ever stop people installing the virt group
Mark McLoughlin
2008-08-08
1
-35
/
+0
*
Change the maximum recommended swap size to "2000 + (current ram)".(#447372)
Joel Andres Granados
2008-08-06
1
-2
/
+2
*
Declare variables before trying to use them (#455361).
Chris Lumens
2008-07-15
1
-0
/
+2
*
Don't do the "exec shell on tty1" thing in vnc if we've got virtual terminals.
Peter Jones
2008-06-05
1
-0
/
+6
*
Can't reference iutil.whatever from inside iutil.py.
Chris Lumens
2008-06-04
1
-9
/
+9
*
Fix a couple typos in the getArch commit.
Chris Lumens
2008-06-04
1
-1
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-15
/
+108
*
Use the execWithCapture wrapper to be consistent.
Joel Andres Granados
2008-04-24
1
-3
/
+1
*
Lookinig for the capabilities file in xen is valid in more cases.
Joel Andres Granados
2008-04-23
1
-1
/
+1
*
Avoid putting virtualization option when in Xen or VMware. (#443373)
Joel Andres Granados
2008-04-23
1
-0
/
+17
*
Don't traceback if stdout is an fd either
Jeremy Katz
2008-03-31
1
-2
/
+3
*
iutil doesn't need isys anymore
Jeremy Katz
2008-03-31
1
-1
/
+1
*
Make sure there's a stdout to write to.
Chris Lumens
2008-03-28
1
-1
/
+3
*
Make sure we give the command that's run on stdout so that it's logged
Jeremy Katz
2008-03-27
1
-0
/
+2
*
Rework isEfi() to be slightly more conservative.
Peter Jones
2008-03-04
1
-5
/
+5
*
Don't write out /etc/rpm/platform anymore.
Jeremy Katz
2008-02-28
1
-3
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Get out of the business of creating device nodes.
Bill Nottingham
2007-12-07
1
-84
/
+0
*
Remove final traces of /tmp/ramfs usage
Jeremy Katz
2007-12-06
1
-3
/
+0
*
set stdin for pulse progress if needed
Jeremy Katz
2007-11-29
1
-0
/
+2
*
add iutil.execWithPulseProgress to do a pulsing progress bar
Jeremy Katz
2007-11-29
1
-0
/
+60
*
Inform user about the arch mismatch and offer to upgrade rpm platform
msivak
2007-10-26
1
-1
/
+1
*
* iutil.py (makeDriveDeviceNodes): create all variations of tape drive
dlehman
2007-09-17
1
-1
/
+5
*
* iutil.py (makeDriveDeviceNodes): Fix number of created scsi
msivak
2007-08-17
1
-1
/
+1
*
Add API documentation to a couple files as examples.
Chris Lumens
2007-07-27
1
-33
/
+72
*
2007-07-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-25
1
-0
/
+5
[next]