Browse Source

ee.cli.plugins.site_functions import SiteError

develop
Prabuddha Chakraborty 9 years ago
parent
commit
569863bb31
  1. 3
      ee/cli/plugins/stack.py

3
ee/cli/plugins/stack.py

@ -2,6 +2,7 @@
from cement.core.controller import CementBaseController, expose
from cement.core import handler, hook
from ee.cli.plugins.site_functions import SiteError
from ee.core.variables import EEVariables
from ee.core.aptget import EEAptGet
from ee.core.download import EEDownload
@ -2142,7 +2143,7 @@ class EEStackController(CementBaseController):
if set(["nginx-mainline"]).issubset(set(apt_packages)):
Log.info(self, "Removing repository for NGINX MAINLINE,")
EERepo.remove(self, repo_url=EEVariables.ee_nginx_dev_repo)
Log.info(self, "Successfully purged packages")

Loading…
Cancel
Save