Put building behind a feature flag

This commit is contained in:
Joseph Schorr 2014-08-22 18:03:22 -04:00
parent 34c6d7f5b4
commit 4140e115e5
3 changed files with 7 additions and 3 deletions

View file

@ -153,6 +153,9 @@ class DefaultConfig(object):
# Feature Flag: Whether to support GitHub build triggers.
FEATURE_GITHUB_BUILD = False
# Feature Flag: Dockerfile build support.
FEATURE_BUILD_SUPPORT = True
DISTRIBUTED_STORAGE_CONFIG = {
'local_eu': ['LocalStorage', {'storage_path': 'test/data/registry/eu'}],
'local_us': ['LocalStorage', {'storage_path': 'test/data/registry/us'}],