From 29a5af655f3cb04ac4c60e2fff97470d97fd84a1 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 27 Nov 2021 08:32:41 -0500 Subject: fix playbook script --- playbook.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'playbook.org') diff --git a/playbook.org b/playbook.org index d98e311d..390643f9 100644 --- a/playbook.org +++ b/playbook.org @@ -24,7 +24,10 @@ | ${playbook} | playbook.org shared over CRDT | | ${dump} | [[/ssh:live:/data/]] | | ${media} | [[/ssh:front:/var/www/media.emacsconf.org/2021/]] | - +| ${live-main} | [[/ssh:front:/var/www/live.emacsconf.org/main.html]] | +| ${live-480p} | [[/ssh:front:/var/www/live.emacsconf.org/main-480p.html]] | +| ${live-index} | [[/ssh:front:/var/www/live.emacsconf.org/index.html]] | +| ${live-alt} | [[/ssh:front:/var/www/live.emacsconf.org/alt.html]] | * Thursday or Friday before the conference :PROPERTIES: :CUSTOM_ID: days-before @@ -57,9 +60,9 @@ - Start backup process for pad #+begin_src sh :eval no :tangle playbook/backup-pad.sh while true; do - curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html + curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html sleep 15m - end + done #+end_src - Computer for alternate streaming: - Open browser for joining BBB -- cgit v1.2.3