diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-26 21:05:35 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-26 21:05:35 +0000 |
commit | 9db7027043ecf1c415ddddb5343b49051e58db34 (patch) | |
tree | 02d1a5dbf274ac6e1756ee82cf9919f318f4c38f | |
parent | Removed unneded functions and changed Entropy to Portage (diff) | |
download | anaconda-9db7027043ecf1c415ddddb5343b49051e58db34.tar.gz anaconda-9db7027043ecf1c415ddddb5343b49051e58db34.tar.bz2 anaconda-9db7027043ecf1c415ddddb5343b49051e58db34.zip |
Some Entropy still got away
-rw-r--r-- | gentoo/utils.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index 2cc58ba..52abbff 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -757,10 +757,10 @@ class GentooInstall: def env_update(self): self.spawn_chroot("env-update &> /dev/null") - def _get_entropy_webservice(self): - factory = self._entropy.WebServices() - webserv = factory.new(REPO_NAME) - return webserv + #def _get_entropy_webservice(self): + # factory = self._entropy.WebServices() + # webserv = factory.new(REPO_NAME) + # return webserv def emit_install_done(self): # user installed Gentoo, w00hooh! @@ -894,9 +894,9 @@ class GentooInstall: self._progress.set_fraction(1) - self._change_entropy_chroot(self._root) + #self._change_entropy_chroot(self._root) # doing here, because client_repo should point to self._root chroot - client_repo = self._entropy.installed_repository() + #client_repo = self._entropy.installed_repository() # NOT Removing Unwanted Packages #if self._package_identifiers_to_remove: |