Bug 1153324 - Remove unused MIRROR_CLASSIFICATIONS setting

Since it's been replaced by the presence (or not) of the OrangeFactor
API password instead.
This commit is contained in:
Ed Morley 2015-12-24 02:44:41 +00:00
Родитель 296cfd3bfc
Коммит 47965837bf
3 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -7,9 +7,6 @@ TREEHERDER_TEST_PROJECT = "%s_jobs" % DATABASES["default"]["TEST"]["NAME"]
CELERY_ALWAYS_EAGER = True
CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
# Don't attempt to submit bug associations to Bugzilla & Elasticsearch.
MIRROR_CLASSIFICATIONS = False
# Reconfigure pulse to operate on default vhost of rabbitmq
PULSE_URI = BROKER_URL
PULSE_EXCHANGE_NAMESPACE = 'test'

Просмотреть файл

@ -330,9 +330,6 @@ ALLOWED_HOSTS = env.list("TREEHERDER_ALLOWED_HOSTS", default=[".mozilla.org", ".
USE_X_FORWARDED_HOST = True
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# Set this to True to submit bug associations to Elasticsearch.
MIRROR_CLASSIFICATIONS = True
# Enable integration between autoclassifier and jobs
AUTOCLASSIFY_JOBS = env.bool("AUTOCLASSIFY_JOBS", default=False)

Просмотреть файл

@ -1,6 +1,3 @@
# Applications useful for development, e.g. debug_toolbar, django_extensions.
# Always empty in production
LOCAL_APPS = []
# Set this to True to submit bug associations to Elasticsearch.
MIRROR_CLASSIFICATIONS = False