diff options
author | Ralph Bean <rbean@redhat.com> | 2017-04-07 16:50:46 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-04-07 16:50:46 +0000 |
commit | 2243de07a6738770bad341a56e4058ced6a3f266 (patch) | |
tree | acf6b891fe29817ccbfd8b7013d2301a28303f12 | |
parent | 61fe776735c04a0c5c3421ee45bfc2156e0f1656 (diff) | |
download | ansible-2243de07a6738770bad341a56e4058ced6a3f266.tar.gz ansible-2243de07a6738770bad341a56e4058ced6a3f266.tar.xz ansible-2243de07a6738770bad341a56e4058ced6a3f266.zip |
Note to future self.
-rw-r--r-- | roles/pdc/frontend/templates/settings_local.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/pdc/frontend/templates/settings_local.py b/roles/pdc/frontend/templates/settings_local.py index 9289cdff2..d44994e52 100644 --- a/roles/pdc/frontend/templates/settings_local.py +++ b/roles/pdc/frontend/templates/settings_local.py @@ -129,6 +129,10 @@ EMAIL_HOST = 'bastion' SERVER_EMAIL = 'nobody@fedoraproject.org' EMAIL_SUBJECT_PREFIX = '[PDC]' +# Use this to deny people creating new "epel" or "fedora" branches after we +# import the existing oldschool branches. +#COMPONENT_BRANCH_NAME_BLACKLIST_REGEX = r'^(epel\d+|el\d+|f\d+|fc\d+)' + # un-comment below 4 lines if enable email notification as meet any error #get_setting('LOGGING').get('loggers').update({'pdc.apps.common.handlers': { # 'handlers': ['mail_admins'], |