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
/
urlinstall.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
* urlinstall.py: unmount cdrom after installation when using
dlehman
2006-12-08
1
-0
/
+86
*
Fix traceback that was hiding a real error.
Chris Lumens
2006-12-01
1
-2
/
+2
*
- replace url iso tree scanning code with something that checks to see
Peter Jones
2006-11-21
1
-6
/
+23
*
Use disc url and split media style install for ftp/http loopback mount setups
Paul Nasrat
2006-11-03
1
-1
/
+5
*
Set self.splitmethod if it's a split ISO method, as this seems to decrease the
Chris Lumens
2006-10-31
1
-0
/
+2
*
Be smarter about finding ISO loopback mount points and setting up baseUrl
Chris Lumens
2006-10-16
1
-1
/
+1
*
Fix loopback mount url installs
Paul Nasrat
2006-10-05
1
-6
/
+0
*
Attempt to support loopback url mounts (#207904) and related cleanup of
Paul Nasrat
2006-09-25
1
-25
/
+48
*
Don't traceback if path is simply "/" (#202368).
Chris Lumens
2006-08-15
1
-1
/
+1
*
* urlinstall.py (UrlInstallMethod.__init__): Set self.currentMedia
David Cantrell
2006-08-08
1
-0
/
+2
*
* loader2/urls.c (urlinstStartTransfer): Determine address family
David Cantrell
2006-07-26
1
-28
/
+20
*
Consolidate file fetching error handling into one set of urlgrabber error
Chris Lumens
2006-05-25
1
-0
/
+8
*
Don't import something we're not using.
Chris Lumens
2006-05-08
1
-2
/
+1
*
Kill getRPMFilename.
Chris Lumens
2006-05-08
1
-6
/
+0
*
* urlinstall.py: Remove some traceonly mode stuff.
David Cantrell
2006-04-18
1
-9
/
+0
*
Fix up URL install methods by correcting media image number handling.
Chris Lumens
2005-11-17
1
-2
/
+2
*
Change getRPMFileName signature, use in callback
Paul Nasrat
2005-11-15
1
-2
/
+2
*
Use getMethodUri to configure backend
Paul Nasrat
2005-11-15
1
-1
/
+3
*
Remove legacy metadata handing
Paul Nasrat
2005-11-15
1
-7
/
+0
*
Remove legacy metadata handing
Paul Nasrat
2005-11-15
1
-37
/
+0
*
Simplify findBestFileMatch
Paul Nasrat
2005-08-19
1
-1
/
+1
*
Remove legacy comps reading
Paul Nasrat
2005-08-19
1
-1
/
+1
*
Use new logging system.
Chris Lumens
2005-08-12
1
-7
/
+9
*
2005-04-26 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-04-26
1
-4
/
+2
*
2005-03-29 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-03-29
1
-1
/
+1
*
2005-02-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-02-02
1
-1
/
+1
*
Use urlgrabber for retrieving files instead of urllib2 directly.
Chris Lumens
2005-02-02
1
-33
/
+13
*
2004-10-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-10-15
1
-2
/
+2
*
fix future warnings (#117964)
Jeremy Katz
2004-05-07
1
-2
/
+2
*
read product path from the build stamp if possible, default to RedHat if not
Jeremy Katz
2003-10-14
1
-4
/
+5
*
getFilename ended up going for disc1/disc2/RedHat/RPMS/n-v-r.a.rpm instead
Jeremy Katz
2003-07-24
1
-9
/
+10
*
Changed how we acquire release notes so that we now try to pull it for all in...
Mike Fulbright
2003-06-26
1
-16
/
+26
*
merge from taroon branch to HEAD. mostly the package stuff, but also
Jeremy Katz
2003-05-20
1
-2
/
+2
*
another taroon merge. tagged before as before-taroon-merge, after as
Jeremy Katz
2003-04-24
1
-11
/
+23
*
handle special case for 0 length file
Mike Fulbright
2003-04-14
1
-0
/
+4
*
handle download status for http/ftp
Mike Fulbright
2003-04-14
1
-6
/
+42
*
fix for bug #87867 - some ftp servers dont get a content-length when accessed...
Mike Fulbright
2003-04-04
1
-23
/
+1
*
don't loop forever if comps.rpm fails to copy (#84701)
Jeremy Katz
2003-02-20
1
-3
/
+6
*
better fix for missing/inaccessible hdlist via ftp/http
Mike Fulbright
2003-02-12
1
-7
/
+27
*
url.info, not file.info. and make the exception a little bit less masked
Jeremy Katz
2003-02-05
1
-2
/
+3
*
try to be more careful about catching errors from urllib2. Not pretty. But I...
Mike Fulbright
2003-02-04
1
-0
/
+13
*
fixup urllib2 usage a little bit to handle HTTP errors nicely
Jeremy Katz
2003-01-02
1
-3
/
+6
*
add FileCopyException to be used when we have IO errors grabbing packages
Jeremy Katz
2002-11-04
1
-8
/
+16
*
oops
Jeremy Katz
2002-11-04
1
-2
/
+1
*
move to urllib2. this should make catching exceptions on transfer errors 'be...
Jeremy Katz
2002-11-01
1
-5
/
+14
*
we're moving forward to rpm 4.1...
Jeremy Katz
2002-10-08
1
-1
/
+1
*
documentation addition to clarify self.baseUrl
Mike Fulbright
2002-09-20
1
-0
/
+5
*
make the comps package install on ftp/http installs
Before.MSF.kslvm.growing
Jeremy Katz
2002-08-16
1
-3
/
+3
*
get comps.xml from multiple sources
Mike Fulbright
2002-07-31
1
-1
/
+6
*
fix cd installs (based on msf's comments). also, add stuff to copy RedHat/ba...
Jeremy Katz
2002-07-24
1
-0
/
+24
[next]