Browse Source

Fixed repo file is not removing

bugfixes
gau1991 10 years ago
parent
commit
1ed5fff2e7
  1. 2
      ee/cli/plugins/stack_upgrade.py

2
ee/cli/plugins/stack_upgrade.py

@ -69,6 +69,8 @@ class EEStackUpgradeController(CementBaseController):
if EEVariables.ee_platform_distro == "Ubuntu":
EERepo.remove(self, ppa="ppa:ondrej/php5")
EEFileUtils.remove(self, ['{0}/ondrej-php5-trusty.list'
.format(EEVariables.ee_repo_file_path)])
EERepo.add(self, ppa=EEVariables.ee_php_repo)
else:
EEAptGet.remove(self, ["php5-xdebug"])

Loading…
Cancel
Save