Basic dev/test setup for separate package subdirectories.

This commit is contained in:
Jakub Warmuz
2015-07-10 16:38:42 +00:00
parent 2f9cd68807
commit b9df69af9f
15 changed files with 104 additions and 92 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ logger = logging.getLogger(__name__)
class PluginEntryPoint(object):
"""Plugin entry point."""
PREFIX_FREE_DISTRIBUTIONS = ["letsencrypt"]
PREFIX_FREE_DISTRIBUTIONS = [
"letsencrypt",
"letsencrypt-apache",
"letsencrypt-nginx",
]
"""Distributions for which prefix will be omitted."""
# this object is mutable, don't allow it to be hashed!