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
/
backend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start an errors.py that contains all these small exception classes.
Chris Lumens
2008-06-05
1
-7
/
+0
*
raise "NotImplementedError", not "NotImplemented"
Peter Jones
2008-06-05
1
-13
/
+13
*
AFAICS these are always indicative of a failure to load an installclass, and
Peter Jones
2008-06-05
1
-13
/
+13
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-1
/
+3
*
Use a better test to see if a package group doesn't exist (#439922).
Chris Lumens
2008-04-02
1
-0
/
+6
*
Move /tmp/stage2.img to /mnt/sysimage to free up some memory (#438377).
Chris Lumens
2008-03-24
1
-2
/
+2
*
Make doMethodComplete not depend on the yum backend
Jeremy Katz
2007-12-17
1
-0
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-2
/
+2
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+13
*
Allow going back to package selection after transaction errors.
Chris Lumens
2007-12-14
1
-1
/
+1
*
Just drop driver disks into /tmp instead of /tmp/ramfs
Jeremy Katz
2007-12-06
1
-2
/
+2
*
Fix up the livecd to no longer use an InstallMethod.
Chris Lumens
2007-12-05
1
-2
/
+5
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-3
/
+1
*
Inform user about the arch mismatch and offer to upgrade rpm platform
msivak
2007-10-26
1
-0
/
+1
*
Copy driver disk contents to /root after installation (#289751).
Chris Lumens
2007-09-18
1
-2
/
+4
*
If we did a kickstart install, use the %packages section from the ks file
Chris Lumens
2007-09-04
1
-3
/
+2
*
2007-08-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-06
1
-2
/
+2
*
2007-07-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-16
1
-0
/
+4
*
Add a method to write out repo lines to the anaconda-ks.cfg file for all
Chris Lumens
2007-06-26
1
-0
/
+8
*
Add a bunch of questionable code that implements the new driver disk
Chris Lumens
2007-06-26
1
-69
/
+17
*
Import constants (#234782).
Chris Lumens
2007-04-02
1
-0
/
+1
*
2007-03-28 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-28
1
-1
/
+2
*
Set instLog attribute on the backend so yum has somewhere to log to.
Chris Lumens
2007-03-12
1
-1
/
+1
*
2007-03-07 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-07
1
-12
/
+0
*
2007-03-05 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-05
1
-0
/
+70
*
Kickstart is no longer an install class!
Chris Lumens
2007-01-19
1
-2
/
+6
*
2007-01-18 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-18
1
-3
/
+11
*
2006-12-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-12-13
1
-0
/
+4
*
Fix text based install selection of languages as they are only set in LANG if
Paul Nasrat
2006-11-01
1
-1
/
+1
*
2006-09-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-22
1
-1
/
+1
*
Display full NEVRA in log (#189308)
Paul Nasrat
2006-05-22
1
-2
/
+2
*
Move account creation to where the root password is set, since it's the
Chris Lumens
2006-05-05
1
-20
/
+1
*
Finish making non-UI steps pass around the anaconda object.
Chris Lumens
2006-05-04
1
-33
/
+32
*
Add support for making users and for enabling/disabling services via
Chris Lumens
2006-05-03
1
-0
/
+20
*
Fix some deprecation warnings.
Chris Lumens
2006-03-30
1
-3
/
+4
*
2006-03-04 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-03-04
1
-3
/
+3
*
Error if there's not enough disk space to install the selected packages
Chris Lumens
2006-03-03
1
-1
/
+1
*
Improved upgrade support
Paul Nasrat
2006-02-22
1
-0
/
+2
*
Complain about unknown packages and groups
Paul Nasrat
2006-02-17
1
-3
/
+3
*
Fix warning
Paul Nasrat
2006-02-08
1
-1
/
+1
*
2006-02-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-07
1
-1
/
+2
*
2006-02-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-02
1
-1
/
+1
*
Implement writeConfiguration (#115714)
Paul Nasrat
2006-02-02
1
-1
/
+10
*
Write out %packages section in the template kickstart file.
Chris Lumens
2006-01-20
1
-0
/
+4
*
Ensure upgrades depsolved. Ensure rpm lock/cache removed.
Paul Nasrat
2005-12-10
1
-2
/
+5
*
Make install more robust to file read failures.
Paul Nasrat
2005-12-08
1
-0
/
+1
*
2005-12-08 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-12-08
1
-0
/
+3
*
Use method not methodstr
Paul Nasrat
2005-11-15
1
-4
/
+2
*
2005-10-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-10-24
1
-2
/
+11
*
2005-09-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-09-16
1
-5
/
+33
[next]