summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-251-0/+8
| | | | callbacks. Allow retrying when the error dialog is displayed (#183974).
* 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
| | | | | | | | | | | | | | | | * image.py (CdromInstallMethod.getRPMFilename): Beep if we need to insert a new CD (#109264) * harddrive.py (HardDriveInstallMethod.__init__): Do method parsing here instead of in anaconda. Pass intf down. * image.py (ImageInstallMethod.__init__): Likewise. * image.py (CdromImageInstallMethod.__init__): Likewise. * image.py (NfsInstallMethod.__init__): Likewise. * image.py (NfsISOInstallMethod.__init__): Likewise. * installmethod.py (InstallMethod.__init__): Likewise. * urlinstall.py (UrlInstallMethod.__init__): Likewise. * anaconda: Make method __init__'s all basically act the same
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | * urlinstall.py (UrlInstallMethod.__init__): Likewise.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-1/+1
| | | | | | * urlinstall.py: Fix urlgrabber import up * kickstart.py: Likewise. * hdrlist.py (groupSetFromCompsFile): Likewise.
* 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
| | | | | * urlinstall.py: Replace "%" in urls with "%%" to avoid format string problems (#135929)
* 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
| | | | available. basically notting's patch with some fixes and genhdlist handled
* getFilename ended up going for disc1/disc2/RedHat/RPMS/n-v-r.a.rpm insteadJeremy Katz2003-07-241-9/+10
| | | | of disc2/RedHat/RPMS/n-v-r.a.rpm (#100403)
* Changed how we acquire release notes so that we now try to pull it for all ↵Mike Fulbright2003-06-261-16/+26
| | | | install methods. Have tested on all installmethods but CDROM. Only shortcoming presently is 1) It mount/umount the HD image loopback alot of times in process finding the matching file for your lang (we try lots of variations), and 2) lots of IOError warnings on VC3 for HTTP installs for same reason.
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-2/+2
| | | | msw's ctrl-alt-del thing and some arch fixups
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-11/+23
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* 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 ↵Mike Fulbright2003-04-041-23/+1
| | | | accessed via urllib2 apparently
* 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 ↵Mike Fulbright2003-02-041-0/+13
| | | | I tested it.
* 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
| | | | | | or when pulling packages from a remote site. also, fix ts.setProbFilter
* oopsJeremy Katz2002-11-041-2/+1
|
* move to urllib2. this should make catching exceptions on transfer errors ↵Jeremy Katz2002-11-011-5/+14
| | | | 'better'
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_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
|
* fix cd installs (based on msf's comments). also, add stuff to copy ↵Jeremy Katz2002-07-241-0/+24
| | | | RedHat/base/comps.rpm into /var/tmp before we start installing packages and actually install it after the install. there's got to be a better way, but this will at least work for this beta
* fix speling (#68541)Bill Nottingham2002-07-111-2/+2
|
* use comps.xml nowJeremy Katz2002-06-271-1/+1
|
* get the root path into all of the install methodsJeremy Katz2002-06-251-10/+3
|
* actually copy packages to /var/tmp/foo.rpm instead of /var/tmpfoo.rpmJeremy Katz2002-06-191-1/+1
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-2/+3
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* now read comps from updates if presentMike Fulbright2002-02-081-1/+1
|
* support loopback mounted isosErik Troan2001-06-291-3/+16
|
* copyrightMatt Wilson2001-06-221-2/+16
|