Set a FEDOCAL_URL and a FEDOCAL_CALENDAR_SHIELD to pkgdb prod

This commit is contained in:
Pierre-Yves Chibon 2015-06-15 15:35:38 +02:00
parent 4f542b9145
commit bfc5f63b09

View file

@ -161,3 +161,8 @@ Your prompt attention in this matter is appreciated.
The Fedora admins.
"""
{% if env != 'staging' %}
FEDOCAL_URL = 'https://apps.fedoraproject.org/calendar'
FEDOCAL_CALENDAR_SHIELD = 'vacation'
{% endif %}