index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dispatch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Structure the repo layout so it matches final structure better and make isys ...
Martin Sivak
2010-05-31
1
-256
/
+0
*
Don't autostep past the end of the install screens (#593556)
Brian C. Lane
2010-05-20
1
-2
/
+5
*
logging: remove references to some more steps.
Ales Kozumplik
2010-05-14
1
-2
/
+1
*
Clean up tabs in dispatch.py
Brian C. Lane
2010-05-06
1
-59
/
+60
*
Pick up system's clock settings on upgrade. (#570299)
Ales Kozumplik
2010-03-10
1
-0
/
+2
*
Add an interface to select the fancy filtering UI vs. the regular one.
Chris Lumens
2009-12-11
1
-0
/
+1
*
Add a step to prompt for the cleardisks UI.
Chris Lumens
2009-12-11
1
-0
/
+1
*
Add an early user interface for filtering storage devices.
Chris Lumens
2009-12-11
1
-1
/
+2
*
Log upon leaving installer steps as well as entering (a part of #524980).
Ales Kozumplik
2009-11-30
1
-1
/
+4
*
Remove the installation number screen.
Chris Lumens
2009-09-22
1
-4
/
+0
*
We no longer write out /etc/rpm/platform, so don't offer to upgrade it.
Chris Lumens
2009-06-01
1
-2
/
+1
*
Merge branch 'master' into storage
David Lehman
2009-03-04
1
-0
/
+3
|
\
|
*
reIPL support for s390
Mark Hamzy
2009-03-02
1
-0
/
+3
*
|
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-1
/
+0
*
|
Remove obsolete import from autopart.
David Lehman
2009-02-23
1
-1
/
+0
*
|
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-5
/
+5
|
/
*
Fix systemtime setting during installation (#6175, #461526).
Radek Vykydal
2009-02-03
1
-1
/
+1
*
Select packages after repos are set up (#457583)
Jeremy Katz
2008-09-29
1
-1
/
+1
*
Do repo setup and sack setup as separate steps.
Chris Lumens
2008-09-03
1
-2
/
+2
*
Skip networkDeviceCheck in dispatch.py
David Cantrell
2008-08-27
1
-2
/
+0
*
Move betanag to after keyboard and language are setup.
Chris Lumens
2008-08-12
1
-1
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
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
[next]