voc.pretalx: update pretalx to 2.3.0, broadcast_tools to rc3 branch
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
44fcdc7d11
commit
352b028e58
2 changed files with 12 additions and 2 deletions
|
@ -25,3 +25,12 @@
|
|||
expires 365d;
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
|
||||
location /Uluagh8Oichai4Uk/ {
|
||||
alias /var/www/pretalx/;
|
||||
access_log off;
|
||||
expires 365d;
|
||||
add_header Cache-Control "public";
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ nodes['voc.pretalx'] = {
|
|||
},
|
||||
},
|
||||
'pretalx': {
|
||||
'version': 'v2.2.0',
|
||||
'version': 'v2.3.0',
|
||||
'domain': 'pretalx.c3voc.de',
|
||||
'mail_from': 'pretalx@c3voc.de',
|
||||
'administrators-from-group-id': 1,
|
||||
|
@ -56,7 +56,8 @@ nodes['voc.pretalx'] = {
|
|||
},
|
||||
'broadcast_tools': {
|
||||
'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git',
|
||||
'rev': '0.2.0',
|
||||
'rev': 'rc3-2021', # TODO remove after rc3
|
||||
#'rev': '0.2.0',
|
||||
},
|
||||
'media.ccc.de': {
|
||||
'repo': 'https://github.com/pretalx/pretalx-media-ccc-de.git',
|
||||
|
|
Loading…
Reference in a new issue