summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 installsJeremy 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
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-2/+0
|
* removed extraneous ,Erik Troan2001-02-101-1/+1
|
* use two part header listsErik Troan2001-02-101-5/+14
|
* use separate timer for install which can be stopped and startedErik Troan2000-12-081-1/+1
|
* fixed log messagesErik Troan2000-08-081-4/+4
|
* don't fall over loggingMatt Wilson2000-08-041-2/+2
|
* fix for ftp base installs with a trailing /Matt Wilson2000-08-021-0/+2
|
* add a message when url retrievals afilErik Troan2000-05-191-2/+5
|
* added proper inheritance for install methodsErik Troan2000-05-101-7/+4
|
* wrapped url ops so we keep trying if anon server fullMike Fulbright2000-02-171-5/+24
|
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-1/+1
|
* fixes for alpha, fstab readingMatt Wilson1999-09-071-3/+2
|
* *** empty log message ***Erik Troan1999-08-211-0/+82