Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | | * 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 Katz | 2005-03-29 | 1 | -1/+1 |
| | | | | * urlinstall.py (UrlInstallMethod.__init__): Likewise. | ||||
* | 2005-02-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-02-02 | 1 | -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 Lumens | 2005-02-02 | 1 | -33/+13 |
| | |||||
* | 2004-10-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-15 | 1 | -2/+2 |
| | | | | | * urlinstall.py: Replace "%" in urls with "%%" to avoid format string problems (#135929) | ||||
* | 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 |
| | | | | 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 instead | Jeremy Katz | 2003-07-24 | 1 | -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 Fulbright | 2003-06-26 | 1 | -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 also | Jeremy Katz | 2003-05-20 | 1 | -2/+2 |
| | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -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 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 ↵ | Mike Fulbright | 2003-04-04 | 1 | -23/+1 |
| | | | | accessed via urllib2 apparently | ||||
* | 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 ↵ | Mike Fulbright | 2003-02-04 | 1 | -0/+13 |
| | | | | I tested it. | ||||
* | 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 |
| | | | | | | or when pulling packages from a remote site. also, fix ts.setProbFilter | ||||
* | oops | Jeremy Katz | 2002-11-04 | 1 | -2/+1 |
| | |||||
* | move to urllib2. this should make catching exceptions on transfer errors ↵ | Jeremy Katz | 2002-11-01 | 1 | -5/+14 |
| | | | | 'better' | ||||
* | we're moving forward to rpm 4.1... | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | | | | tagged before this commit as before-rpm-4_1 | ||||
* | documentation addition to clarify self.baseUrl | Mike Fulbright | 2002-09-20 | 1 | -0/+5 |
| | |||||
* | make the comps package install on ftp/http installsBefore.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 ↵ | Jeremy Katz | 2002-07-24 | 1 | -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 Nottingham | 2002-07-11 | 1 | -2/+2 |
| | |||||
* | use comps.xml now | Jeremy Katz | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | get the root path into all of the install methods | Jeremy Katz | 2002-06-25 | 1 | -10/+3 |
| | |||||
* | actually copy packages to /var/tmp/foo.rpm instead of /var/tmpfoo.rpm | Jeremy Katz | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 1 | -1/+1 |
| | | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1 | ||||
* | more /mnt/sysimage surgery | Jeremy Katz | 2002-05-30 | 1 | -2/+3 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | our own translate.py | ||||
* | now read comps from updates if present | Mike Fulbright | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | support loopback mounted isos | Erik Troan | 2001-06-29 | 1 | -3/+16 |
| | |||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -2/+16 |
| | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -2/+0 |
| | |||||
* | removed extraneous , | Erik Troan | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | use two part header lists | Erik Troan | 2001-02-10 | 1 | -5/+14 |
| | |||||
* | use separate timer for install which can be stopped and started | Erik Troan | 2000-12-08 | 1 | -1/+1 |
| |