summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
Commit message (Expand)AuthorAgeFilesLines
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-05-301-7/+8
* - check for path + '/.discinfo', and if that fails, tryanaconda-11.1.2.24-1Peter Jones2006-12-181-34/+41
* * urlinstall.py: unmount cdrom after installation when usingdlehman2006-12-081-2/+88
* - replace url iso tree scanning code with something that checks to seePeter Jones2006-11-211-6/+23
* Use disc url and split media style install for ftp/http loopback mount setupsPaul Nasrat2006-11-031-1/+5
* Set self.splitmethod if it's a split ISO method, as this seems to decrease theChris Lumens2006-10-311-0/+2
* Be smarter about finding ISO loopback mount points and setting up baseUrlChris Lumens2006-10-161-1/+1
* Fix loopback mount url installsPaul Nasrat2006-10-051-6/+0
* Attempt to support loopback url mounts (#207904) and related cleanup ofPaul Nasrat2006-09-251-25/+48
* Don't traceback if path is simply "/" (#202368).Chris Lumens2006-08-151-1/+1
* * urlinstall.py (UrlInstallMethod.__init__): Set self.currentMediaDavid Cantrell2006-08-081-0/+2
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-28/+20
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-251-0/+8
* Don't import something we're not using.Chris Lumens2006-05-081-2/+1
* Kill getRPMFilename.Chris Lumens2006-05-081-6/+0
* * urlinstall.py: Remove some traceonly mode stuff.David Cantrell2006-04-181-9/+0
* Fix up URL install methods by correcting media image number handling.Chris Lumens2005-11-171-2/+2
* Change getRPMFileName signature, use in callbackPaul Nasrat2005-11-151-2/+2
* Use getMethodUri to configure backendPaul Nasrat2005-11-151-1/+3
* Remove legacy metadata handingPaul Nasrat2005-11-151-7/+0
* Remove legacy metadata handingPaul Nasrat2005-11-151-37/+0
* Simplify findBestFileMatchPaul Nasrat2005-08-191-1/+1
* Remove legacy comps readingPaul Nasrat2005-08-191-1/+1
* Use new logging system.Chris Lumens2005-08-121-7/+9
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-4/+2
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-1/+1
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-021-33/+13
* 2004-10-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-151-2/+2
* fix future warnings (#117964)Jeremy Katz2004-05-071-2/+2
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-4/+5
* getFilename ended up going for disc1/disc2/RedHat/RPMS/n-v-r.a.rpm insteadJeremy Katz2003-07-241-9/+10
* Changed how we acquire release notes so that we now try to pull it for all in...Mike Fulbright2003-06-261-16/+26
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-2/+2
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-11/+23
* handle special case for 0 length fileMike Fulbright2003-04-141-0/+4
* handle download status for http/ftpMike Fulbright2003-04-141-6/+42
* fix for bug #87867 - some ftp servers dont get a content-length when accessed...Mike Fulbright2003-04-041-23/+1
* don't loop forever if comps.rpm fails to copy (#84701)Jeremy Katz2003-02-201-3/+6
* better fix for missing/inaccessible hdlist via ftp/httpMike Fulbright2003-02-121-7/+27
* url.info, not file.info. and make the exception a little bit less maskedJeremy Katz2003-02-051-2/+3
* try to be more careful about catching errors from urllib2. Not pretty. But I...Mike Fulbright2003-02-041-0/+13
* fixup urllib2 usage a little bit to handle HTTP errors nicelyJeremy Katz2003-01-021-3/+6
* add FileCopyException to be used when we have IO errors grabbing packagesJeremy Katz2002-11-041-8/+16
* oopsJeremy Katz2002-11-041-2/+1
* move to urllib2. this should make catching exceptions on transfer errors 'be...Jeremy Katz2002-11-011-5/+14
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
* documentation addition to clarify self.baseUrlMike Fulbright2002-09-201-0/+5
* make the comps package install on ftp/http installsBefore.MSF.kslvm.growingJeremy Katz2002-08-161-3/+3
* get comps.xml from multiple sourcesMike Fulbright2002-07-311-1/+6