summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-06-26 21:22:06 +0000
committerMike Fulbright <msf@redhat.com>2003-06-26 21:22:06 +0000
commite3b243ebb778ea2521f27532c6e16b8e4f503e60 (patch)
tree73db24795ba17b49b25f3e12c7294f0d4fa3158d /installmethod.py
parent727beab943c7552df88093941d740a051ed397e1 (diff)
downloadanaconda-e3b243ebb778ea2521f27532c6e16b8e4f503e60.tar.gz
anaconda-e3b243ebb778ea2521f27532c6e16b8e4f503e60.tar.xz
anaconda-e3b243ebb778ea2521f27532c6e16b8e4f503e60.zip
Changed how we acquire release notes so that we now try to pull it for all 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.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index deb449813..5a49abfaa 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -79,7 +79,10 @@ class InstallMethod:
return tmppath
- def getFilename(self, h, timer, callback=None):
+ def getFilename(self, filename, callback=None, destdir=None, retry=1):
+ pass
+
+ def getRPMFilename(self, h, timer, callback=None):
pass
def readHeaders(self):