aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-installer/anaconda/files/0033-text-repository-setting-do-not-support-local-ISO-fil.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-installer/anaconda/files/0033-text-repository-setting-do-not-support-local-ISO-fil.patch b/recipes-installer/anaconda/files/0033-text-repository-setting-do-not-support-local-ISO-fil.patch
index 6b5ed78..2b3b631 100644
--- a/recipes-installer/anaconda/files/0033-text-repository-setting-do-not-support-local-ISO-fil.patch
+++ b/recipes-installer/anaconda/files/0033-text-repository-setting-do-not-support-local-ISO-fil.patch
@@ -1,7 +1,7 @@
-From 95dcdcf1d04e47d060e22d7a651e6d08eade3b78 Mon Sep 17 00:00:00 2001
+From 3a3537458b9cf5f05ce70a48000059348e601aee Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
-Date: Tue, 24 Jul 2018 16:00:50 +0800
-Subject: [PATCH 33/65] text repository setting: do not support local ISO file
+Date: Sat, 29 Jun 2019 12:47:16 +0800
+Subject: [PATCH] text repository setting: do not support local ISO file
OE does not support repository in local ISO file
(an ISO in HDD), so remove it.
@@ -14,18 +14,18 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/tui/spokes/installation_source.py b/pyanaconda/ui/tui/spokes/installation_source.py
-index 7062b32..ab44ecc 100644
+index be2c29e..193c57b 100644
--- a/pyanaconda/ui/tui/spokes/installation_source.py
+++ b/pyanaconda/ui/tui/spokes/installation_source.py
-@@ -143,6 +143,7 @@ class SourceSpoke(NormalTUISpoke, SourceSwitchHandler):
- return not self._error and self.ready and (self.data.method.method or self.payload.baseRepo)
+@@ -146,6 +146,7 @@ class SourceSpoke(NormalTUISpoke, SourceSwitchHandler):
+ and (self.data.method.method or self.payload.base_repo))
def refresh(self, args=None):
+ log.info("refresh args %s" % (args))
NormalTUISpoke.refresh(self, args)
threadMgr.wait(THREAD_PAYLOAD)
-@@ -164,7 +165,6 @@ class SourceSpoke(NormalTUISpoke, SourceSwitchHandler):
+@@ -177,7 +178,6 @@ class SourceSpoke(NormalTUISpoke, SourceSwitchHandler):
else:
self.window.add(TextWidget(_("Choose an installation source type.")))
self._container.add(TextWidget(_("CD/DVD")), self._set_cd_install_source)