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
/
dispatch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop writing out an xorg.conf
Jeremy Katz
2008-05-13
1
-2
/
+0
*
Remove advanced bootloader bits
Jeremy Katz
2008-02-22
1
-1
/
+0
*
Move migration to before mounting filesystems
Jeremy Katz
2008-02-12
1
-2
/
+2
*
Move more interactive steps ahead of partitioning.
Chris Lumens
2008-01-18
1
-4
/
+4
*
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
-6
/
+13
*
Remove confirmation screen
Jeremy Katz
2007-12-05
1
-2
/
+0
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-1
/
+0
*
Apply partitioning changes immediately after the partitioning step.
Jeremy Katz
2007-11-29
1
-2
/
+2
*
* partitions.py: Move partitionObjectsInitialize() and
David Cantrell
2007-10-29
1
-2
/
+2
*
Inform user about the arch mismatch and offer to upgrade rpm platform
msivak
2007-10-26
1
-1
/
+2
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-1
/
+1
*
Revert change for writing out anaconda-ks.cfg earlier since this isn't possible
Chris Lumens
2007-09-19
1
-1
/
+1
*
Write out anaconda-ks.cfg earlier (#292571).
Chris Lumens
2007-09-18
1
-1
/
+1
*
* partedUtils.py (openDevices): don't relabel disks that contain
dlehman
2007-02-22
1
-0
/
+2
*
Kickstart is no longer an install class!
Chris Lumens
2007-01-19
1
-0
/
+2
*
Reverse order of postaction and methodcomplete so source is unmounted on image
Chris Lumens
2006-11-10
1
-1
/
+1
*
2006-09-19 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-19
1
-1
/
+0
*
Don't enable the back button if there's only non-interactive steps preceeding
Chris Lumens
2006-08-11
1
-3
/
+3
*
2006-07-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-24
1
-0
/
+2
*
* iw/iscsi_gui.py: Remove in favor of more integrated way of
Jeremy Katz
2006-07-13
1
-1
/
+0
*
2006-06-14 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-14
1
-3
/
+0
*
2006-06-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-13
1
-0
/
+3
*
Yet more direction cleanups.
Chris Lumens
2006-06-09
1
-5
/
+5
*
Set self.dir the right way so the back button works.
Chris Lumens
2006-05-30
1
-2
/
+2
*
Remove anaconda object from installSteps, and have the dispatcher call
Chris Lumens
2006-05-04
1
-80
/
+72
*
Make all UI steps use anaconda class. Add system-config-keyboard shim.
Chris Lumens
2006-05-04
1
-31
/
+22
*
Finish making non-UI steps pass around the anaconda object.
Chris Lumens
2006-05-04
1
-33
/
+22
*
Start to use the anaconda class instead of passing around references to
Chris Lumens
2006-05-03
1
-29
/
+28
*
2006-03-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-03-13
1
-4
/
+0
*
2006-03-04 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-03-04
1
-1
/
+1
*
Complain about unknown packages and groups
Paul Nasrat
2006-02-17
1
-1
/
+1
*
2006-02-09 Patrick Mansfield <patmans@us.ibm.com>
Jeremy Katz
2006-02-09
1
-0
/
+1
*
Remove extra network steps.
Chris Lumens
2006-02-07
1
-3
/
+0
*
2006-02-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-07
1
-1
/
+4
*
2006-02-03 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-03
1
-1
/
+1
*
That's lame syntax.
Chris Lumens
2006-02-03
1
-1
/
+1
*
Fix arguments to writeConfiguration (#179928).
Chris Lumens
2006-02-03
1
-1
/
+1
*
Implement writeConfiguration (#115714)
Paul Nasrat
2006-02-02
1
-1
/
+2
*
Remove unused functions from packages.py.
Chris Lumens
2006-01-31
1
-2
/
+2
*
2006-01-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-01-26
1
-4
/
+4
*
Ensure upgrades depsolved. Ensure rpm lock/cache removed.
Paul Nasrat
2005-12-10
1
-1
/
+1
*
Make install more robust to file read failures.
Paul Nasrat
2005-12-08
1
-2
/
+1
*
Didn't mean to commit that.
Chris Lumens
2005-12-05
1
-1
/
+1
*
Add some additional SELinux-related programs and an /etc/shells to get
Chris Lumens
2005-12-05
1
-1
/
+1
*
In Dispatch.bindArgs(), make sure the args parameter is a list or tuple
David Cantrell
2005-12-01
1
-8
/
+10
*
2005-10-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-10-24
1
-11
/
+3
*
2005-10-12 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-10-12
1
-2
/
+1
*
Move package selection earlier
Paul Nasrat
2005-09-23
1
-8
/
+3
*
2005-09-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-09-20
1
-0
/
+1
[next]