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
/
packages.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
the getFilename can actually fail since this is where we copy the file
Jeremy Katz
2002-11-19
1
-8
/
+7
*
fix for bug #77952
Mike Fulbright
2002-11-19
1
-3
/
+8
*
remove xfree86 3.x code
Mike Fulbright
2002-11-14
1
-26
/
+2
*
rpmlib changes. this gets rid of the (incorrect) error message about the com...
Jeremy Katz
2002-11-12
1
-1
/
+3
*
dont leave this turned on turkey
Mike Fulbright
2002-11-12
1
-3
/
+2
*
changes to work with new xsetup object
Mike Fulbright
2002-11-12
1
-6
/
+14
*
add FileCopyException to be used when we have IO errors grabbing packages
Jeremy Katz
2002-11-04
1
-12
/
+40
*
make sure grub is selected if it's being used
Jeremy Katz
2002-10-31
1
-1
/
+3
*
to chainsaw for now -- ordering seems to fail for the not chainsaw case
Jeremy Katz
2002-10-24
1
-3
/
+2
*
didn't commit these -- we want !chainsaw ordering and we have to call ts.chec...
Jeremy Katz
2002-10-22
1
-2
/
+4
*
another set of rpm 4.1 changes --
Jeremy Katz
2002-10-10
1
-22
/
+20
*
rpm python api changes
Jeremy Katz
2002-10-09
1
-1
/
+1
*
oops, didn't change these to go back to rpm 4.1
Jeremy Katz
2002-10-08
1
-1
/
+1
*
merge ia64 changes to HEAD
Jeremy Katz
2002-09-09
1
-1
/
+1
*
merge anaconda-8-0-branch to HEAD
Jeremy Katz
2002-09-05
1
-11
/
+12
*
kill debug spew
Jeremy Katz
2002-08-23
1
-5
/
+0
*
write out install information
Mike Fulbright
2002-08-23
1
-0
/
+24
*
fix selection of lang specific packages (ie kde-i18n-foo) for mandatory/depen...
Jeremy Katz
2002-08-22
1
-3
/
+21
*
detect and install summit, if available
Matt Wilson
2002-08-21
1
-0
/
+4
*
hrrm... we can't just know that the length of instPath is 13 characters now ...
Jeremy Katz
2002-08-20
1
-1
/
+1
*
try to unmount the cd if we get a failure installing a package so that the
Jeremy Katz
2002-08-19
1
-0
/
+1
*
try unmouting usbdevfs in / before mounting in chroot, otherwise we get hangs...
Mike Fulbright
2002-08-15
1
-1
/
+15
*
fix to allow mkinitrd to pull in usb stuff if needed
Mike Fulbright
2002-08-12
1
-0
/
+34
*
bad hack to handle not installing kde-i18n unconditionally with language supp...
Jeremy Katz
2002-08-12
1
-1
/
+16
*
make sure lilo gets installed if needed
Jeremy Katz
2002-08-11
1
-0
/
+3
*
write out that we installed the comps package to the install log (#69951)
Jeremy Katz
2002-08-11
1
-0
/
+11
*
oops, iutil.rmrf fails if it exists, so let's make sure that we have somethin...
Jeremy Katz
2002-08-02
1
-1
/
+2
*
better fix for 69783. check if /var/tmp is a symlink. if not, remove it and...
Jeremy Katz
2002-08-02
1
-9
/
+7
*
dont die on bad sizes
Mike Fulbright
2002-07-31
1
-1
/
+5
*
minimally intrusive change to make it so that you can go back and then forwar...
Jeremy Katz
2002-07-25
1
-6
/
+5
*
remove symlink so we don't fail on the second pass through preinstall -- ther...
Matt Wilson
2002-07-25
1
-0
/
+4
*
do specpo only in gui mode. do not utf8 the messages, they should already be...
Matt Wilson
2002-07-25
1
-2
/
+0
*
fix cd installs (based on msf's comments). also, add stuff to copy RedHat/ba...
Jeremy Katz
2002-07-24
1
-1
/
+30
*
clip and munge RPM callback values to something sane
Mike Fulbright
2002-07-23
1
-4
/
+15
*
this does occur inside the loop now; don't have to do it more than once
Jeremy Katz
2002-07-22
1
-2
/
+0
*
need to import languages
Mike Fulbright
2002-07-19
1
-0
/
+1
*
change api slightly
Mike Fulbright
2002-07-19
1
-7
/
+7
*
check the md5sig of a package before we try to install it. this should give ...
Jeremy Katz
2002-07-18
1
-6
/
+39
*
make language support group selection a tad bit cleaner and move it to be bef...
Jeremy Katz
2002-07-17
1
-3
/
+20
*
Changes as per Milan Documentation String Review
Mike Fulbright
2002-07-12
1
-3
/
+3
*
fix the package progress scrollbar. a little inaccurate for packages with lo...
Jeremy Katz
2002-07-11
1
-3
/
+5
*
oops (#68466)
Jeremy Katz
2002-07-11
1
-1
/
+2
*
only do a rebuilddb on upgrades of systems which still have db 1.85 format da...
Jeremy Katz
2002-06-28
1
-1
/
+2
*
add hackish way to handle lack of real conditionals in new comps file right n...
Jeremy Katz
2002-06-27
1
-0
/
+4
*
keep katzj happy
Mike Fulbright
2002-06-26
1
-1
/
+1
*
some refining
Mike Fulbright
2002-06-25
1
-8
/
+8
*
add beta nag screen
Mike Fulbright
2002-06-25
1
-0
/
+31
*
start/stop raid around doing meta deletes... otherwise, removing lvm stuff ca...
Jeremy Katz
2002-06-12
1
-1
/
+1
*
add a step which takes care of ensuring that any needed things for firstboot ...
Jeremy Katz
2002-06-10
1
-1
/
+13
*
the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we use...
Jeremy Katz
2002-06-10
1
-1
/
+1
[next]