Comment out parts of koschei config that didn't get into 1.6.1

This commit is contained in:
Michael Simacek 2016-05-12 14:47:34 +02:00
parent c115f786ae
commit b22928ab1c

View file

@ -75,6 +75,7 @@ config = {
"openid": {
"openid_provider": "{{ koschei_openid_provider }}",
},
{% if False %} # this is for > 1.6.1
"links": [
{% set env_prefix = ".stg" if env == "staging" else "" %}
{"name": "Packages",
@ -113,6 +114,7 @@ config = {
{{ koschei_topurl }}/package/{name}"""
},
},
{% endif %}
}
# Local Variables: