From abfcfd30ea5ad606577a3a01ba7b933743793a15 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Thu, 23 Dec 2021 23:03:24 +0100 Subject: [PATCH] rc3_21: misc --- .gitignore | 1 + configs/conferences/rc3/config.php | 4 ++-- deploy-staging.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e87df7c4..d6a72bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /*.iml .DS_Store +/.vscode diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index f34bb65f..3efed13e 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -666,7 +666,7 @@ $CONFIG['ROOMS'] = array( 'gehacktesfromhell' => array( 'DISPLAY' => 'Gehacktes from Hell', 'DISPLAY_SHORT' => 'gehacktesfromhell', - 'STREAM' => 'gehacktesfromhell', + 'STREAM' => 'gehacktes', 'PREVIEW' => true, 'TRANSLATION' => [ ['endpoint' => 'translated', 'label' => 'Translated1'], @@ -802,7 +802,7 @@ $CONFIG['SCHEDULE'] = array( * aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein * externer HTTP-Cache vorgeschaltet werden. */ - 'URL' => 'https://data.c3voc.de/rC3_21/everything.schedule.xml', + 'URL' => 'https://data.c3voc.de/rC3_21/channels.schedule.xml', /** * Nur die angegebenen Räume aus dem Fahrplan beachten diff --git a/deploy-staging.sh b/deploy-staging.sh index acae69f6..bc4279e9 100755 --- a/deploy-staging.sh +++ b/deploy-staging.sh @@ -46,7 +46,7 @@ fi for host in streaming.test.c3voc.de; do echo "deploying to $host" - ssh voc@$host 'sudo sh' << EOT + ssh -A voc@$host 'sudo sh' << EOT cd /srv/nginx/streaming-website echo "updating code"