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
/
yuminstall.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do repo setup and sack setup as separate steps.
Chris Lumens
2008-09-03
1
-69
/
+76
*
Fix a typo that was causing repos in the kickstart file to be skipped (#451020).
Chris Lumens
2008-08-29
1
-2
/
+2
*
doLoggingSetup has grown some new arguments (#460654).
Chris Lumens
2008-08-29
1
-1
/
+2
*
Fix syntax error in yuminstall.py, fix pychecker warnings.
David Cantrell
2008-08-27
1
-1
/
+1
*
For all HTTP/FTP repos, keep the cached repodata (#173441).
Chris Lumens
2008-08-27
1
-1
/
+5
*
Don't copy the install.img over in single media cases (#216167).
Chris Lumens
2008-08-27
1
-60
/
+8
*
Use yum's handling of optional/default/mandatory package selection (#448172).
Chris Lumens
2008-08-26
1
-21
/
+9
*
Enable yum plugins.
Chris Lumens
2008-08-21
1
-0
/
+1
*
In the preupgrade case, repo=hd: means an exploded tree on the hard drive.
Chris Lumens
2008-08-21
1
-4
/
+7
*
Remove preupgrade-specific hacks.
Chris Lumens
2008-08-21
1
-28
/
+2
*
Add the new blacklist and whiteout plugins to anaconda source.
Chris Lumens
2008-08-21
1
-1
/
+2
*
Remove the whiteout since we can use a yum plugin for that too.
Chris Lumens
2008-08-21
1
-4
/
+0
*
Get rid of the upgrade blacklist since we can use a yum plugin for that.
Chris Lumens
2008-08-21
1
-11
/
+0
*
Rest of stage2.img changes.
David Cantrell
2008-08-13
1
-4
/
+4
*
Add dirCleanup back in so we don't leave install metadata behind.
Chris Lumens
2008-08-13
1
-0
/
+3
*
Remove a bunch of cachedir setting code that is no longer needed.
Chris Lumens
2008-08-08
1
-26
/
+3
*
yuminstall: don't look for kernel-xen anymore
Mark McLoughlin
2008-08-08
1
-17
/
+1
*
yuminstall: don't ever stop people installing the virt group
Mark McLoughlin
2008-08-08
1
-9
/
+0
*
It's BETANAG, not betanag.
Chris Lumens
2008-08-08
1
-1
/
+1
*
The retry message can appear for things besides packages.
Chris Lumens
2008-08-08
1
-1
/
+1
*
Break a few functions out of yuminstall.py into their own file.
Chris Lumens
2008-08-04
1
-46
/
+1
*
Filter out repos that aren't enabled when running in betanag mode.
Chris Lumens
2008-08-04
1
-0
/
+10
*
Close the transaction between CDs (#457126).
Chris Lumens
2008-08-04
1
-0
/
+2
*
Split media fixes.
Chris Lumens
2008-08-01
1
-0
/
+3
*
Remove all the RPM lock files before creating a new transaction (#456949).
Chris Lumens
2008-07-31
1
-3
/
+3
*
Convert package names to unicode before displaying the error message (#446826).
Chris Lumens
2008-07-21
1
-0
/
+3
*
We no longer add the fstype to the hd: method in loader.
Chris Lumens
2008-07-18
1
-1
/
+5
*
Bring up the network before attempting to mount the NFSISO source.
Chris Lumens
2008-07-16
1
-5
/
+8
*
Give a progress bar when cleaning up after upgrades (#208725).
Chris Lumens
2008-07-16
1
-17
/
+21
*
Look for repo config files in /etc/anaconda.repos.d.
Chris Lumens
2008-07-16
1
-2
/
+2
*
Convert package errors to unicode before displaying them (#441200).
Chris Lumens
2008-07-11
1
-6
/
+12
*
Fix window title to be the same as all others.
Chris Lumens
2008-07-11
1
-1
/
+1
*
Add better error handling when initializing yum (#453695).
Chris Lumens
2008-07-10
1
-5
/
+17
*
Don't handle all possible exceptions as if they were repo errors.
Chris Lumens
2008-07-09
1
-4
/
+4
*
Reorganize to make it easier to reset the "base" repository.
Chris Lumens
2008-07-09
1
-108
/
+117
*
Set up rhgb if plymouth is installed as well as rhgb
Jeremy Katz
2008-07-07
1
-2
/
+3
*
Fix a typo (#452140).
Chris Lumens
2008-06-21
1
-1
/
+1
*
Remove ancient block of code to upgrade Netscape Communicator.
Chris Lumens
2008-06-20
1
-18
/
+0
*
Move enableNetwork into the interface. Bring network up for scp.
Chris Lumens
2008-06-19
1
-17
/
+2
*
If we can't mount for some reason, don't traceback (#452159).
Chris Lumens
2008-06-19
1
-1
/
+4
*
If repo=/method= is given, disable all other repos by default.
Chris Lumens
2008-06-18
1
-0
/
+5
*
Bring up the network before attempting to use a repo that requires networking.
Chris Lumens
2008-06-18
1
-21
/
+45
*
Clean up most uses of the methodstr attribute.
Chris Lumens
2008-06-18
1
-67
/
+95
*
Substitute the version from buildstamp for $releasever if needed.
Chris Lumens
2008-06-18
1
-7
/
+6
*
Only use systemMounted for CD/DVD installs.
Chris Lumens
2008-06-18
1
-21
/
+5
*
Remove support for RHupdates. updates.img is the way to go now.
Chris Lumens
2008-06-18
1
-4
/
+4
*
Boot in graphical mode if /usr/bin/kdm exists.
Chris Lumens
2008-06-17
1
-1
/
+1
*
Fix a typo.
Chris Lumens
2008-06-13
1
-1
/
+1
*
Don't write out yum repo config files in kickstart.py.
Chris Lumens
2008-06-12
1
-0
/
+29
*
Quote the repo name in case it includes spaces.
Chris Lumens
2008-06-09
1
-1
/
+1
[next]