示例#1
0
文件: mysql.py 项目: quaddra/engage
 def validate_pre_install(self):
     if sys.platform=="win32":
         raise ConfigurationError, \
          "Installation of %s to Windows currently not supported" % \
          self.config.package_name
     iupath.check_installable_to_target_dir(self.config.home_path,
                                            self.config.package_name)
     logger.debug("%s instance %s passed pre-install checks." %
                  (self.config.package_name, self.id))
示例#2
0
文件: driver.py 项目: quaddra/engage
 def validate_pre_install(self):
     iupath.check_installable_to_target_dir(self.config.home_path, self.config.package_name)
     logger.debug("%s instance %s passed pre-install checks." % (self.config.package_name, self.id))