Comment out parts of koschei config that didn't get into 1.6.1
This commit is contained in:
parent
c115f786ae
commit
b22928ab1c
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue