Browse Source

Fixed debian PHP5.6 upgrade not purging old PHP5.5 xdebug package

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

2
ee/cli/plugins/stack_upgrade.py

@ -70,7 +70,7 @@ class EEStackUpgradeController(CementBaseController):
EERepo.remove(self, ppa="ppa:ondrej/php5")
EERepo.add(self, ppa=EEVariables.ee_php_repo)
else:
EEAptGet.purge(self, ["php5-xdebug"])
EEAptGet.remove(self, ["php5-xdebug"])
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path,
"php55", "php56")

Loading…
Cancel
Save