You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/10/15 11:55:17 UTC

[GitHub] incubator-ponymail issue #185: Bug: setup.py can overwrite existing config f...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/185

    Bug: setup.py can overwrite existing config files

    The setup.py script does not detect if it has already created the tools/ponymail.cfg and site/api/lib/config.lua configuration files.
    
    If the database already exists, then it will exit with an error and not try to change the mappings; nor will it create the config files
    
    However if the database does not exist, setup will uncondionally recreate config.lua and ponymail.cfg. This can easily happen if setup is run with a misspelt dbname parameter.
    
    The design of the configuration files does not currently allow for use with multiple database names, so it's important to ensure that they correspond with the existing database (if any)

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #185: Bug: setup.py can overwrite existing config f...

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/185


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #185: Bug: setup.py can overwrite existing config f...

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/185
  
    Fixed in 30bfeb7


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---