[PATCH 4/6 master] Use baseurl instead of methodstr to get .treeinfo (#604246)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Radek Vykydal <rvykydal@xxxxxxxxxx>

Without the patch, it fails e.g. on hd:... install methods.
---
 pyanaconda/yuminstall.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
index 4821bd6..28f5fb4 100644
--- a/pyanaconda/yuminstall.py
+++ b/pyanaconda/yuminstall.py
@@ -709,7 +709,7 @@ class AnacondaYum(YumSorter):
     def _getReleasever(self):
         c = ConfigParser()
 
-        treeinfo = self._getTreeinfo(self.anaconda.methodstr)
+        treeinfo = self._getTreeinfo(self._baseRepoURL)
         if not treeinfo:
             return productVersion
 
-- 
1.7.2.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux